{
  "resourceType" : "Observation",
  "id" : "4cc7d7fa-82fd-4f06-a2be-18b60c1ee55f",
  "meta" : {
    "profile" : ["http://fhir.ehdsi.eu/eps/StructureDefinition/observation-vital-eps-myhealtheu"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Body height: 165 cm.</p></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"
  },
  "effectiveDateTime" : "2025-08-31",
  "performer" : [{
    "reference" : "PractitionerRole/01d682e6-bb2d-4b31-9d3c-51cdc6dfb39b"
  }],
  "valueQuantity" : {
    "value" : 165,
    "unit" : "cm",
    "system" : "http://unitsofmeasure.org",
    "code" : "cm"
  }
}