Da Vinci Clinical Data Exchange (CDex)
2.1.0-preview - CI Build United States of America flag

Da Vinci Clinical Data Exchange (CDex), published by HL7 International / Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 2.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-ecdx/ and changes regularly. See the Directory of published versions

: CDex Inline Task Example 13 - XML Representation

Page standards status: Informative

Raw xml | Download



<Task xmlns="http://hl7.org/fhir">
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="CDex Inline Task Example 13"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="Task example used to create inline [requests for provenance using task based transaction](task-based-approach.html#example-requests-for-provenance-using-task-based-transaction)"/>
    </extension>
    <profile
             value="http://hl7.org/fhir/us/davinci-cdex/StructureDefinition/cdex-task-data-request"/>
  </meta>
  <status value="requested"/>
  <intent value="order"/>
  <code>
    <coding>
      <system
              value="http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp"/>
      <code value="data-request-code"/>
    </coding>
  </code>
  <for>
    <identifier>
      <type>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
          <code value="MB"/>
          <display value="Member Number"/>
        </coding>
        <text value="Member Number"/>
      </type>
      <system value="http://example.org/cdex/payer/member-ids"/>
      <value value="Member123"/>
    </identifier>
  </for>
  <authoredOn value="2020-10-26T02:58:55.179Z"/>
  <lastModified value="2020-10-26T02:58:55.179Z"/>
  <requester>
    <identifier>
      <system value="http://example.org/cdex/payer/payer-ids"/>
      <value value="Payer123"/>
    </identifier>
  </requester>
  <owner>
    <identifier>
      <system value="http://hl7.org/fhir/sid/us-npi"/>
      <value value="9941339108"/>
    </identifier>
  </owner>
  <reasonReference>
    <identifier>
      <type>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
          <code value="FILL"/>
          <display value="Filler Identifier"/>
        </coding>
        <text value="Payer Claim ID"/>
      </type>
      <system value="http://example.org/cdex/payer/claim-ids"/>
      <value value="Claim123"/>
    </identifier>
  </reasonReference>
  <input>
    <type>
      <coding>
        <system
                value="http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp"/>
        <code value="data-code"/>
      </coding>
    </type>
    <valueCodeableConcept>
      <text
            value="request for patient's active conditions and their provenance"/>
    </valueCodeableConcept>
  </input>
  <input>
    <type>
      <coding>
        <system
                value="http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp"/>
        <code value="purpose-of-use"/>
      </coding>
    </type>
    <valueCodeableConcept>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
        <code value="COVERAGE"/>
      </coding>
    </valueCodeableConcept>
  </input>
</Task>