Skip to content

Commit

Permalink
merged with rc4 main
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-werner committed Mar 7, 2024
1 parent e144d24 commit 362394a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
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

0 comments on commit 362394a

Please sign in to comment.