{
  "resourceType" : "CarePlan",
  "id" : "careplan-xshare-example",
  "meta" : {
    "profile" : ["http://hl7.eu/fhir/ig/careplan-xshare/StructureDefinition/careplan-xshare"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan careplan-xshare-example</b></p><a name=\"careplan-xshare-example\"> </a><a name=\"hccareplan-xshare-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-careplan-xshare.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-careplan-xshare-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 --&gt; 2026-08-31</p><p><b>created</b>: 2026-05-01</p><p><b>author</b>: <a href=\"Organization-careplan-xshare-organization-example.html\">Organization Example Community Health Centre</a></p><p><b>careTeam</b>: <a href=\"CareTeam-careplan-xshare-careteam-example.html\">CareTeam Diabetes follow-up care team</a></p><p><b>addresses</b>: <a href=\"Condition-careplan-xshare-condition-example.html\">Condition Diabetes mellitus type 2</a></p><p><b>goal</b>: <a href=\"Goal-careplan-xshare-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-careplan-xshare-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/careplan-xshare-patient-example"
  },
  "period" : {
    "start" : "2026-05-01",
    "end" : "2026-08-31"
  },
  "created" : "2026-05-01",
  "author" : {
    "reference" : "Organization/careplan-xshare-organization-example"
  },
  "careTeam" : [{
    "reference" : "CareTeam/careplan-xshare-careteam-example"
  }],
  "addresses" : [{
    "reference" : "Condition/careplan-xshare-condition-example"
  }],
  "goal" : [{
    "reference" : "Goal/careplan-xshare-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/careplan-xshare-servicerequest-example"
    }
  }]
}