{
  "resourceType" : "Observation",
  "id" : "height-avery-20250408",
  "meta" : {
    "profile" : ["https://fhir.apps.health/StructureDefinition/polaris-core-observation"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Height for Avery Linwood on April 8, 2025: 165 cm.</p></div>"
  },
  "identifier" : [{
    "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-observation-identifier",
    "value" : "OBS-HEIGHT-AVERY-20250408"
  }],
  "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"
    }],
    "text" : "Body height"
  },
  "subject" : {
    "identifier" : {
      "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier",
      "value" : "1234567890"
    },
    "display" : "Avery Linwood"
  },
  "encounter" : {
    "identifier" : {
      "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-encounter-identifier",
      "value" : "enc-avery-20250408-01"
    },
    "display" : "Annual physical with anemia workup"
  },
  "effectiveDateTime" : "2025-04-08T09:10:00-06:00",
  "performer" : [{
    "identifier" : {
      "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-practitioner-identifier",
      "value" : "NAVARRO-PRAC-001"
    },
    "display" : "Dr. Emil Navarro"
  }],
  "valueQuantity" : {
    "value" : 165,
    "unit" : "cm",
    "system" : "http://unitsofmeasure.org",
    "code" : "cm"
  }
}