Da Vinci Health Record Exchange (HRex)
1.1.0-preview - STU R1 United States of America flag

Da Vinci Health Record Exchange (HRex), published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 1.1.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ehrx/ and changes regularly. See the Directory of published versions

: $member-match payer example request - XML Representation

Raw xml | Download



<Parameters xmlns="http://hl7.org/fhir">
  <id value="member-match-in"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-parameters-member-match-in"/>
  </meta>
  <parameter>
    <name value="MemberPatient"/>
    <resource>
      <Patient>
        <id value="1"/>
        <name>
          <use value="official"/>
          <family value="Person"/>
          <given value="Patricia"/>
          <given value="Ann"/>
        </name>
        <gender value="female"/>
        <birthDate value="1974-12-25"/>
      </Patient>
    </resource>
  </parameter>
  <parameter>
    <name value="CoverageToMatch"/>
    <resource>
      <Coverage>
        <id value="9876B1"/>
        <identifier>
          <type>
            <coding>
              <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
              <code value="MB"/>
            </coding>
          </type>
          <system value="http://example.org/old-payer"/>
          <value value="DH10001235"/>
        </identifier>
        <status value="draft"/>
        <beneficiary>
          <reference value="Patient/1"/>
        </beneficiary>
        <relationship>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/data-absent-reason"/>
            <code value="unknown"/>
          </coding>
        </relationship>
        <period>
          <start value="2011-05-23"/>
          <end value="2012-05-23"/>
        </period>
        <payor>
          <identifier>
            <system value="http://hl7.org/fhir/sid/us-npi"/>
            <value value="9876543210"/>
          </identifier>
          <display value="Old Health Plan"/>
        </payor>
        <class>
          <type>
            <coding>
              <system
                      value="http://terminology.hl7.org/CodeSystem/coverage-class"/>
              <code value="group"/>
            </coding>
          </type>
          <value value="CB135"/>
        </class>
        <class>
          <type>
            <coding>
              <system
                      value="http://terminology.hl7.org/CodeSystem/coverage-class"/>
              <code value="plan"/>
            </coding>
          </type>
          <value value="B37FC"/>
        </class>
        <class>
          <type>
            <coding>
              <system
                      value="http://terminology.hl7.org/CodeSystem/coverage-class"/>
              <code value="subplan"/>
            </coding>
          </type>
          <value value="P7"/>
        </class>
        <class>
          <type>
            <coding>
              <system
                      value="http://terminology.hl7.org/CodeSystem/coverage-class"/>
              <code value="class"/>
            </coding>
          </type>
          <value value="SILVER"/>
        </class>
      </Coverage>
    </resource>
  </parameter>
  <parameter>
    <name value="CoverageToLink"/>
    <resource>
      <Coverage>
        <id value="AA87654"/>
        <identifier>
          <type>
            <coding>
              <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
              <code value="MB"/>
            </coding>
          </type>
          <system value="http://example.org/new-payer/identifiers/coverage"/>
          <value value="234567"/>
        </identifier>
        <status value="active"/>
        <beneficiary>
          <reference
                     value="https://hl7.org/fhir/us/core/STU6.1/Patient/example"/>
        </beneficiary>
        <relationship>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/data-absent-reason"/>
            <code value="unknown"/>
          </coding>
        </relationship>
        <payor>
          <identifier>
            <system value="http://hl7.org/fhir/sid/us-npi"/>
            <value value="0123456789"/>
          </identifier>
          <display value="New Health Plan"/>
        </payor>
      </Coverage>
    </resource>
  </parameter>
  <parameter>
    <name value="Consent"/>
    <resource>
      <Consent>
        <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="http://hl7.org/fhir/us/core/STU6.1/Patient/example"/>
        </patient>
        <performer>
          <reference
                     value="http://hl7.org/fhir/us/core/STU6.1/Patient/example"/>
        </performer>
        <sourceReference>
          <reference
                     value="http://example.org/DocumentReference/someconsent"/>
        </sourceReference>
        <policy>
          <uri
               value="http://hl7.org/fhir/us/davinci-hrex/StructureDefinition-hrex-consent.html#regular"/>
        </policy>
        <provision>
          <type value="permit"/>
          <period>
            <start value="2022-01-01"/>
            <end value="2022-01-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>
    </resource>
  </parameter>
</Parameters>