{
  "resourceType" : "Observation",
  "id" : "62e65dfb-d837-4556-8e75-2ca7a6fe6e40",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/StructureDefinition/vitalsigns"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"hl7__ips\"><tr><td>Body Height</td><td>158.3 cm</td></tr></table></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"
    }]
  },
  "subject" : {
    "reference" : "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3",
    "display" : "Petra Schwartz"
  },
  "effectiveDateTime" : "2025-07-14",
  "valueQuantity" : {
    "value" : 158.3,
    "unit" : "cm",
    "system" : "http://unitsofmeasure.org",
    "code" : "cm"
  }
}