FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"url": "http://fhir.dguv.de/Basis/Observation/DGUV-Basis-PR-Unfallereignis",
"version": "1.4",
"name": "DGUV_Basis_PR_Unfallereignis",
"title": "Unfallereignis",
"status": "draft",
"publisher": "Deutsche Gesetzliche Unfallversicherung e.V. (DGUV)",
"description": "Dieses Profil bildet das Unfallereignis mit verschiedenen Informationskomponenten (Zeitpunkte, Unfallhergang, etc.) ab.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Observation",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Observation",
"path": "Observation",
"short": "Dieses Profil bildet das Unfallereignis ab."
},
{
"id": "Observation.extension",
"path": "Observation.extension",
"min": 1
},
{
"id": "Observation.extension:Pflegeunfall",
"path": "Observation.extension",
"sliceName": "Pflegeunfall",
"min": 1,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://fhir.dguv.de/Basis/Extension/DGUV-Basis-EX-Pflegeunfall"
]
}
],
"isModifier": false
},
{
"id": "Observation.extension:Pflegeunfall.extension:Pflegekasse",
"path": "Observation.extension.extension",
"sliceName": "Pflegekasse"
},
{
"id": "Observation.extension:Pflegeunfall.extension:Pflegekasse.value[x]",
"path": "Observation.extension.extension.value[x]",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.dguv.de/Basis/Organization/DGUV-Basis-PR-Pflegekasse"
]
}
]
},
{
"id": "Observation.status",
"path": "Observation.status",
"fixedCode": "final"
},
{
"id": "Observation.code",
"path": "Observation.code",
"short": "Einordnung der Verletzung",
"definition": "Angaben zur Verletzung bzw. Einordnung der Verletzung in das entsprechende Verfahren: Durchgangsarztverfahren (DAV), Verletzungsartenverfahren (VAV) oder Schwerstverletzenartenverfahren (SAV)."
},
{
"id": "Observation.code.coding",
"path": "Observation.code.coding",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "system"
}
],
"rules": "open"
},
"min": 1,
"max": "1"
},
{
"id": "Observation.code.coding:DAV",
"path": "Observation.code.coding",
"sliceName": "DAV",
"max": "1"
},
{
"id": "Observation.code.coding:DAV.system",
"path": "Observation.code.coding.system",
"min": 1,
"fixedUri": "http://fhir.dguv.de/Basis/CodeSystem/DGUV-Basis-CS-Durchgangsarztverfahren",
"mustSupport": false
},
{
"id": "Observation.code.coding:DAV.code",
"path": "Observation.code.coding.code",
"min": 1,
"fixedCode": "DAV"
},
{
"id": "Observation.code.coding:DAV.display",
"path": "Observation.code.coding.display",
"min": 1,
"fixedString": "Durchgangsarztverfahren"
},
{
"id": "Observation.code.coding:SAV-VAV",
"path": "Observation.code.coding",
"sliceName": "SAV-VAV",
"max": "1"
},
{
"id": "Observation.code.coding:SAV-VAV.system",
"path": "Observation.code.coding.system",
"min": 1,
"fixedUri": "http://fhir.dguv.de/Basis/CodeSystem/DGUV-Basis-CS-Verletzungsartenverzeichnis"
},
{
"id": "Observation.code.coding:SAV-VAV.code",
"path": "Observation.code.coding.code",
"short": "Code nach VAV oder SAV",
"min": 1
},
{
"id": "Observation.code.coding:SAV-VAV.display",
"path": "Observation.code.coding.display",
"short": "Display nach VAV oder SAV",
"min": 1
},
{
"id": "Observation.subject",
"path": "Observation.subject",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.dguv.de/Basis/Patient/DGUV-Basis-PR-VersichertePerson"
]
}
]
},
{
"id": "Observation.effective[x]",
"path": "Observation.effective[x]",
"short": "Unfallzeitpunkt",
"min": 1,
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "Observation.component",
"path": "Observation.component",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "code.coding.code"
}
],
"rules": "open"
}
},
{
"id": "Observation.component:BeginnDerArbeitszeit",
"path": "Observation.component",
"sliceName": "BeginnDerArbeitszeit",
"max": "1"
},
{
"id": "Observation.component:BeginnDerArbeitszeit.code",
"path": "Observation.component.code",
"binding": {
"strength": "required",
"description": "Codes identifying names of an accident attribute.",
"valueSet": "http://fhir.dguv.de/Basis/ValueSet/DGUV-Basis-VS-UnfallereignisComponents"
}
},
{
"id": "Observation.component:BeginnDerArbeitszeit.code.coding",
"path": "Observation.component.code.coding",
"min": 1,
"max": "1"
},
{
"id": "Observation.component:BeginnDerArbeitszeit.code.coding.system",
"path": "Observation.component.code.coding.system",
"min": 1,
"fixedUri": "http://fhir.dguv.de/Basis/CodeSystem/DGUV-Basis-CS-UnfallereignisComponents"
},
{
"id": "Observation.component:BeginnDerArbeitszeit.code.coding.code",
"path": "Observation.component.code.coding.code",
"min": 1,
"fixedCode": "01"
},
{
"id": "Observation.component:BeginnDerArbeitszeit.code.coding.display",
"path": "Observation.component.code.coding.display",
"min": 1,
"fixedString": "Beginn der Arbeitszeit"
},
{
"id": "Observation.component:BeginnDerArbeitszeit.value[x]",
"path": "Observation.component.value[x]",
"min": 1,
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "Observation.component:EndeDerArbeitszeit",
"path": "Observation.component",
"sliceName": "EndeDerArbeitszeit",
"max": "1"
},
{
"id": "Observation.component:EndeDerArbeitszeit.code",
"path": "Observation.component.code",
"binding": {
"strength": "required",
"description": "Codes identifying names of an accident attribute.",
"valueSet": "http://fhir.dguv.de/Basis/ValueSet/DGUV-Basis-VS-UnfallereignisComponents"
}
},
{
"id": "Observation.component:EndeDerArbeitszeit.code.coding",
"path": "Observation.component.code.coding",
"min": 1,
"max": "1"
},
{
"id": "Observation.component:EndeDerArbeitszeit.code.coding.system",
"path": "Observation.component.code.coding.system",
"min": 1,
"fixedUri": "http://fhir.dguv.de/Basis/CodeSystem/DGUV-Basis-CS-UnfallereignisComponents"
},
{
"id": "Observation.component:EndeDerArbeitszeit.code.coding.code",
"path": "Observation.component.code.coding.code",
"min": 1,
"fixedCode": "02"
},
{
"id": "Observation.component:EndeDerArbeitszeit.code.coding.display",
"path": "Observation.component.code.coding.display",
"min": 1,
"fixedString": "Ende der Arbeitszeit"
},
{
"id": "Observation.component:EndeDerArbeitszeit.value[x]",
"path": "Observation.component.value[x]",
"min": 1,
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "Observation.component:Unfallhergang",
"path": "Observation.component",
"sliceName": "Unfallhergang",
"short": "Beschreibung Unfallhergang",
"definition": "Von der versicherten Person und/oder Angehörigen vorgetragener Unfallhergang",
"max": "1"
},
{
"id": "Observation.component:Unfallhergang.code",
"path": "Observation.component.code",
"binding": {
"strength": "required",
"description": "Codes identifying names of an accident attribute.",
"valueSet": "http://fhir.dguv.de/Basis/ValueSet/DGUV-Basis-VS-UnfallereignisComponents"
}
},
{
"id": "Observation.component:Unfallhergang.code.coding",
"path": "Observation.component.code.coding",
"min": 1,
"max": "1"
},
{
"id": "Observation.component:Unfallhergang.code.coding.system",
"path": "Observation.component.code.coding.system",
"min": 1,
"fixedUri": "http://fhir.dguv.de/Basis/CodeSystem/DGUV-Basis-CS-UnfallereignisComponents"
},
{
"id": "Observation.component:Unfallhergang.code.coding.code",
"path": "Observation.component.code.coding.code",
"min": 1,
"fixedCode": "03"
},
{
"id": "Observation.component:Unfallhergang.code.coding.display",
"path": "Observation.component.code.coding.display",
"min": 1,
"fixedString": "Unfallhergang"
},
{
"id": "Observation.component:Unfallhergang.value[x]",
"path": "Observation.component.value[x]",
"min": 1,
"type": [
{
"code": "string"
}
]
},
{
"id": "Observation.component:BeschwerdenKlagen",
"path": "Observation.component",
"sliceName": "BeschwerdenKlagen",
"short": "Beschwerden / Klagen bei Aufnahme, Anamnese",
"definition": "Vorgetragenen subjektiven Beschwerden der versicherten Person und/oder Angehörigen",
"max": "1"
},
{
"id": "Observation.component:BeschwerdenKlagen.code",
"path": "Observation.component.code",
"binding": {
"strength": "required",
"description": "Codes identifying names of an accident attribute.",
"valueSet": "http://fhir.dguv.de/Basis/ValueSet/DGUV-Basis-VS-UnfallereignisComponents"
}
},
{
"id": "Observation.component:BeschwerdenKlagen.code.coding",
"path": "Observation.component.code.coding",
"min": 1,
"max": "1"
},
{
"id": "Observation.component:BeschwerdenKlagen.code.coding.system",
"path": "Observation.component.code.coding.system",
"min": 1,
"fixedUri": "http://fhir.dguv.de/Basis/CodeSystem/DGUV-Basis-CS-UnfallereignisComponents"
},
{
"id": "Observation.component:BeschwerdenKlagen.code.coding.code",
"path": "Observation.component.code.coding.code",
"min": 1,
"fixedCode": "04"
},
{
"id": "Observation.component:BeschwerdenKlagen.code.coding.display",
"path": "Observation.component.code.coding.display",
"min": 1,
"fixedString": "Beschwerden/Klagen"
},
{
"id": "Observation.component:BeschwerdenKlagen.value[x]",
"path": "Observation.component.value[x]",
"min": 1,
"type": [
{
"code": "string"
}
]
},
{
"id": "Observation.component:BeschaeftigtAls",
"path": "Observation.component",
"sliceName": "BeschaeftigtAls",
"short": "Bei Unfall ausgeübte Tätigkeit (Beruf)",
"definition": "Konkrete Beschreibung der Tätigkeit (Beruf) zum Zeitpunkt des Unfalls",
"max": "1"
},
{
"id": "Observation.component:BeschaeftigtAls.code",
"path": "Observation.component.code",
"binding": {
"strength": "required",
"description": "Codes identifying names of an accident attribute.",
"valueSet": "http://fhir.dguv.de/Basis/ValueSet/DGUV-Basis-VS-UnfallereignisComponents"
}
},
{
"id": "Observation.component:BeschaeftigtAls.code.coding",
"path": "Observation.component.code.coding",
"min": 1,
"max": "1"
},
{
"id": "Observation.component:BeschaeftigtAls.code.coding.system",
"path": "Observation.component.code.coding.system",
"min": 1,
"fixedUri": "http://fhir.dguv.de/Basis/CodeSystem/DGUV-Basis-CS-UnfallereignisComponents"
},
{
"id": "Observation.component:BeschaeftigtAls.code.coding.code",
"path": "Observation.component.code.coding.code",
"min": 1,
"fixedCode": "05"
},
{
"id": "Observation.component:BeschaeftigtAls.code.coding.display",
"path": "Observation.component.code.coding.display",
"min": 1,
"fixedString": "Beschäftigt als"
},
{
"id": "Observation.component:BeschaeftigtAls.value[x]",
"path": "Observation.component.value[x]",
"min": 1,
"type": [
{
"code": "string"
}
]
},
{
"id": "Observation.component:Beschaeftigungsbeginn",
"path": "Observation.component",
"sliceName": "Beschaeftigungsbeginn",
"short": "Beginn der Beschäftigung",
"definition": "Seit wann führt der Versicherte die Tätigkeit aus?",
"max": "1"
},
{
"id": "Observation.component:Beschaeftigungsbeginn.code",
"path": "Observation.component.code",
"binding": {
"strength": "required",
"description": "Codes identifying names of an accident attribute.",
"valueSet": "http://fhir.dguv.de/Basis/ValueSet/DGUV-Basis-VS-UnfallereignisComponents"
}
},
{
"id": "Observation.component:Beschaeftigungsbeginn.code.coding",
"path": "Observation.component.code.coding",
"min": 1,
"max": "1"
},
{
"id": "Observation.component:Beschaeftigungsbeginn.code.coding.system",
"path": "Observation.component.code.coding.system",
"min": 1,
"fixedUri": "http://fhir.dguv.de/Basis/CodeSystem/DGUV-Basis-CS-UnfallereignisComponents"
},
{
"id": "Observation.component:Beschaeftigungsbeginn.code.coding.code",
"path": "Observation.component.code.coding.code",
"min": 1,
"fixedCode": "06"
},
{
"id": "Observation.component:Beschaeftigungsbeginn.code.coding.display",
"path": "Observation.component.code.coding.display",
"min": 1,
"fixedString": "Beschäftigungsbeginn"
},
{
"id": "Observation.component:Beschaeftigungsbeginn.value[x]",
"path": "Observation.component.value[x]",
"min": 1,
"type": [
{
"code": "dateTime"
}
]
}
]
}
}