Care Coordination Management
0.0.1 - ci-build
Estonia (EST)
Care Coordination Management, published by Helex OÜ. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/helexlab/ig-ccm/ and changes regularly. See the Directory of published versions
{
"resourceType" : "CarePlan",
"id" : "care-plan-ccm-example",
"meta" : {
"profile" : [
🔗 "http://helex.org/ig/ccm/StructureDefinition/care-plan-ccm"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan care-plan-ccm-example</b></p><a name=\"care-plan-ccm-example\"> </a><a name=\"hccare-plan-ccm-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-care-plan-ccm.html\">CarePlanCcm</a></p></div><p><b>identifier</b>: <code>https://helex.org/sid/ccm-care-plan</code>/0232</p><p><b>status</b>: Completed</p><p><b>intent</b>: Plan</p><p><b>subject</b>: <a href=\"Patient-patient-ccm-example.html\">Jaan Tamm (official) Male, DoB: 1950-05-15 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#tegelik-isikukood)</a></p><p><b>period</b>: 2023-10-01 --> (ongoing)</p><p><b>careTeam</b>: <a href=\"CareTeam-care-team-ccm-example.html\">CareTeam: status = active; period = 2023-10-01 --> (ongoing)</a></p><p><b>supportingInfo</b>: <a href=\"ResearchSubject-research-subject-ccm-example.html\">ResearchSubject: identifier = https://helex.org/sid/ccm-research-subject#0002; status = active; period = 2025-11-01 09:00:00+0200 --> (ongoing)</a></p><p><b>goal</b>: <a href=\"Goal-goal-activity-ccm-example.html\">Goal: lifecycleStatus = active; achievementStatus = in-progress; category = Treatment; description = Increase physical activity; start[x] = 2023-10-01; statusDate = 2023-10-01</a></p></div>"
},
"identifier" : [
{
"system" : "https://helex.org/sid/ccm-care-plan",
"value" : "0232"
}
],
"status" : "completed",
"intent" : "plan",
"subject" : {
🔗 "reference" : "Patient/patient-ccm-example"
},
"period" : {
"start" : "2023-10-01"
},
"careTeam" : [
{
🔗 "reference" : "CareTeam/care-team-ccm-example"
}
],
"supportingInfo" : [
{
🔗 "reference" : "ResearchSubject/research-subject-ccm-example"
}
],
"goal" : [
{
🔗 "reference" : "Goal/goal-activity-ccm-example"
}
]
}