xShare Project CarePlan
1.0.0-ci - ci-build
150
xShare Project CarePlan, published by xShare Project. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/xshare-careplan/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Goal",
"id" : "careplan-xshare-goal-example",
"meta" : {
"profile" : [
🔗 "http://hl7.eu/fhir/ig/careplan-xshare/StructureDefinition/goal-xshare"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Goal careplan-xshare-goal-example</b></p><a name=\"careplan-xshare-goal-example\"> </a><a name=\"hccareplan-xshare-goal-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-goal-xshare.html\">xShare Goal</a></p></div><p><b>lifecycleStatus</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 409073007}\">Education</span></p><p><b>description</b>: <span title=\"Codes:{http://snomed.info/sct 735985000}\">Diabetes self management plan</span></p><p><b>subject</b>: <a href=\"Patient-careplan-xshare-patient-example.html\">Maria Rossi Female, DoB: 1975-04-12 ( http://example.org/patients#PAT-001)</a></p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td><td><b>Due[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 4548-4}\">Hemoglobin A1c/Hemoglobin.total in Blood</span></td><td>7 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code% = '%')</span></td><td>2026-08-31</td></tr></table></div>"
},
"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/careplan-xshare-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"
}
]
}