Vital Body height Example
Jump to navigation
Jump to search
Body Height Example:
{ "resourceType": "Observation", "id": "691-height", "meta": { "versionId": "4106", "lastUpdated": "2016-03-09T15:30:09.017+00:00" }, "text": { "status": "generated", "div": "<div>1999-07-02: height = 111.506 cm</div>" }, "status": "final", "category": { "coding": [ { "system": "http://hl7.org/fhir/observation-category", "code": "vital-signs", "display": "Vital Signs" } ], "text": "Vital Signs" }, "code": { "coding": [ { "system": "http://loinc.org", "code": "8302-2", "display": "height" } ], "text": "height" }, "subject": { "reference": "Patient/1186747" }, "encounter": { "reference": "Encounter/691" }, "effectiveDateTime": "1999-07-02", "valueQuantity": { "value": 111.506, "unit": "cm", "system": "http://unitsofmeasure.org", "code": "cm" } }