HL7 Czech Hospital Discharge Report Implementation Guide
0.0.1 - ci-build Czech Republic (CZE)

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.1 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

: CarePlan-Novak-Petr - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "CarePlan-Novak-Petr",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan CarePlan-Novak-Petr</b></p><a name=\"CarePlan-Novak-Petr\"> </a><a name=\"hcCarePlan-Novak-Petr\"> </a><a name=\"CarePlan-Novak-Petr-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>title</b>: Plán péče – tříselná kýla</p><p><b>description</b>: Plán péče zaměřený na chirurgické řešení jednostranné tříselné kýly (K40.9) u stabilního pacienta. Péče zahrnuje pooperační sledování, edukaci o režimu a následnou ambulantní kontrolu.</p><p><b>subject</b>: <a href=\"Patient-Novak-Petr.html\">Petr Novák  Male, DoB: 1985-06-15 ( https://ncez.mzcr.cz/fhir/sid/rid#1597778923)</a></p><p><b>period</b>: 2025-03-10 08:00:00+0100 --&gt; (ongoing)</p><p><b>addresses</b>: <a href=\"Condition-Condition-K409.html\">Condition Tříselná kýla, neurčená, bez obstrukce a gangrény</a></p><p><b>goal</b>: <a href=\"Goal-Goal-Hernia-Treatment.html\">Goal: lifecycleStatus = active; description = ; start[x] = 2025-03-10</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>Ambulantní kontrola za 14 dní</td></tr></table></blockquote><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>CommunicationRequest</td><td>Scheduled</td><td>Edukace pacienta o režimu po operaci</td></tr></table></blockquote></div>"
  },
  "status" : "active",
  "intent" : "plan",
  "title" : "Plán péče – tříselná kýla",
  "description" : "Plán péče zaměřený na chirurgické řešení jednostranné tříselné kýly (K40.9) u stabilního pacienta. Péče zahrnuje pooperační sledování, edukaci o režimu a následnou ambulantní kontrolu.",
  "subject" : {
    🔗 "reference" : "Patient/Novak-Petr"
  },
  "period" : {
    "start" : "2025-03-10T08:00:00+01:00"
  },
  "addresses" : [
    {
      🔗 "reference" : "Condition/Condition-K409"
    }
  ],
  "goal" : [
    {
      🔗 "reference" : "Goal/Goal-Hernia-Treatment"
    }
  ],
  "activity" : [
    {
      "detail" : {
        "kind" : "Appointment",
        "status" : "scheduled",
        "description" : "Ambulantní kontrola za 14 dní"
      }
    },
    {
      "detail" : {
        "kind" : "CommunicationRequest",
        "status" : "scheduled",
        "description" : "Edukace pacienta o režimu po operaci"
      }
    }
  ]
}