HL7 Czech Hospital Discharge Report Implementation Guide
0.0.2 - ci-build Czechia flag

HL7 Czech Hospital Discharge Report Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/hdr/ and changes regularly. See the Directory of published versions

: CZ-CarePlan-HDR Example - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "CZ-CarePlan-HDR-Example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan CZ-CarePlan-HDR-Example</b></p><a name=\"CZ-CarePlan-HDR-Example\"> </a><a name=\"hcCZ-CarePlan-HDR-Example\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>title</b>: Post-Discharge Care Plan</p><p><b>description</b>: Care plan for patient post-discharge following critical heart failure treatment.</p><p><b>subject</b>: <a href=\"Patient-Mracena2.html\">Mračena Mrakomorová  Female, DoB: 1971-11-26 ( Passport number\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>period</b>: 2025-01-10 08:00:00+0100 --&gt; 2025-06-10 08:00:00+0100</p><p><b>addresses</b>: <a href=\"Condition-CZ-Condition-HDR-Example.html\">Condition Heart failure</a></p><blockquote><p><b>activity</b></p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Kind</b></td><td><b>Status</b></td><td><b>Description</b></td></tr><tr><td style=\"display: none\">*</td><td>Appointment</td><td>Scheduled</td><td>Follow-up appointment with cardiologist</td></tr></table></blockquote></div>"
  },
  "status" : "active",
  "intent" : "plan",
  "title" : "Post-Discharge Care Plan",
  "description" : "Care plan for patient post-discharge following critical heart failure treatment.",
  "subject" : {
    🔗 "reference" : "Patient/Mracena2"
  },
  "period" : {
    "start" : "2025-01-10T08:00:00+01:00",
    "end" : "2025-06-10T08:00:00+01:00"
  },
  "addresses" : [
    {
      🔗 "reference" : "Condition/CZ-Condition-HDR-Example"
    }
  ],
  "activity" : [
    {
      "detail" : {
        "kind" : "Appointment",
        "status" : "scheduled",
        "description" : "Follow-up appointment with cardiologist"
      }
    }
  ]
}