CH EPR FHIR (R4)
4.0.0-ci-build - DSTU3 Switzerland flag

CH EPR FHIR (R4), published by eHealth Suisse. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ehealthsuisse/ch-epr-mhealth/ and changes regularly. See the Directory of published versions

: PPQm Consent for template 303 - XML Representation

Raw xml | Download



<Consent xmlns="http://hl7.org/fhir">
  <id value="Template303Consent"/>
  <meta>
    <profile
             value="http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/PpqmConsentTemplate303"/>
  </meta>
  <text>
    <status value="empty"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>Template 303 - Full access for a representative</p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system
                value="http://fhir.ch/ig/ch-epr-fhir/CodeSystem/PpqmConsentIdentifierType"/>
        <code value="templateId"/>
      </coding>
    </type>
    <value value="303"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system
                value="http://fhir.ch/ig/ch-epr-fhir/CodeSystem/PpqmConsentIdentifierType"/>
        <code value="policySetId"/>
      </coding>
    </type>
    <value value="urn:uuid:f663289d-4cc4-41d7-a01d-213e18e1f722"/>
  </identifier>
  <status value="active"/>
  <scope>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/consentscope"/>
      <code value="patient-privacy"/>
    </coding>
  </scope>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="INFA"/>
    </coding>
  </category>
  <patient>
    <identifier>
      <system value="urn:oid:2.16.756.5.30.1.127.3.10.3"/>
      <value value="761337610000000002"/>
    </identifier>
  </patient>
  <policyRule>
    <coding>
      <system value="urn:ietf:rfc:3986"/>
      <code value="urn:e-health-suisse:2015:policies:access-level:full"/>
    </coding>
  </policyRule>
  <provision>
    <actor>
      <role>
        <coding>
          <system value="urn:oid:2.16.756.5.30.1.127.3.10.6"/>
          <code value="REP"/>
        </coding>
      </role>
      <reference>
        <identifier>
          <type>
            <coding>
              <system value="urn:ietf:rfc:3986"/>
              <code value="urn:e-health-suisse:representative-id"/>
            </coding>
          </type>
          <value value="representative12345"/>
        </identifier>
      </reference>
    </actor>
  </provision>
</Consent>