FHIR IG analytics| Package | lt.hl7.fhir.cvd |
| Resource Type | Goal |
| Id | Goal-example-goal-bmi.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Goal example-goal-bmi
Language: en
lifecycleStatus: Active
description: Target BMI 22.5 kg/m² (healthy weight range 18.5–24.9).
| Measure | Detail[x] |
| Body mass index (BMI) [Ratio] | 22.5 kg/m2 (Details: UCUM codekg/m2 = 'kg/m2') |
{
"resourceType": "Goal",
"id": "example-goal-bmi",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"lifecycleStatus": "active",
"description": {
"text": "Target BMI 22.5 kg/m² (healthy weight range 18.5–24.9)."
},
"subject": {
"reference": "Patient/patient-male-example"
},
"target": [
{
"measure": {
"coding": [
{
"system": "http://loinc.org",
"code": "39156-5",
"display": "Body mass index (BMI) [Ratio]"
}
]
},
"detailQuantity": {
"value": 22.5,
"unit": "kg/m2",
"system": "http://unitsofmeasure.org",
"code": "kg/m2"
}
}
]
}