Skip to content

Commit 9a8d700

Browse files
committed
Update settings and publication files for version 0.3.0; add change log and suppress warnings
1 parent 010fa4c commit 9a8d700

5 files changed

Lines changed: 48 additions & 13 deletions

File tree

.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"cSpell.words": [
33
"EHDS"
4-
]
4+
],
5+
"workbench.colorCustomizations": {
6+
"activityBar.background": "#04360C",
7+
"titleBar.activeBackground": "#064B11",
8+
"titleBar.activeForeground": "#EFFEF1"
9+
}
510
}

input/ignoreWarnings.txt

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
77
# Reference to experimental CodeSystem
88
Reference to experimental CodeSystem http://hl7.org/fhir/guide-parameter-code|5.0.0
99

10-
# binding for polymoprhic elment
11-
The element EHDSObservation.result.value[x] has a binding, and has multiple types subject to bindings ([string, Quantity, Range, CodeableConcept]). The binding will apply to all the types
12-
The element EHDSFunctionalStatus.functionalStatusAssessment.functionalAssessmentResult[x] has a binding, and has multiple types subject to bindings ([string, Quantity, CodeableConcept]). The binding will apply to all the types
10+
11+
# binding applied to all types warning
12+
The element EHDSLaboratoryReport.body.orderInformation.orderReason[x] has a binding, and has multiple types subject to bindings ([http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSCondition, string, http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSObservation, CodeableConcept]). The binding will apply to all the types
13+
14+
The element EHDSImagingReport.body.orderInformation.orderReason[x] has a binding, and has multiple types subject to bindings ([http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSCondition, string, http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSObservation, CodeableConcept]). The binding will apply to all the types
15+
The element EHDSMedicationPrescription.prescriptionItem.indication[x] has a binding, and has multiple types subject to bindings ([string, CodeableConcept]). The binding will apply to all the types
16+
The element EHDSObservation.result.value[x] has a binding, and has multiple types subject to bindings ([string, Quantity, Ratio, Range, CodeableConcept]). The binding will apply to all the types
17+
The element EHDSObservation.component.result.value[x] has a binding, and has multiple types subject to bindings ([string, Quantity, Ratio, Range, CodeableConcept]). The binding will apply to all the types
18+
19+
20+
# Fragment not added on purpose
21+
The HTML fragment 'ip-statements.xhtml' is not included anywhere in the produced implementation guide
22+
An HTML fragment from the set [dependency-table.xhtml, dependency-table-short.xhtml, dependency-table-nontech.xhtml] is not included anywhere in the produced implementation guide
23+
The HTML fragment 'globals-table.xhtml' is not included anywhere in the produced implementation guide

input/pagecontent/changes.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
This page summarizes the main changes applied to this version of the guide.
2+
3+
### from 0.2.1 to 0.3.0
4+
5+
Based on the stakeholder feedback and additional internal reviews, following significant changes have been made in this version:
6+
7+
* EHDSCoverage model removed as out of scope
8+
* EHDSDosage and EHDSDosaging models renamed respectively as * EHDSAdministeredDosage (for a factual dose administered) and EHDSDosage (for dosage instructions)
9+
* EHDSEpisodeOfCare model removed as out of scope
10+
* EHDSFamilyMemberHistory model removed as out of scope
11+
* EHDSFunctionalStatus model removed; respective sections in documents are modeled as a combination of EHDSCondition and EHDSObservation
12+
* EHDSInfectiousContact model removed as out of scope
13+
* EHDSMedia model removed; respective elements in other models use EHDSAttachment instead
14+
* EHDSMedicationStatement model renamed to EHDSMedicationUse
15+
* EHDSSocialHistory model removed; respective elements in other models use EHDSObservation instead
16+
* EHDSSubstance model removed as out of scope
17+
* EHDSSubstanceUse model removed; respective elements in other models use EHDSObservation
18+
* EHDSDispenseDecline model removed as out of scope
19+
* EHDSDischargeReport significantly reduced
20+
21+
22+
All other models have had some changes according to stakeholder feedback and/or editorial corrections for consistency.

publication-request.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
{
22
"package-id" : "xtehr.eu.ehds.models",
3-
"version" : "0.2.1",
4-
"path" : "http://www.xt-ehr.eu/fhir/models/0.2.1",
5-
"ci-build": "https://build.fhir.org/ig/Xt-EHR/xt-ehr-common",
6-
"first": true,
7-
"desc" : "This is the first preview version of the EHDS Logical Information Models proposed by the Xt-EHR Joint Action.",
8-
"category" : "Logical Models",
9-
"introduction" : "This implementation guide includes logical information models created in Xt-EHR Joint Action. These models are the basis for designing the EHDS data exchange format (EEHRxF).",
10-
"title" : "EHDS Logical Information Models",
3+
"version" : "0.3.0",
4+
"path" : "http://www.xt-ehr.eu/fhir/models/0.3.0",
5+
"desc" : "This is the second preview version of the EHDS Logical Information Models proposed by the Xt-EHR Joint Action.",
116
"mode": "milestone",
127
"status" : "preview",
138
"sequence" : "Edition 1"

sushi-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: EHDSModels
44
title: EHDS Logical Information Models
55
description: EHDS Logical Information Models
66
status: draft # draft | active | retired | unknown
7-
version: 0.2.1
7+
version: 0.3.0
88
fhirVersion: 5.0.0 # https://www.hl7.org/fhir/valueset-FHIR-version.html
99
copyrightYear: 2022+
1010
releaseLabel: qa-preview # ci-build | draft | qa-preview | ballot | trial-use | release | update | normative+trial-use
@@ -67,6 +67,8 @@ pages:
6767
title: Obligations for Laboratory Report
6868
downloads.md:
6969
title: Download
70+
changes.md:
71+
title: Change Log
7072

7173

7274
# title: Recommendations

0 commit comments

Comments
 (0)