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

FHIR IG analytics

Packagerki.demis.disease
Resource TypeEncounter
Idexample-encounter-hospitalization-02.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": "1a0e5fe7-dfca-3322-a2d0-57e801eb694d",
  "meta": {
    "profile": [
      "https://demis.rki.de/fhir/StructureDefinition/Hospitalization"
    ]
  },
  "status": "in-progress",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "serviceType": {
    "coding": [
      {
        "system": "https://demis.rki.de/fhir/CodeSystem/hospitalizationServiceType",
        "code": "3600",
        "display": "Intensivmedizin"
      }
    ]
  },
  "subject": {
    "reference": "Patient/314b3907-1ee6-3f5f-8319-fce7d5aa2050"
  },
  "period": {
    "start": "2022-02-07"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "https://demis.rki.de/fhir/CodeSystem/hospitalizationReason",
          "code": "becauseOfDisease",
          "display": "Hospitalisiert aufgrund der gemeldeten Krankheit"
        }
      ]
    }
  ],
  "serviceProvider": {
    "reference": "Organization/54da7381-727b-3e1a-bbe5-ff37b64d7152"
  }
}