FHIR IG analytics| Package | hl7.eu.fhir.xshare-careplan |
| Resource Type | Goal |
| Id | Goal-xshare-careplan-goal-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Goal xshare-careplan-goal-example
Profile: xShare Goal
lifecycleStatus: Active
category: Education
description: Diabetes self management plan
subject: Maria Rossi Female, DoB: 1975-04-12 ( http://example.org/patients#PAT-001)
| Measure | Detail[x] | Due[x] |
| Hemoglobin A1c/Hemoglobin.total in Blood | 7 % (Details: UCUM code% = '%') | 2026-08-31 |
{
"resourceType": "Goal",
"id": "xshare-careplan-goal-example",
"meta": {
"profile": [
"http://hl7.eu/fhir/ig/xshare-careplan/StructureDefinition/goal-xshare"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"lifecycleStatus": "active",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "409073007",
"display": "Education"
}
]
}
],
"description": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "735985000",
"display": "Diabetes self management plan"
}
]
},
"subject": {
"reference": "Patient/xshare-careplan-patient-example"
},
"target": [
{
"measure": {
"coding": [
{
"system": "http://loinc.org",
"code": "4548-4",
"display": "Hemoglobin A1c/Hemoglobin.total in Blood"
}
]
},
"detailQuantity": {
"value": 7,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"dueDate": "2026-08-31"
}
]
}