PackagesCanonicalsLogsProblems
    Packages
    dguv.basis@1.4.0
    http://fhir.dguv.de/Basis/Observation/DGUV-Basis-PR-Unfallereignis
{
  "description": "Dieses Profil bildet das Unfallereignis mit verschiedenen Informationskomponenten (Zeitpunkte, Unfallhergang, etc.) ab.",
  "_filename": "DGUV_Basis_PR_Unfallereignis.json",
  "package_name": "dguv.basis",
  "date": null,
  "derivation": "constraint",
  "publisher": "Deutsche Gesetzliche Unfallversicherung e.V. (DGUV)",
  "fhirVersion": "4.0.1",
  "name": "DGUV_Basis_PR_Unfallereignis",
  "abstract": false,
  "type": "Observation",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Unfallereignis",
  "package_version": "1.4.0",
  "status": "draft",
  "id": "b25f4b95-e611-448f-93a2-42390964dd83",
  "kind": "resource",
  "url": "http://fhir.dguv.de/Basis/Observation/DGUV-Basis-PR-Unfallereignis",
  "version": "1.4",
  "differential": {
    "element": [ {
      "id": "Observation",
      "path": "Observation",
      "short": "Dieses Profil bildet das Unfallereignis ab."
    }, {
      "id": "Observation.extension",
      "min": 1,
      "path": "Observation.extension"
    }, {
      "id": "Observation.extension:Pflegeunfall",
      "max": "1",
      "min": 1,
      "path": "Observation.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://fhir.dguv.de/Basis/Extension/DGUV-Basis-EX-Pflegeunfall" ]
      } ],
      "sliceName": "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",
      "max": "1",
      "min": 1,
      "path": "Observation.code.coding",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "system",
          "type": "value"
        } ]
      }
    }, {
      "id": "Observation.code.coding:DAV",
      "max": "1",
      "path": "Observation.code.coding",
      "sliceName": "DAV"
    }, {
      "id": "Observation.code.coding:DAV.system",
      "min": 1,
      "path": "Observation.code.coding.system",
      "fixedUri": "http://fhir.dguv.de/Basis/CodeSystem/DGUV-Basis-CS-Durchgangsarztverfahren",
      "mustSupport": false
    }, {
      "id": "Observation.code.coding:DAV.code",
      "min": 1,
      "path": "Observation.code.coding.code",
      "fixedCode": "DAV"
    }, {
      "id": "Observation.code.coding:DAV.display",
      "min": 1,
      "path": "Observation.code.coding.display",
      "fixedString": "Durchgangsarztverfahren"
    }, {
      "id": "Observation.code.coding:SAV-VAV",
      "max": "1",
      "path": "Observation.code.coding",
      "sliceName": "SAV-VAV"
    }, {
      "id": "Observation.code.coding:SAV-VAV.system",
      "min": 1,
      "path": "Observation.code.coding.system",
      "fixedUri": "http://fhir.dguv.de/Basis/CodeSystem/DGUV-Basis-CS-Verletzungsartenverzeichnis"
    }, {
      "id": "Observation.code.coding:SAV-VAV.code",
      "min": 1,
      "path": "Observation.code.coding.code",
      "short": "Code nach VAV oder SAV"
    }, {
      "id": "Observation.code.coding:SAV-VAV.display",
      "min": 1,
      "path": "Observation.code.coding.display",
      "short": "Display nach VAV oder SAV"
    }, {
      "id": "Observation.subject",
      "min": 1,
      "path": "Observation.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.dguv.de/Basis/Patient/DGUV-Basis-PR-VersichertePerson" ]
      } ]
    }, {
      "id": "Observation.effective[x]",
      "min": 1,
      "path": "Observation.effective[x]",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "Unfallzeitpunkt"
    }, {
      "id": "Observation.component",
      "path": "Observation.component",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "code.coding.code",
          "type": "value"
        } ]
      }
    }, {
      "id": "Observation.component:BeginnDerArbeitszeit",
      "max": "1",
      "path": "Observation.component",
      "sliceName": "BeginnDerArbeitszeit"
    }, {
      "id": "Observation.component:BeginnDerArbeitszeit.code",
      "path": "Observation.component.code",
      "binding": {
        "strength": "required",
        "valueSet": "http://fhir.dguv.de/Basis/ValueSet/DGUV-Basis-VS-UnfallereignisComponents",
        "description": "Codes identifying names of an accident attribute."
      }
    }, {
      "id": "Observation.component:BeginnDerArbeitszeit.code.coding",
      "max": "1",
      "min": 1,
      "path": "Observation.component.code.coding"
    }, {
      "id": "Observation.component:BeginnDerArbeitszeit.code.coding.system",
      "min": 1,
      "path": "Observation.component.code.coding.system",
      "fixedUri": "http://fhir.dguv.de/Basis/CodeSystem/DGUV-Basis-CS-UnfallereignisComponents"
    }, {
      "id": "Observation.component:BeginnDerArbeitszeit.code.coding.code",
      "min": 1,
      "path": "Observation.component.code.coding.code",
      "fixedCode": "01"
    }, {
      "id": "Observation.component:BeginnDerArbeitszeit.code.coding.display",
      "min": 1,
      "path": "Observation.component.code.coding.display",
      "fixedString": "Beginn der Arbeitszeit"
    }, {
      "id": "Observation.component:BeginnDerArbeitszeit.value[x]",
      "min": 1,
      "path": "Observation.component.value[x]",
      "type": [ {
        "code": "dateTime"
      } ]
    }, {
      "id": "Observation.component:EndeDerArbeitszeit",
      "max": "1",
      "path": "Observation.component",
      "sliceName": "EndeDerArbeitszeit"
    }, {
      "id": "Observation.component:EndeDerArbeitszeit.code",
      "path": "Observation.component.code",
      "binding": {
        "strength": "required",
        "valueSet": "http://fhir.dguv.de/Basis/ValueSet/DGUV-Basis-VS-UnfallereignisComponents",
        "description": "Codes identifying names of an accident attribute."
      }
    }, {
      "id": "Observation.component:EndeDerArbeitszeit.code.coding",
      "max": "1",
      "min": 1,
      "path": "Observation.component.code.coding"
    }, {
      "id": "Observation.component:EndeDerArbeitszeit.code.coding.system",
      "min": 1,
      "path": "Observation.component.code.coding.system",
      "fixedUri": "http://fhir.dguv.de/Basis/CodeSystem/DGUV-Basis-CS-UnfallereignisComponents"
    }, {
      "id": "Observation.component:EndeDerArbeitszeit.code.coding.code",
      "min": 1,
      "path": "Observation.component.code.coding.code",
      "fixedCode": "02"
    }, {
      "id": "Observation.component:EndeDerArbeitszeit.code.coding.display",
      "min": 1,
      "path": "Observation.component.code.coding.display",
      "fixedString": "Ende der Arbeitszeit"
    }, {
      "id": "Observation.component:EndeDerArbeitszeit.value[x]",
      "min": 1,
      "path": "Observation.component.value[x]",
      "type": [ {
        "code": "dateTime"
      } ]
    }, {
      "id": "Observation.component:Unfallhergang",
      "max": "1",
      "path": "Observation.component",
      "short": "Beschreibung Unfallhergang",
      "sliceName": "Unfallhergang",
      "definition": "Von der versicherten Person und/oder Angehörigen vorgetragener Unfallhergang"
    }, {
      "id": "Observation.component:Unfallhergang.code",
      "path": "Observation.component.code",
      "binding": {
        "strength": "required",
        "valueSet": "http://fhir.dguv.de/Basis/ValueSet/DGUV-Basis-VS-UnfallereignisComponents",
        "description": "Codes identifying names of an accident attribute."
      }
    }, {
      "id": "Observation.component:Unfallhergang.code.coding",
      "max": "1",
      "min": 1,
      "path": "Observation.component.code.coding"
    }, {
      "id": "Observation.component:Unfallhergang.code.coding.system",
      "min": 1,
      "path": "Observation.component.code.coding.system",
      "fixedUri": "http://fhir.dguv.de/Basis/CodeSystem/DGUV-Basis-CS-UnfallereignisComponents"
    }, {
      "id": "Observation.component:Unfallhergang.code.coding.code",
      "min": 1,
      "path": "Observation.component.code.coding.code",
      "fixedCode": "03"
    }, {
      "id": "Observation.component:Unfallhergang.code.coding.display",
      "min": 1,
      "path": "Observation.component.code.coding.display",
      "fixedString": "Unfallhergang"
    }, {
      "id": "Observation.component:Unfallhergang.value[x]",
      "min": 1,
      "path": "Observation.component.value[x]",
      "type": [ {
        "code": "string"
      } ]
    }, {
      "id": "Observation.component:BeschwerdenKlagen",
      "max": "1",
      "path": "Observation.component",
      "short": "Beschwerden / Klagen bei Aufnahme, Anamnese",
      "sliceName": "BeschwerdenKlagen",
      "definition": "Vorgetragenen subjektiven Beschwerden der versicherten Person und/oder Angehörigen"
    }, {
      "id": "Observation.component:BeschwerdenKlagen.code",
      "path": "Observation.component.code",
      "binding": {
        "strength": "required",
        "valueSet": "http://fhir.dguv.de/Basis/ValueSet/DGUV-Basis-VS-UnfallereignisComponents",
        "description": "Codes identifying names of an accident attribute."
      }
    }, {
      "id": "Observation.component:BeschwerdenKlagen.code.coding",
      "max": "1",
      "min": 1,
      "path": "Observation.component.code.coding"
    }, {
      "id": "Observation.component:BeschwerdenKlagen.code.coding.system",
      "min": 1,
      "path": "Observation.component.code.coding.system",
      "fixedUri": "http://fhir.dguv.de/Basis/CodeSystem/DGUV-Basis-CS-UnfallereignisComponents"
    }, {
      "id": "Observation.component:BeschwerdenKlagen.code.coding.code",
      "min": 1,
      "path": "Observation.component.code.coding.code",
      "fixedCode": "04"
    }, {
      "id": "Observation.component:BeschwerdenKlagen.code.coding.display",
      "min": 1,
      "path": "Observation.component.code.coding.display",
      "fixedString": "Beschwerden/Klagen"
    }, {
      "id": "Observation.component:BeschwerdenKlagen.value[x]",
      "min": 1,
      "path": "Observation.component.value[x]",
      "type": [ {
        "code": "string"
      } ]
    }, {
      "id": "Observation.component:BeschaeftigtAls",
      "max": "1",
      "path": "Observation.component",
      "short": "Bei Unfall ausgeübte Tätigkeit (Beruf)",
      "sliceName": "BeschaeftigtAls",
      "definition": "Konkrete Beschreibung der Tätigkeit (Beruf) zum Zeitpunkt des Unfalls"
    }, {
      "id": "Observation.component:BeschaeftigtAls.code",
      "path": "Observation.component.code",
      "binding": {
        "strength": "required",
        "valueSet": "http://fhir.dguv.de/Basis/ValueSet/DGUV-Basis-VS-UnfallereignisComponents",
        "description": "Codes identifying names of an accident attribute."
      }
    }, {
      "id": "Observation.component:BeschaeftigtAls.code.coding",
      "max": "1",
      "min": 1,
      "path": "Observation.component.code.coding"
    }, {
      "id": "Observation.component:BeschaeftigtAls.code.coding.system",
      "min": 1,
      "path": "Observation.component.code.coding.system",
      "fixedUri": "http://fhir.dguv.de/Basis/CodeSystem/DGUV-Basis-CS-UnfallereignisComponents"
    }, {
      "id": "Observation.component:BeschaeftigtAls.code.coding.code",
      "min": 1,
      "path": "Observation.component.code.coding.code",
      "fixedCode": "05"
    }, {
      "id": "Observation.component:BeschaeftigtAls.code.coding.display",
      "min": 1,
      "path": "Observation.component.code.coding.display",
      "fixedString": "Beschäftigt als"
    }, {
      "id": "Observation.component:BeschaeftigtAls.value[x]",
      "min": 1,
      "path": "Observation.component.value[x]",
      "type": [ {
        "code": "string"
      } ]
    }, {
      "id": "Observation.component:Beschaeftigungsbeginn",
      "max": "1",
      "path": "Observation.component",
      "short": "Beginn der Beschäftigung",
      "sliceName": "Beschaeftigungsbeginn",
      "definition": "Seit wann führt der Versicherte die Tätigkeit aus?"
    }, {
      "id": "Observation.component:Beschaeftigungsbeginn.code",
      "path": "Observation.component.code",
      "binding": {
        "strength": "required",
        "valueSet": "http://fhir.dguv.de/Basis/ValueSet/DGUV-Basis-VS-UnfallereignisComponents",
        "description": "Codes identifying names of an accident attribute."
      }
    }, {
      "id": "Observation.component:Beschaeftigungsbeginn.code.coding",
      "max": "1",
      "min": 1,
      "path": "Observation.component.code.coding"
    }, {
      "id": "Observation.component:Beschaeftigungsbeginn.code.coding.system",
      "min": 1,
      "path": "Observation.component.code.coding.system",
      "fixedUri": "http://fhir.dguv.de/Basis/CodeSystem/DGUV-Basis-CS-UnfallereignisComponents"
    }, {
      "id": "Observation.component:Beschaeftigungsbeginn.code.coding.code",
      "min": 1,
      "path": "Observation.component.code.coding.code",
      "fixedCode": "06"
    }, {
      "id": "Observation.component:Beschaeftigungsbeginn.code.coding.display",
      "min": 1,
      "path": "Observation.component.code.coding.display",
      "fixedString": "Beschäftigungsbeginn"
    }, {
      "id": "Observation.component:Beschaeftigungsbeginn.value[x]",
      "min": 1,
      "path": "Observation.component.value[x]",
      "type": [ {
        "code": "dateTime"
      } ]
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation"
}