{
"resourceType": "Observation", "id": "body-height", "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/vitalsigns" ], "tag": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason", "code": "HTEST", "display": "test health data" } ] }, "status": "final", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/observation-category", "code": "vital-signs", "display": "Vital Signs" } ], "text": "Vital Signs" } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "8302-2", "display": "Body height" } ], "text": "Body height" }, "subject": { "reference": "Patient/example" }, "effectiveDateTime": "1999-07-02", "valueQuantity": { "value": 66.89999999999999, "unit": "in", "system": "http://unitsofmeasure.org", "code": "[in_i]" }
}