{
  "resourceType" : "CarePlan",
  "id" : "patient-careplan-with-custom-rules",
  "meta" : {
    "profile" : ["http://resmed.com/fhir/core/StructureDefinition/resmed-care-plan"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CarePlan</b><a name=\"patient-careplan-with-custom-rules\"> </a></p><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\">Resource CarePlan &quot;patient-careplan-with-custom-rules&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-care-plan.html\">ResMed CarePlan</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>subject</b>: <a href=\"Patient-airview-patient-with-custom-rules.html\">Patient/airview-patient-with-custom-rules</a> &quot; MCDONALD&quot;</p><p><b>author</b>: <a href=\"Organization-airview-organization.html\">Organization/airview-organization</a> &quot;SleepyLabs Sleep Clinic&quot;</p><p><b>contributor</b>: <a href=\"Practitioner-resmed-practitioner-example.html\">Practitioner/resmed-practitioner-example</a> &quot; SMITH&quot;</p></div>"
  },
  "status" : "active",
  "intent" : "plan",
  "subject" : {
    "reference" : "Patient/airview-patient-with-custom-rules"
  },
  "author" : {
    "reference" : "Organization/airview-organization"
  },
  "contributor" : [{
    "reference" : "Practitioner/resmed-practitioner-example"
  }]
}