FHIR IG analytics| Package | fhir.argonaut.r2 |
| Resource Type | Observation |
| Id | Observation-bmi.json |
| FHIR Version | R2 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: bmi
meta:
status: final
category: Vital Signs (Details : {http://hl7.org/fhir/observation-category code 'vital-signs' = 'Vital Signs', given as 'Vital Signs'})
code: bmi (Details : {LOINC code '39156-5' = 'Body mass index (BMI) [Ratio]', given as 'bmi'})
encounter: Generated Summary: id: 691; status: in-progress; class: inpatient
effective: 02/07/1999
value: 16.2 kg/m2 (Details: UCUM code kg/m2 = 'kg/m2')
{
"resourceType": "Observation",
"id": "bmi",
"meta": {
"profile": [
"http://fhir.org/guides/argonaut/StructureDefinition/argo-vitalsigns"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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": "39156-5",
"display": "bmi"
}
],
"text": "bmi"
},
"subject": {
"reference": "Patient/peter-chalmers",
"display": "Peter Chalmers"
},
"encounter": {
"reference": "Encounter/691"
},
"effectiveDateTime": "1999-07-02",
"valueQuantity": {
"value": 16.2,
"unit": "kg/m2",
"system": "http://unitsofmeasure.org",
"code": "kg/m2"
}
}