Sha256: ebd24dfa6f0b043feec8b4aa73f196aa06aeef35771e552eb3d8a9f476a3bdb8

Contents?: true

Size: 1.49 KB

Versions: 11

Compression:

Stored size: 1.49 KB

Contents

<?xml version="1.0" encoding="UTF-8"?><CommunicationRequest xmlns="http://hl7.org/fhir">
  <id value="fm-solicit"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Request for Accident Report</div>
  </text>
  
  <!--  insert contents here  -->
  
    <contained>
    <Organization>
      <id value="provider"/>
      <identifier>
        <system value="http://www.jurisdiction.com/provideroffices"/>
        <value value="3456"/>
      </identifier>
    </Organization>
  </contained>

  <contained>
    <Organization>
      <id value="payor"/>
      <identifier>
        <system value="http://www.jurisdiction.com/insurer"/>
        <value value="123456"/>
      </identifier>
    </Organization>
  </contained>

  <!--  body of the resource  -->

  <identifier>
    <system value="http://www.jurisdiction.com/insurer/123456"/>
    <value value="ABC123"/> <!--  this is the value to which the response will refer  -->
  </identifier>
  
  <category>
     <coding>
       <system value="http://acme.org/messagetypes"/>
       <code value="SolicitedAttachmentRequest"/>
     </coding>
  </category>

   <sender>
     <reference value="#payor"/>
   </sender>
   <recipient>
      <reference value="#provider"/>
  </recipient>
  
  <payload>
    <contentString value="Please provide the accident report and any associated pictures to support your Claim# DEF5647."/>
  </payload>
  
  <status value="requested"/>
  
  <requestedOn value="2016-06-10T11:01:10-08:00"/>
  
</CommunicationRequest>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fhir_models-1.8.3 lib/fhir_models/examples/xml/communicationrequest-example-fm-solicit-attachment.xml
fhir_models-1.8.2 lib/fhir_models/examples/xml/communicationrequest-example-fm-solicit-attachment.xml
fhir_models-1.8.1 lib/fhir_models/examples/xml/communicationrequest-example-fm-solicit-attachment.xml
fhir_models-1.8.0 lib/fhir_models/examples/xml/communicationrequest-example-fm-solicit-attachment.xml
fhir_models-1.6.8 lib/fhir_models/examples/xml/communicationrequest-example-fm-solicit-attachment.xml
fhir_models-1.6.7 lib/fhir_models/examples/xml/communicationrequest-example-fm-solicit-attachment.xml
fhir_models-1.6.6 lib/fhir_models/examples/xml/communicationrequest-example-fm-solicit-attachment.xml
fhir_models-1.6.4 lib/fhir_models/examples/xml/communicationrequest-example-fm-solicit-attachment.xml
fhir_models-1.6.3 examples/xml/communicationrequest-example-fm-solicit-attachment.xml
fhir_models-1.6.2 examples/xml/communicationrequest-example-fm-solicit-attachment.xml
fhir_models-1.6.1 examples/xml/communicationrequest-example-fm-solicit-attachment.xml