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

FHIR IG analytics

Packagedguv.enla
Resource TypeEncounter
IdDGUV_ENLA_Bsp_Aufenthaltsinformationen_3.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Encounter",
  "id": "DGUV-ENLA-Bsp-3",
  "meta": {
    "profile": [
      "http://fhir.dguv.de/ENLA/Encounter/DGUV-ENLA-PR-Aufenthaltsinformationen"
    ]
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "subject": {
    "reference": "Patient/T24681357"
  },
  "period": {
    "start": "2024-07-01T09:00:00+01:00",
    "end": "2024-07-03T02:15:00+01:00"
  },
  "hospitalization": {
    "admitSource": {
      "coding": [
        {
          "system": "http://fhir.dguv.de/ENLA/CodeSystem/DGUV-ENLA-CS-Aufnahmeart",
          "code": "EB",
          "display": "Erstbehandlung"
        }
      ]
    },
    "dischargeDisposition": {
      "coding": [
        {
          "system": "http://fhir.dguv.de/ENLA/CodeSystem/DGUV-ENLA-CS-EntlassungsVerlegungsgrund",
          "code": "07",
          "display": "Tod"
        }
      ]
    }
  }
}