-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
969cbff
commit 9b32bbc
Showing
7 changed files
with
175 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
Resources/fsh-generated/resources/Observation-ISiKStillstatusBeispiel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"resourceType": "Observation", | ||
"id": "ISiKStillstatusBeispiel", | ||
"meta": { | ||
"profile": [ | ||
"https://gematik.de/fhir/isik/Basismodul/StructureDefinition/ISiKStillstatus" | ||
] | ||
}, | ||
"code": { | ||
"coding": [ | ||
{ | ||
"code": "1260078007", | ||
"system": "http://snomed.info/sct", | ||
"display": "Maternal breastfeeding" | ||
} | ||
] | ||
}, | ||
"status": "final", | ||
"subject": { | ||
"reference": "Patient/PatientinMusterfrau" | ||
}, | ||
"effectiveDateTime": "2024-01-01", | ||
"valueBoolean": true | ||
} |
77 changes: 77 additions & 0 deletions
77
Resources/fsh-generated/resources/StructureDefinition-ISiKStillstatus.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
{ | ||
"resourceType": "StructureDefinition", | ||
"id": "ISiKStillstatus", | ||
"url": "https://gematik.de/fhir/isik/Basismodul/StructureDefinition/ISiKStillstatus", | ||
"version": "4.0.0-rc", | ||
"name": "ISiKStillstatus", | ||
"title": "ISiKStillstatus", | ||
"status": "draft", | ||
"experimental": false, | ||
"date": "2024-01-16", | ||
"publisher": "gematik GmbH", | ||
"description": "Profil zur Abbildung ob gestillt/Muttermilch abgepumpt und gefüttert wird", | ||
"fhirVersion": "4.0.1", | ||
"mapping": [ | ||
{ | ||
"identity": "workflow", | ||
"uri": "http://hl7.org/fhir/workflow", | ||
"name": "Workflow Pattern" | ||
}, | ||
{ | ||
"identity": "sct-concept", | ||
"uri": "http://snomed.info/conceptdomain", | ||
"name": "SNOMED CT Concept Domain Binding" | ||
}, | ||
{ | ||
"identity": "v2", | ||
"uri": "http://hl7.org/v2", | ||
"name": "HL7 v2 Mapping" | ||
}, | ||
{ | ||
"identity": "rim", | ||
"uri": "http://hl7.org/v3", | ||
"name": "RIM Mapping" | ||
}, | ||
{ | ||
"identity": "w5", | ||
"uri": "http://hl7.org/fhir/fivews", | ||
"name": "FiveWs Pattern Mapping" | ||
}, | ||
{ | ||
"identity": "sct-attr", | ||
"uri": "http://snomed.org/attributebinding", | ||
"name": "SNOMED CT Attribute Binding" | ||
} | ||
], | ||
"kind": "resource", | ||
"abstract": false, | ||
"type": "Observation", | ||
"baseDefinition": "https://gematik.de/fhir/isik/Basismodul/StructureDefinition/LebensZustand", | ||
"derivation": "constraint", | ||
"differential": { | ||
"element": [ | ||
{ | ||
"id": "Observation.code", | ||
"path": "Observation.code", | ||
"patternCodeableConcept": { | ||
"coding": [ | ||
{ | ||
"code": "1260078007", | ||
"system": "http://snomed.info/sct" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"id": "Observation.value[x]", | ||
"path": "Observation.value[x]", | ||
"min": 1, | ||
"type": [ | ||
{ | ||
"code": "boolean" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters