Skip to content

Commit

Permalink
fix: MS für GCS Slices, changed cardinality of components to 0..1 (in… (
Browse files Browse the repository at this point in the history
#138)

* fix: MS für GCS Slices, changed cardinality of components to 0..1 (in de.basisprofil.r4)
closes #133

* rebase on rc4

* merged with rc4 main

* add releasenote

---------

Co-authored-by: f-peverali <[email protected]>
  • Loading branch information
patrick-werner and f-peverali authored Mar 7, 2024
1 parent f834e6d commit 546fff8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
1 change: 1 addition & 0 deletions ImplementationGuide/markdown/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Datum: 07.03.2024

* Update der ISIk Basis Dependency: [update dependency ISIK Basis](https://github.com/gematik/spec-ISiK-Vitalparameter-und-Koerpermasze/pull/156)
* Hinzufügen von SnomedCT Coding Slices: [update dependency ISIK Basis](https://github.com/gematik/spec-ISiK-Vitalparameter-und-Koerpermasze/pull/156)
* Hinzufügen von MS für einzelne Components : https://github.com/gematik/spec-ISiK-Vitalparameter-und-Koerpermasze/pull/138

----
Version: 3.0.1
Expand Down
6 changes: 3 additions & 3 deletions Resources/fsh-generated/fsh-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"fshName": "ISiKGCSExample",
"fshType": "Instance",
"fshFile": "ISiK-GCS.fsh",
"startLine": 27,
"endLine": 42
"startLine": 30,
"endLine": 45
},
{
"outputFile": "Observation-ISiKHerzfrequenzExample.json",
Expand Down Expand Up @@ -133,7 +133,7 @@
"fshType": "Profile",
"fshFile": "ISiK-GCS.fsh",
"startLine": 1,
"endLine": 25
"endLine": 28
},
{
"outputFile": "StructureDefinition-ISiKHerzfrequenz.json",
Expand Down
4 changes: 2 additions & 2 deletions Resources/fsh-generated/fsh-index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Device-ExampleDevice.json Example
Observation-ISiKAtemfrequenzExample.json ISiKAtemfrequenzExample Instance ISiK-Atemfrequenz.fsh 22 - 34
Observation-ISiKBlutdruckExample.json ISiKBlutdruckExample Instance ISiK-Blutdruck.fsh 26 - 45
Observation-ISiKEkgExample.json ISiKEkgExample Instance ISiK-Ekg.fsh 22 - 47
Observation-ISiKGCSExample.json ISiKGCSExample Instance ISiK-GCS.fsh 27 - 42
Observation-ISiKGCSExample.json ISiKGCSExample Instance ISiK-GCS.fsh 30 - 45
Observation-ISiKHerzfrequenzExample.json ISiKHerzfrequenzExample Instance ISiK-Herzfrequenz.fsh 28 - 40
Observation-ISiKKoerpergewichtExample.json ISiKKoerpergewichtExample Instance ISiK-Koerpergewicht.fsh 28 - 40
Observation-ISiKKoerpergroesseExample.json ISiKKoerpergroesseExample Instance ISiK-Koerpergroesse.fsh 28 - 40
Expand All @@ -15,7 +15,7 @@ Patient-PatientinMusterfrau.json Patient
StructureDefinition-ISiKAtemfrequenz.json ISiKAtemfrequenz Profile ISiK-Atemfrequenz.fsh 1 - 20
StructureDefinition-ISiKBlutdruck.json ISiKBlutdruck Profile ISiK-Blutdruck.fsh 1 - 24
StructureDefinition-ISiKEkg.json ISiKEkg Profile ISiK-Ekg.fsh 1 - 20
StructureDefinition-ISiKGCS.json ISiKGCS Profile ISiK-GCS.fsh 1 - 25
StructureDefinition-ISiKGCS.json ISiKGCS Profile ISiK-GCS.fsh 1 - 28
StructureDefinition-ISiKHerzfrequenz.json ISiKHerzfrequenz Profile ISiK-Herzfrequenz.fsh 1 - 20
StructureDefinition-ISiKKoerpergewicht.json ISiKKoerpergewicht Profile ISiK-Koerpergewicht.fsh 1 - 20
StructureDefinition-ISiKKoerpergroesse.json ISiKKoerpergroesse Profile ISiK-Koerpergroesse.fsh 1 - 20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@
{
"id": "Observation.component:Eye",
"path": "Observation.component",
"sliceName": "Eye"
"sliceName": "Eye",
"mustSupport": true
},
{
"id": "Observation.component:Eye.code",
Expand All @@ -182,7 +183,8 @@
{
"id": "Observation.component:Motor",
"path": "Observation.component",
"sliceName": "Motor"
"sliceName": "Motor",
"mustSupport": true
},
{
"id": "Observation.component:Motor.code",
Expand All @@ -197,7 +199,8 @@
{
"id": "Observation.component:Verbal",
"path": "Observation.component",
"sliceName": "Verbal"
"sliceName": "Verbal",
"mustSupport": true
},
{
"id": "Observation.component:Verbal.code",
Expand Down
3 changes: 3 additions & 0 deletions Resources/input/fsh/ISiK-GCS.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Id: ISiKGCS
* component.valueQuantity.system MS
* component.valueQuantity.code MS
* component.valueQuantity.unit MS
* component[Eye] MS
* component[Motor] MS
* component[Verbal] MS

Instance: ISiKGCSExample
InstanceOf: ISiKGCS
Expand Down

0 comments on commit 546fff8

Please sign in to comment.