Shared Care Planning (SCP) Implementation Guide
0.2.0 - ci-build
Shared Care Planning (SCP) Implementation Guide, published by Santeon. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/santeonnl/shared-care-planning/ and changes regularly. See the Directory of published versions
{
"resourceType" : "CarePlan",
"id" : "scp-plan-diabetes",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan scp-plan-diabetes</b></p><a name=\"scp-plan-diabetes\"> </a><a name=\"hcscp-plan-diabetes\"> </a><a name=\"scp-plan-diabetes-en-US\"> </a><p><b>status</b>: Draft</p><p><b>intent</b>: Plan</p><p><b>title</b>: Plan voor behandeling Diabetes Sharon Cynthia Proef</p><p><b>subject</b>: <a href=\"Patient-SharonCynthiaProef.html\">Sharon Cynthia Proef (no stated gender), DoB Unknown</a></p><p><b>addresses</b>: <a href=\"Condition-scp-condition-diabetes.html\">Condition Diabetes mellitus (disorder)</a></p><p><b>supportingInfo</b>: <a href=\"Condition-scp-condition-hypertensie.html\">Condition Hypertensive disorder, systemic arterial (disorder)</a></p><h3>Activities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Task-scp-task-bloedpanel.html\">Task Compleet bloedbeeld panel in bloed d.m.v. geautomatiseerde telling</a></td></tr></table></div>"
},
"status" : "draft",
"intent" : "plan",
"title" : "Plan voor behandeling Diabetes Sharon Cynthia Proef",
"subject" : {
🔗 "reference" : "Patient/SharonCynthiaProef"
},
"addresses" : [
{
🔗 "reference" : "Condition/scp-condition-diabetes"
}
],
"supportingInfo" : [
{
🔗 "reference" : "Condition/scp-condition-hypertensie"
}
],
"activity" : [
{
"reference" : {
🔗 "reference" : "Task/scp-task-bloedpanel"
}
}
]
}