HL7 Europe Hospital Discharge Report
0.1.0-ballot - draft 150

This page is part of the HL7 Europe Hospital Discharge Report (v0.1.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: CarePlan: Diabetes Management Care Plan - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "b84038f8-9541-4c5b-93b0-a7f1b8e55bd3",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/hdr/StructureDefinition/carePlan-eu-hdr"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan b84038f8-9541-4c5b-93b0-a7f1b8e55bd3</b></p><a name=\"b84038f8-9541-4c5b-93b0-a7f1b8e55bd3\"> </a><a name=\"hcb84038f8-9541-4c5b-93b0-a7f1b8e55bd3\"> </a><a name=\"b84038f8-9541-4c5b-93b0-a7f1b8e55bd3-en-US\"> </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-eu-hdr.html\">Care Plan (HDR)</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 736284000}\">Diabetes clinical management plan</span></p><p><b>title</b>: Diabetes Management Plan</p><p><b>subject</b>: <a href=\"Bundle-HDR-Luigi-De-Luca-Example.html#urn-uuid-b01a2623-e219-41d2-8e78-1fa1439751d0\">Bundle: identifier = Provider number; type = document; timestamp = 2025-04-29 14:00:00+0000</a></p><p><b>period</b>: 2025-04-10 --&gt; (ongoing)</p><blockquote><p><b>activity</b></p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 306118006}\">Referral to endocrinology service</span></td><td>Not Started</td></tr></table></blockquote><blockquote><p><b>activity</b></p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 103699006}\">Referral to dietitian</span></td><td>Not Started</td></tr></table></blockquote><blockquote><p><b>activity</b></p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 43396009}\">Hemoglobin A1c measurement</span></td><td>Not Started</td></tr></table></blockquote></div>"
  },
  "status" : "active",
  "intent" : "plan",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "736284000",
          "display" : "Diabetes clinical management plan"
        }
      ]
    }
  ],
  "title" : "Diabetes Management Plan",
  "subject" : {
    "reference" : "urn:uuid:b01a2623-e219-41d2-8e78-1fa1439751d0"
  },
  "period" : {
    "start" : "2025-04-10"
  },
  "activity" : [
    {
      "detail" : {
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "306118006",
              "display" : "Referral to endocrinology service"
            }
          ]
        },
        "status" : "not-started"
      }
    },
    {
      "detail" : {
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "103699006",
              "display" : "Referral to dietitian"
            }
          ]
        },
        "status" : "not-started"
      }
    },
    {
      "detail" : {
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "43396009",
              "display" : "Hemoglobin A1c measurement"
            }
          ]
        },
        "status" : "not-started"
      }
    }
  ]
}