HL7 Belgium FHIR specifications
0.1 - QA review

This page is part of the HL7 Belgium FHIR Specifications (v2020May: QA Preview) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Patient Will - XML Representation

(back to description)

Raw xml

Source view


<Consent xmlns="http://hl7.org/fhir">
  <id value="patientwill-example"/>
  <meta>
    <profile
             value="https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patientwill"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p> 
  DNR
  </p>
      <p> NB. This is a 'consent' example ONLY in the context of patientwill!
			No standardized codified valueset yet available for Belgian use.
 Patient Jane Fhirwoman: do not resuscitate
   </p>
    </div>
  </text>
  <status value="active"/>
  <scope>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/consentscope"/>
      <code value="treatment"/>
    </coding>
  </scope>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="304253006"/>
      <display value="DNAR - Do not attempt resuscitation"/>
    </coding>
    <text value="No resuscitation"/>
  </category>
  <patient>
    <identifier>
      <system
              value="https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin"/>
      <value value="123456789"/>
    </identifier>
    <display value="Jane Fhirwoman"/>
  </patient>
  <dateTime value="2015-11-18"/>
  <performer>
    <identifier>
      <system
              value="https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi"/>
      <value value="11530231003"/>
    </identifier>
  </performer>
  <policyRule>
    <text value="Belgian policy"/>
  </policyRule>
</Consent>