-
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.
feat: added Schwangerschaftsstatus, SS-ET, Raucher & Alkoholabusussta…
…tus (#378) * feat: added Schwangerschaftsstatus, SS-ET, Raucher & Alkoholabususstatus * try fix for Capability Statement * typo fixes & .category added --------- Co-authored-by: Max Theilig <[email protected]>
- Loading branch information
1 parent
9902e13
commit c6a8e49
Showing
15 changed files
with
991 additions
and
101 deletions.
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
Large diffs are not rendered by default.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
Resources/fsh-generated/resources/Observation-ISiKAlkoholAbususBeispiel.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": "ISiKAlkoholAbususBeispiel", | ||
"meta": { | ||
"profile": [ | ||
"https://gematik.de/fhir/isik/Basismodul/StructureDefinition/ISiKAlkoholAbusus" | ||
] | ||
}, | ||
"code": { | ||
"coding": [ | ||
{ | ||
"code": "15167005", | ||
"system": "http://snomed.info/sct", | ||
"display": "Schädlicher Gebrauch von Alkohol" | ||
} | ||
] | ||
}, | ||
"status": "final", | ||
"subject": { | ||
"reference": "Patient/PatientinMusterfrau" | ||
}, | ||
"effectiveDateTime": "2024-01-01", | ||
"valueBoolean": false | ||
} |
24 changes: 24 additions & 0 deletions
24
Resources/fsh-generated/resources/Observation-ISiKRaucherStatusBeispiel.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": "ISiKRaucherStatusBeispiel", | ||
"meta": { | ||
"profile": [ | ||
"https://gematik.de/fhir/isik/Basismodul/StructureDefinition/ISiKRaucherStatus" | ||
] | ||
}, | ||
"code": { | ||
"coding": [ | ||
{ | ||
"code": "77176002", | ||
"system": "http://snomed.info/sct", | ||
"display": "Smoker" | ||
} | ||
] | ||
}, | ||
"status": "final", | ||
"subject": { | ||
"reference": "Patient/PatientinMusterfrau" | ||
}, | ||
"effectiveDateTime": "2024-01-01", | ||
"valueBoolean": true | ||
} |
24 changes: 24 additions & 0 deletions
24
...nerated/resources/Observation-ISiKSchwangerschaftErwarteterEntbindungsterminBeispiel.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": "ISiKSchwangerschaftErwarteterEntbindungsterminBeispiel", | ||
"meta": { | ||
"profile": [ | ||
"https://gematik.de/fhir/isik/Basismodul/StructureDefinition/ISiKSchwangerschaftErwarteterEntbindungstermin" | ||
] | ||
}, | ||
"code": { | ||
"coding": [ | ||
{ | ||
"code": "11779-6", | ||
"system": "http://loinc.org", | ||
"display": "Delivery date Estimated from last menstrual period" | ||
} | ||
] | ||
}, | ||
"status": "final", | ||
"subject": { | ||
"reference": "Patient/PatientinMusterfrau" | ||
}, | ||
"effectiveDateTime": "2024-01-01", | ||
"valueDateTime": "2024-08-01" | ||
} |
36 changes: 36 additions & 0 deletions
36
Resources/fsh-generated/resources/Observation-ISiKSchwangerschaftsstatusBeispiel.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,36 @@ | ||
{ | ||
"resourceType": "Observation", | ||
"id": "ISiKSchwangerschaftsstatusBeispiel", | ||
"meta": { | ||
"profile": [ | ||
"https://gematik.de/fhir/isik/Basismodul/StructureDefinition/ISiKSchwangerschaftsstatus" | ||
] | ||
}, | ||
"code": { | ||
"coding": [ | ||
{ | ||
"code": "82810-3", | ||
"system": "http://loinc.org" | ||
} | ||
] | ||
}, | ||
"status": "final", | ||
"subject": { | ||
"reference": "Patient/PatientinMusterfrau" | ||
}, | ||
"effectiveDateTime": "2024-01-01", | ||
"valueCodeableConcept": { | ||
"coding": [ | ||
{ | ||
"code": "LA15173-0", | ||
"system": "http://loinc.org", | ||
"display": "Pregnant" | ||
} | ||
] | ||
}, | ||
"hasMember": [ | ||
{ | ||
"reference": "Observation/ISiKSchwangerschaftErwarteterEntbindungsterminBeispiel" | ||
} | ||
] | ||
} |
125 changes: 125 additions & 0 deletions
125
Resources/fsh-generated/resources/StructureDefinition-ISiKAlkoholAbusus.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,125 @@ | ||
{ | ||
"resourceType": "StructureDefinition", | ||
"id": "ISiKAlkoholAbusus", | ||
"url": "https://gematik.de/fhir/isik/Basismodul/StructureDefinition/ISiKAlkoholAbusus", | ||
"version": "4.0.0-rc", | ||
"name": "ISiKAlkoholAbusus", | ||
"title": "ISiK Alkohol Abusus", | ||
"status": "draft", | ||
"experimental": false, | ||
"date": "2024-01-16", | ||
"publisher": "gematik GmbH", | ||
"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": "http://hl7.org/fhir/StructureDefinition/Observation", | ||
"derivation": "constraint", | ||
"differential": { | ||
"element": [ | ||
{ | ||
"id": "Observation.category", | ||
"path": "Observation.category", | ||
"patternCodeableConcept": { | ||
"coding": [ | ||
{ | ||
"code": "social-history", | ||
"system": "http://hl7.org/fhir/secondary-finding" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"id": "Observation.code", | ||
"path": "Observation.code", | ||
"patternCodeableConcept": { | ||
"coding": [ | ||
{ | ||
"code": "15167005", | ||
"system": "http://snomed.info/sct" | ||
} | ||
] | ||
}, | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.subject", | ||
"path": "Observation.subject", | ||
"min": 1, | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.subject.reference", | ||
"path": "Observation.subject.reference", | ||
"min": 1, | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.effective[x]", | ||
"path": "Observation.effective[x]", | ||
"min": 1, | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.value[x]", | ||
"path": "Observation.value[x]", | ||
"slicing": { | ||
"discriminator": [ | ||
{ | ||
"type": "type", | ||
"path": "$this" | ||
} | ||
], | ||
"ordered": false, | ||
"rules": "open" | ||
}, | ||
"min": 1 | ||
}, | ||
{ | ||
"id": "Observation.value[x]:valueBoolean", | ||
"path": "Observation.value[x]", | ||
"sliceName": "valueBoolean", | ||
"min": 1, | ||
"max": "1", | ||
"type": [ | ||
{ | ||
"code": "boolean" | ||
} | ||
], | ||
"mustSupport": true | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.