Da Vinci Payer Data Exchange
2.1.0 - STU2 United States of America flag

Da Vinci Payer Data Exchange, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-epdx/ and changes regularly. See the Directory of published versions

: ConsentExample - XML Representation

Page standards status: Informative

Raw xml | Download



<Consent xmlns="http://hl7.org/fhir">
  <id value="consent-10"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-consent"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Default Generated text for resource.</div>
  </text>
  <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="IDSCL"/>
    </coding>
  </category>
  <patient>🔗 
    <reference value="Patient/1"/>
  </patient>
  <performer>🔗 
    <reference value="Patient/1"/>
  </performer>
  <sourceReference>
    <reference value="http://example.org/DocumentReference/someconsent-1"/>
  </sourceReference>
  <policy>
    <uri
         value="http://hl7.org/fhir/us/davinci-hrex/StructureDefinition-hrex-consent.html#regular"/>
  </policy>
  <provision>
    <type value="permit"/>
    <period>
      <start value="2023-12-01"/>
      <end value="2024-03-31"/>
    </period>
    <actor>
      <role>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/provenance-participant-type"/>
          <code value="performer"/>
        </coding>
      </role>
      <reference>
        <identifier>
          <system value="http://hl7.org/fhir/sid/us-npi"/>
          <value value="9876543210"/>
        </identifier>
        <display value="Old Health Plan"/>
      </reference>
    </actor>
    <actor>
      <role>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
          <code value="IRCP"/>
        </coding>
      </role>
      <reference>
        <identifier>
          <system value="http://hl7.org/fhir/sid/us-npi"/>
          <value value="0123456789"/>
        </identifier>
        <display value="New Health Plan"/>
      </reference>
    </actor>
    <action>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/consentaction"/>
        <code value="disclose"/>
      </coding>
    </action>
  </provision>
</Consent>