Vital Signs Body Weight Example
Jump to navigation
Jump to search
Body Height Example:
{ "resourceType": "Observation", "id": "691-weight", "meta": { "versionId": "4158", "lastUpdated": "2016-03-09T15:30:09.118+00:00" }, "text": { "status": "generated", "div": "<div>1999-07-02: weight = 20.09414 kg</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": "29463-7", "display": "Body Weight" } ], "text": "weight" }, "subject": { "reference": "Patient/1186747" }, "encounter": { "reference": "Encounter/691" }, "effectiveDateTime": "1999-07-02", "valueQuantity": { "value": 20.09414, "unit": "kg", "system": "http://unitsofmeasure.org", "code": "kg" } }