FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Goal |
| Id | Goal-NgGoal-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Goal NgGoal-001
Profile: NG Goal
lifecycleStatus: Active
achievementStatus: Improving
category: Chronic disease management
priority: High Priority
description: Control systolic blood pressure
subject: Kemi Adebayo Female, DoB: 1995-02-14 ( nin)
start: 2025-11-11
| Measure | Detail[x] | Due[x] |
| Bisacodyl [Mass/mass] in Stool | 120 mmHg | 2025-12-23 |
{
"resourceType": "Goal",
"id": "NgGoal-001",
"meta": {
"profile": [
"https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-goal"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"lifecycleStatus": "active",
"achievementStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
"code": "improving"
}
]
},
"category": [
{
"text": "Chronic disease management"
}
],
"priority": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/goal-priority",
"code": "high-priority"
}
]
},
"description": {
"text": "Control systolic blood pressure"
},
"subject": {
"reference": "Patient/00114455-e5f6-4789-a123-456789abcdef"
},
"startDate": "2025-11-11",
"target": [
{
"measure": {
"coding": [
{
"system": "http://loinc.org",
"code": "10889-4",
"display": "Bisacodyl [Mass/mass] in Stool"
}
]
},
"detailQuantity": {
"value": 120,
"unit": "mmHg"
},
"dueDate": "2025-12-23"
}
]
}