FHIR IG analytics| Package | lt.hl7.fhir.cvd |
| Resource Type | Goal |
| Id | Goal-example-goal-ldl.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-ldl
Language: en
lifecycleStatus: Active
description: Target LDL Cholesterol < 1.8 mmol/L.
| Measure | Detail[x] | Due[x] |
| Cholesterol in LDL [Mass/volume] in Serum or Plasma by calculation | 1.8 mmol/L (Details: UCUM codemmol/L = 'mmol/L') | 2026-10-31 |
{
"resourceType": "Goal",
"id": "example-goal-ldl",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"lifecycleStatus": "active",
"description": {
"text": "Target LDL Cholesterol < 1.8 mmol/L."
},
"subject": {
"reference": "Patient/patient-male-example"
},
"target": [
{
"measure": {
"coding": [
{
"system": "http://loinc.org",
"code": "13457-7",
"display": "Cholesterol in LDL [Mass/volume] in Serum or Plasma by calculation"
}
]
},
"detailQuantity": {
"value": 1.8,
"unit": "mmol/L",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
},
"dueDate": "2026-10-31"
}
]
}