FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "DGUV-ENLA-PR-BesondereMassnahmen",
"url": "http://fhir.dguv.de/ENLA/Observation/DGUV-ENLA-PR-BesondereMassnahmen",
"version": "1.0",
"name": "DGUV_ENLA_PR_BesondereMassnahmen",
"title": "Besondere Maßnahmen",
"status": "draft",
"publisher": "Deutsche Gesetzliche Unfallversicherung e.V. (DGUV)",
"description": "Dieses Profil beschreibt die Erfordernis von weiteren Maßnahmen für die versicherte Person im Kontext des Heilverfahrens (außer Reha-Maßnahmen oder Heil-/Hilfsmittel) zum Zeitpunkt der Entlassung aus der stationären Behandlung.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Observation",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Observation.id",
"path": "Observation.id",
"mustSupport": true
},
{
"id": "Observation.meta",
"path": "Observation.meta",
"min": 1,
"mustSupport": true
},
{
"id": "Observation.meta.profile",
"path": "Observation.meta.profile",
"min": 1,
"max": "1",
"fixedCanonical": "http://fhir.dguv.de/ENLA/Observation/DGUV-ENLA-PR-BesondereMassnahmen",
"mustSupport": true
},
{
"id": "Observation.status",
"path": "Observation.status",
"fixedCode": "final",
"mustSupport": true
},
{
"id": "Observation.code",
"path": "Observation.code",
"short": "Kennzeichnung des ENLA-Teilberichtsinhalts",
"mustSupport": true
},
{
"id": "Observation.code.coding",
"path": "Observation.code.coding",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Observation.code.coding.system",
"path": "Observation.code.coding.system",
"short": "CodeSystem für ENLA-Teilberichtsinhalte",
"definition": "CodeSystem für ENLA-Teilberichtsinhalte",
"min": 1,
"fixedUri": "http://fhir.dguv.de/ENLA/CodeSystem/DGUV-ENLA-CS-Teilberichtsinhalt",
"mustSupport": true
},
{
"id": "Observation.code.coding.code",
"path": "Observation.code.coding.code",
"short": "Kürzel für ENLA-Teilberichtsinhalt Besondere Maßnahmen",
"min": 1,
"fixedCode": "BM",
"mustSupport": true
},
{
"id": "Observation.code.coding.display",
"path": "Observation.code.coding.display",
"short": "Bezeichnung für Teilberichtsinhalt Besondere Maßnahmen",
"min": 1,
"fixedString": "BesondereMaßnahmen",
"mustSupport": true
},
{
"id": "Observation.subject",
"path": "Observation.subject",
"short": "Verweis auf betroffene versicherte Person",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.dguv.de/ENLA/Patient/DGUV-ENLA-PR-VersichertePerson"
]
}
],
"mustSupport": true
},
{
"id": "Observation.subject.reference",
"path": "Observation.subject.reference",
"short": "Konkreter Verweis auf versicherte Person",
"min": 1,
"mustSupport": true
},
{
"id": "Observation.effective[x]",
"path": "Observation.effective[x]",
"short": "Beginn der besonderen Maßnahme",
"min": 1,
"type": [
{
"code": "Timing"
}
],
"mustSupport": true
},
{
"id": "Observation.effective[x].code",
"path": "Observation.effective[x].code",
"short": "Direkt | Festzul | Azpkt",
"min": 1,
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "http://fhir.dguv.de/ENLA/ValueSet/DGUV-ENLA-VS-MassnahmenZeitpunkt"
}
},
{
"id": "Observation.effective[x].code.coding",
"path": "Observation.effective[x].code.coding",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Observation.effective[x].code.coding.system",
"path": "Observation.effective[x].code.coding.system",
"min": 1,
"mustSupport": true
},
{
"id": "Observation.effective[x].code.coding.code",
"path": "Observation.effective[x].code.coding.code",
"min": 1,
"mustSupport": true
},
{
"id": "Observation.effective[x].code.coding.display",
"path": "Observation.effective[x].code.coding.display",
"min": 1,
"mustSupport": true
},
{
"id": "Observation.effective[x].code.text",
"path": "Observation.effective[x].code.text",
"short": "Beginn der Besonderen Maßnahmen als Freitext",
"mustSupport": true
},
{
"id": "Observation.value[x]",
"path": "Observation.value[x]",
"short": "Angaben über notwendige Besondere Maßnahmen",
"comment": "Das Attribut \"value\" ist ein Freitext. Zusätzlich zur Art der besonderen Maßnahmen muss im Freitext auch eine Information darüber enthalten sein, ob sie schon verordnet sind oder nicht.",
"min": 1,
"type": [
{
"code": "string"
}
],
"mustSupport": true
}
]
}
}