xShare Project CarePlan
0.1.0 - qa-preview
150
xShare Project CarePlan - Downloaded Version 0.1.0 See the Directory of published versions
{
"resourceType" : "CarePlan",
"id" : "xshare-careplan-example",
"meta" : {
"profile" : [
🔗 "http://hl7.eu/fhir/ig/xshare-careplan/StructureDefinition/xshare-careplan"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan xshare-careplan-example</b></p><a name=\"xshare-careplan-example\"> </a><a name=\"hcxshare-careplan-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-xshare-careplan.html\">xShare Care Plan</a></p></div><p><b>identifier</b>: <code>http://example.org/careplans</code>/CP-2026-001</p><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 734163000}\">Care plan</span></p><p><b>title</b>: Post-discharge diabetes care plan</p><p><b>description</b>: Care plan for follow-up after discharge, including diabetes monitoring and patient education.</p><p><b>subject</b>: <a href=\"Patient-xshare-careplan-patient-example.html\">Maria Rossi Female, DoB: 1975-04-12 ( http://example.org/patients#PAT-001)</a></p><p><b>period</b>: 2026-05-01 --> 2026-08-31</p><p><b>created</b>: 2026-05-01</p><p><b>author</b>: <a href=\"Organization-xshare-careplan-organization-example.html\">Organization Example Community Health Centre</a></p><p><b>careTeam</b>: <a href=\"CareTeam-xshare-careplan-careteam-example.html\">CareTeam Diabetes follow-up care team</a></p><p><b>addresses</b>: <a href=\"Condition-xshare-careplan-condition-example.html\">Condition Diabetes mellitus type 2</a></p><p><b>goal</b>: <a href=\"Goal-xshare-careplan-goal-example.html\">Goal: lifecycleStatus = active; category = Education; description = Diabetes self management plan</a></p><h3>Activities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>OutcomeCodeableConcept</b></td><td><b>Progress</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 385669000}\">Successful</span></td><td><blockquote><div><p>Initial education session scheduled and glucose monitoring plan reviewed.</p>\n</div></blockquote></td><td><a href=\"ServiceRequest-xshare-careplan-servicerequest-example.html\">ServiceRequest Assessment of health and social care needs</a></td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://example.org/careplans",
"value" : "CP-2026-001"
}
],
"status" : "active",
"intent" : "plan",
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "734163000",
"display" : "Care plan"
}
]
}
],
"title" : "Post-discharge diabetes care plan",
"description" : "Care plan for follow-up after discharge, including diabetes monitoring and patient education.",
"subject" : {
🔗 "reference" : "Patient/xshare-careplan-patient-example"
},
"period" : {
"start" : "2026-05-01",
"end" : "2026-08-31"
},
"created" : "2026-05-01",
"author" : {
🔗 "reference" : "Organization/xshare-careplan-organization-example"
},
"careTeam" : [
{
🔗 "reference" : "CareTeam/xshare-careplan-careteam-example"
}
],
"addresses" : [
{
🔗 "reference" : "Condition/xshare-careplan-condition-example"
}
],
"goal" : [
{
🔗 "reference" : "Goal/xshare-careplan-goal-example"
}
],
"activity" : [
{
"outcomeCodeableConcept" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "385669000",
"display" : "Successful"
}
]
}
],
"progress" : [
{
"text" : "Initial education session scheduled and glucose monitoring plan reviewed."
}
],
"reference" : {
🔗 "reference" : "ServiceRequest/xshare-careplan-servicerequest-example"
}
}
]
}