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

: Goal for Hernia Treatment - JSON Representation

Raw json | Download

{
  "resourceType" : "Goal",
  "id" : "620b1120-cece-44b1-89f5-20413054eb1d",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Goal 620b1120-cece-44b1-89f5-20413054eb1d</b></p><a name=\"620b1120-cece-44b1-89f5-20413054eb1d\"> </a><a name=\"hc620b1120-cece-44b1-89f5-20413054eb1d\"> </a><p><b>lifecycleStatus</b>: Active</p><p><b>description</b>: <span title=\"Codes:\">Chirurgické řešení tříselné kýly s úplným zhojením a bez komplikací.</span></p><p><b>subject</b>: <a href=\"Bundle-DischargeBundle-Novak-Petr-L1.html#urn-uuid-3f85726c-ad2f-441b-89ce-100000000000\">Bundle: identifier = UUID:c859d718-03c2-43ed-a16c-dbe57a6e34b5; type = document; timestamp = 2025-03-10 15:00:00+0100</a></p><p><b>start</b>: 2025-03-10</p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 298005009}\">Finding of wound healing</span></td><td>Zhojená rána bez komplikací, bez recidivy kýly.</td></tr></table></div>"
  },
  "lifecycleStatus" : "active",
  "description" : {
    "text" : "Chirurgické řešení tříselné kýly s úplným zhojením a bez komplikací."
  },
  "subject" : {
    "reference" : "urn:uuid:3f85726c-ad2f-441b-89ce-100000000000"
  },
  "startDate" : "2025-03-10",
  "target" : [
    {
      "measure" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "298005009",
            "display" : "Finding of wound healing"
          }
        ]
      },
      "detailString" : "Zhojená rána bez komplikací, bez recidivy kýly."
    }
  ]
}