This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4 R3 R2
Simple Weight Example
{
"resourceType": "Observation",
"text": {
"status": "generated",
"div": "<div>Jan 30 2014: Body Weight = 185 lbs</div>"
},
"name": {
"coding": [
{
"system": "http://loinc.org",
"code": "3141-9",
"display": "Weight Measured"
},
{
"system": "http://snomed.info/sct",
"code": "27113001",
"display": "Body weight"
},
{
"system": "http://acme.org/devices/clinical-codes",
"code": "body-weight",
"display": "Body Weight"
}
]
},
"valueQuantity": {
"value": 185,
"units": "lbs",
"system": "http://unitsofmeasure.org",
"code": "[lb_av]"
},
"status": "final",
"reliability": "ok"
}