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-ArrivalPatient.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-ArrivalPatient",
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://fhir.ch/ig/ch-ems/CodeSystem/IVR",
        "code": "1000037",
        "display": "arrival patient"
      }
    ],
    "text": "Ankunftszeit beim Patienten"
  },
  "subject": {
    "reference": "Patient/1-ThomasMueller"
  },
  "encounter": {
    "reference": "Encounter/1-Einsatz"
  },
  "valueDateTime": "2016-12-10T12:22:00.000+01:00"
}