Da Vinci - Payer Coverage Decision Exchange
0.1.0 - STU Ballot

This page is part of the Da Vinci Payer Coverage Decision Exchange (PCDE) FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

PCDE CommunicationRequest example - XML Representation

(back to narrative)

Raw xml


<Bundle xmlns="http://hl7.org/fhir">
  <id value="pcde-communicationrequest-example"/>
  <meta>
    <lastUpdated value="2019-07-21T11:01:00+05:00"/>
  </meta>
  <type value="collection"/>
  <timestamp value="2019-07-21T11:01:00+05:00"/>
  <entry>
    <fullUrl value="http://example.org/fhir/CommunicationRequest/1"/>
    <resource>
      <CommunicationRequest>
        <id value="1"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 1</p><p><b>status</b>: active</p><p><b>subject</b>: <a href="Patient/1">Patient/1</a></p><h3>Payloads</h3><table class="grid"><tr><td>-</td><td><b>Extension</b></td><td><b>Content[x]</b></td></tr><tr><td>*</td><td/><td>Please send previous coverage information.</td></tr></table><p><b>requester</b>: <a href="Organization/1">Organization/1</a></p><p><b>recipient</b>: <a href="Organization/1">Organization/1</a></p><p><b>sender</b>: <a href="Organization/2">Organization/2</a></p></div>
        </text>
        <status value="active"/>
        <subject>
          <reference value="Patient/1"/>
        </subject>
        <payload>
          <extension
                     url="http://hl7.org/fhir/us/davinci-cdex/StructureDefinition/cdex-payload-clinical-note-type">
            <valueCodeableConcept>
              <coding>
                <system
                        value="http://hl7.org/fhir/us/davinci-pcde/CodeSystem/PCDEDocumentCode"/>
                <code value="pcde"/>
              </coding>
            </valueCodeableConcept>
          </extension>
          <contentString value="Please send previous coverage information."/>
        </payload>
        <requester>
          <reference value="Organization/1"/>
        </requester>
        <recipient>
          <reference value="Organization/1"/>
        </recipient>
        <sender>
          <reference value="Organization/2"/>
        </sender>
      </CommunicationRequest>
    </resource>
  </entry>
  <entry>
    <fullUrl value="http://example.org/fhir/Patient/1"/>
    <resource>
      <Patient>
        <id value="1"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 1</p><p><b>identifier</b>: 12345678901</p><p><b>name</b>: JOE SMITH </p></div>
        </text>
        <identifier>
          <system value="http://example.org/MIN"/>
          <value value="12345678901"/>
        </identifier>
        <name>
          <family value="SMITH"/>
          <given value="JOE"/>
        </name>
      </Patient>
    </resource>
  </entry>
  <entry>
    <fullUrl value="http://example.org/fhir/Organization/1"/>
    <resource>
      <Organization>
        <id value="1"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 1</p><p><b>identifier</b>: 789312</p><p><b>name</b>: MARYLAND CAPITAL INSURANCE COMPANY</p></div>
        </text>
        <identifier>
          <system value="http://example.org/ETIN"/>
          <value value="789312"/>
        </identifier>
        <name value="MARYLAND CAPITAL INSURANCE COMPANY"/>
      </Organization>
    </resource>
  </entry>
  <entry>
    <fullUrl value="http://example.org/fhir/Organization/2"/>
    <resource>
      <Organization>
        <id value="1"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 1</p><p><b>identifier</b>: 897456</p><p><b>name</b>: MARYLAND GLOBAL INSURANCE COMPANY</p></div>
        </text>
        <identifier>
          <system value="http://example.org/ETIN"/>
          <value value="897456"/>
        </identifier>
        <name value="MARYLAND GLOBAL INSURANCE COMPANY"/>
      </Organization>
    </resource>
  </entry>
</Bundle>