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

FHIR IG analytics

Packagech.fhir.ig.ch-ems
Resource TypeObservation
IdObservation-1-Disposition.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": "Observation",
  "id": "1-Disposition",
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://fhir.ch/ig/ch-ems/CodeSystem/IVR",
        "code": "1000034",
        "display": "disposition"
      }
    ],
    "text": "Dispositionszeit"
  },
  "subject": {
    "reference": "Patient/1-ThomasMueller"
  },
  "encounter": {
    "reference": "Encounter/1-Einsatz"
  },
  "valueDateTime": "2016-12-10T12:11:00.000+01:00"
}