eMediplan CHMED20AF Implementation Guide:

This page is part of the eMediplan CHMED20AF FHIR IG (R4) (v2.0.0: STU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions



{
  "resourceType" : "Observation",
  "id" : "chmed20af-card-observation-s01-bodyheight",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/bodyheight"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">178 cm </div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "vital-signs",
          "display" : "Vital Signs"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "8302-2",
        "display" : "Body height"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "50373000",
        "display" : "Body height measure"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/chmed20af-card-patient-s01"
  },
  "effectiveDateTime" : "2016-09-12",
  "valueQuantity" : {
    "value" : 178,
    "unit" : "centimeter",
    "system" : "http://unitsofmeasure.org",
    "code" : "cm"
  }
}