FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagedguv.enla
Resource TypeEncounter
IdDGUV_ENLA_Bsp_Aufenthaltsinformationen.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Hier finden Sie ein Beispiel der Aufenthaltsinformationen einer verunfallten Person entsprechend des VersichertePerson-Profils der DGUV


Source1

{
  "resourceType": "Encounter",
  "id": "DGUV-ENLA-Bsp-Aufenthaltsinformationen",
  "meta": {
    "profile": [
      "http://fhir.dguv.de/ENLA/Encounter/DGUV-ENLA-PR-Aufenthaltsinformationen"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "subject": {
    "reference": "Patient/T37501234"
  },
  "period": {
    "start": "2024-06-10T12:00:00+01:00",
    "end": "2024-06-17T12:00:00+01:00"
  },
  "hospitalization": {
    "admitSource": {
      "coding": [
        {
          "system": "http://fhir.dguv.de/ENLA/CodeSystem/DGUV-ENLA-CS-Aufnahmeart",
          "code": "FB",
          "display": "Folgebehandlung"
        }
      ]
    },
    "dischargeDisposition": {
      "coding": [
        {
          "system": "http://fhir.dguv.de/ENLA/CodeSystem/DGUV-ENLA-CS-EntlassungsVerlegungsgrund",
          "code": "01",
          "display": "Behandlung regulär beendet"
        }
      ]
    }
  }
}