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

: AdvanceDirectives DNR - XML Representation

Raw xml | Download


<Consent xmlns="http://hl7.org/fhir">
  <id value="CZ-AdvanceDirectives-HDR-DNR"/>
  <meta>
    <profile
             value="https://hl7.cz/fhir/hdr/StructureDefinition/cz-consent-hdr"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Podepsané prohlášení DNR Platné od 1.3.2025</div>
  </text>
  <status value="active"/>
  <scope>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/consentscope"/>
      <code value="adr"/>
      <display value="Advanced Care Directive"/>
    </coding>
  </scope>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/consentcategorycodes"/>
      <code value="dnr"/>
      <display value="Do Not Resuscitate"/>
    </coding>
  </category>
  <dateTime value="2025-01-01T08:00:00+01:00"/>
  <policyRule>
    <text value="Act No. 372/2011 Coll. in Section 36"/>
  </policyRule>
  <provision>
    <type value="permit"/>
    <code>
      <coding>
        <system value="http://hl7.org/fhir/sid/icd-10"/>
        <code value="I50"/>
        <display value="Heart failure"/>
      </coding>
    </code>
    <code>
      <coding>
        <system value="https://www.orpha.net"/>
        <code value="330"/>
        <display value="NYHA class IV"/>
      </coding>
    </code>
  </provision>
</Consent>