HL7 Belgium FHIR specifications
0.1 - QA review

This page is part of the HL7 Belgium FHIR Specifications (v2020May: QA Preview) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Care Plan Pia - details planned by nurse - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "CarePlan",
  "id" : "pia-careplan1-v1",
  "meta" : {
    "versionId" : "1",
    "profile" : [
      "https://www.hl7belgium.org/fhir/StructureDefinition/be-homecare-plan"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: pia-careplan1-v1</p><p><b>meta</b>: </p><p><b>status</b>: active</p><p><b>intent</b>: proposal</p><p><b>category</b>: homecare <span style=\"background: LightGoldenRodYellow\">(Details : {[not stated] code 'homecare' = 'homecare)</span></p><p><b>title</b>: Careplan Pia 2019-2020</p><p><b>description</b>: Care plan for Pia to manage diabetes.</p><p><b>subject</b>: <a href=\"Patient-pia.html\">Generated Summary: id: pia; Pia Peters (OFFICIAL); gender: female</a></p><p><b>period</b>: 02-Nov-2019 00:00:00 --&gt; (ongoing)</p><p><b>created</b>: 02-Nov-2019 10:15:15</p><p><b>author</b>: <a href=\"Practitioner-dragon.html\">Generated Summary: id: dragon; Dragon </a></p><p><b>contributor</b>: <a href=\"Practitioner-dragon.html\">Generated Summary: id: dragon; Dragon </a></p><p><b>careTeam</b>: <a href=\"CareTeam-dzop-team-0002.v2.html\">Generated Summary: id: dzop-team-0002.v2; DZOP-Pia-2020001; status: active; <span title=\"Codes: {http://loinc.org LA28866-4}\">Home &amp; Community Based Services (HCBS)-focused care team</span>; name: Pia's 2020 Care team for post-op care; period: 02-Nov-2019 00:00:00 --&gt; 01-Nov-2020 00:00:00</a></p><p><b>addresses</b>: <a href=\"Condition-pia-diabetes.html\">Generated Summary: id: pia-diabetes; <span title=\"Codes: \">Diabetes</span></a></p><p><b>supportingInfo</b>: </p><p><b>goal</b>: </p><ul><li>Diabetes management for Patient Pia</li><li>Depression recovery</li><li>Restore family connections</li></ul><h3>Activities</h3><table class=\"grid\"><tr><td>-</td><td><b>Progress</b></td><td><b>Reference</b></td></tr><tr><td>*</td><td>Planned</td><td><a href=\"Appointment-pia-001-v0.html\">Appointment with nurse. Generated Summary: id: pia-001-v0; status: proposed; <span title=\"Codes: \">7</span>; <span title=\"Codes: \">59</span>; description: 1st appointment to plan diabetes care.; requestedPeriod: 12-Nov-2019 00:00:00 --&gt; 15-Nov-2019 00:00:00</a></td></tr></table></div>"
  },
  "status" : "active",
  "intent" : "proposal",
  "category" : [
    {
      "coding" : [
        {
          "code" : "homecare"
        }
      ]
    }
  ],
  "title" : "Careplan Pia 2019-2020",
  "description" : "Care plan for Pia to manage diabetes.",
  "subject" : {
    "reference" : "Patient/pia"
  },
  "period" : {
    "start" : "2019-11-02"
  },
  "created" : "2019-11-02T09:15:15Z",
  "author" : {
    "reference" : "Practitioner/dragon"
  },
  "contributor" : [
    {
      "reference" : "Practitioner/dragon"
    }
  ],
  "careTeam" : [
    {
      "reference" : "CareTeam/dzop-team-0002.v2"
    }
  ],
  "addresses" : [
    {
      "reference" : "Condition/pia-diabetes"
    }
  ],
  "supportingInfo" : [
    {
      "identifier" : {
        "type" : {
          "coding" : [
            {
              "code" : "74196-7"
            }
          ]
        },
        "system" : "http://belrai.be"
      }
    }
  ],
  "goal" : [
    {
      "display" : "Diabetes management for Patient Pia"
    },
    {
      "display" : "Depression recovery"
    },
    {
      "display" : "Restore family connections"
    }
  ],
  "activity" : [
    {
      "progress" : [
        {
          "text" : "Planned"
        }
      ],
      "reference" : {
        "reference" : "Appointment/pia-001-v0",
        "display" : "Appointment with nurse"
      }
    }
  ]
}