CH Core (R4)
2.0.0 - STU 2

This page is part of the CH Core (R4) (v2.0.0: STU 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Consent for Swiss EPR - XML Representation

Raw xml | Download



<Consent xmlns="http://hl7.org/fhir">
  <id value="PatientHasEpr"/>
  <meta>
    <profile
             value="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-consent-epr"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>status</b>: active</p><p><b>scope</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/consentscope patient-privacy}">Privacy Consent</span></p><p><b>category</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-ActCode IDSCL}">information disclosure</span></p><p><b>patient</b>: <a href="Patient-FranzMuster.html">Franz Muster. Generated Summary: Medical record number: 012/08.111111; Franz Muster ; gender: male; birthDate: 1995-01-27; <span title="Codes: {http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus 6}">in eingetragener Partnerschaft</span></a></p><p><b>dateTime</b>: 2020-12-28</p><p><b>organization</b>: <span>Stammgemeinschaft XYZ</span></p><h3>Policies</h3><table class="grid"><tr><td>-</td><td><b>Authority</b></td></tr><tr><td>*</td><td><a href="https://www.admin.ch/opc/de/classified-compilation/20111795/index.html">https://www.admin.ch/opc/de/classified-compilation/20111795/index.html</a></td></tr></table><p><b>policyRule</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/consentpolicycodes ch-epr}">ch-epr</span></p></div>
  </text>
  <status value="active"/>
  <scope>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/consentscope"/>
      <code value="patient-privacy"/>
      <display value="Privacy Consent"/>
    </coding>
  </scope>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="IDSCL"/>
      <display value="information disclosure"/>
    </coding>
  </category>
  <patient>
    <reference value="Patient/FranzMuster"/>
    <display value="Franz Muster"/>
  </patient>
  <dateTime value="2020-12-28"/>
  <organization>
    <display value="Stammgemeinschaft XYZ"/>
  </organization>
  <policy>
    <authority
               value="https://www.admin.ch/opc/de/classified-compilation/20111795/index.html"/>
  </policy>
  <policyRule>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/consentpolicycodes"/>
      <code value="ch-epr"/>
    </coding>
  </policyRule>
</Consent>