Qi-Core Implementation Guide (Release 2.1 Trial-Use Ballot)

This page is part of the Quality Improvement Core Framework (v2.1.0: STU 3 Ballot 1) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

Example: CommunicationRequest-qicore-communicationrequest-example

Formats: XML, JSON, Turtle

{
  "resourceType" : "CommunicationRequest",
  "id" : "qicore-communicationrequest-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
      <h4>From DomainResource</h4>
      <blockquote>
        <p>
          <strong>Organization 1 (Provider)</strong>
        </p>
        <p>
          <strong>id</strong>: provider                
        </p>
        <p>
          <strong>identifier</strong>: 3456                
        </p>
      </blockquote>
      <blockquote>
        <p>
          <strong>Organization 2 (Insurer)</strong>
        </p>
        <p>
          <strong>id</strong>: payor                
        </p>
        <p>
          <strong>identifier</strong>: 123456                
        </p>
      </blockquote>
      <blockquote>
        <p>
          <strong>Organization 3 (Practitioner)</strong>
        </p>
        <p>
          <strong>id</strong>: requester                
        </p>
        <p>
          <strong>identifier</strong>: 6789                
        </p>
      </blockquote>
      <h4>CommunicationRequest</h4>
      <p>
        <strong>identifier</strong>: ABC123            
      </p>
      <p>
        <strong>basedOn</strong>: EligibilityRequest      
      </p>
      <p>
        <strong>replaces</strong>: prior CommunicationRequest      
      </p>
      <p>
        <strong>groupIdentifier</strong>: 12345      
      </p>
      <p>
        <strong>status</strong>: active      
      </p>
      <p>
        <strong>category</strong>: SolicitedAttachmentRequest      
      </p>
      <p>
        <strong>priority</strong>: routine      
      </p>
      <p>
        <strong>medium</strong>: written      
      </p>
      <p>
        <strong>recipient</strong>:         
        <a href="Organization-qicore-organization-example.html">Organization/Example</a>
      </p>
      <p>
        <strong>context</strong>:         
        <a href="Encounter-qicore-encounter-example.html">Encounter/example</a>
      </p>
      <p>
        <strong>payload</strong>: Please provide the accident report and any associated pictures to support your Claim #DEF5647.      
      </p>
      <p>
        <strong>occurrenceDateTime</strong>: 06/10/2016      
      </p>
      <p>
        <strong>authoredOn</strong>: 06/10/2016      
      </p>
      <p>
        <strong>sender</strong>:        
        <a href="Organization-qicore-patient-example.html">Patient/Example</a>
      </p>
      <p>
        <strong>requester</strong>:        
        <a href="Organization-qicore-practitioner-example.html">Practitioner/Example</a>
      </p>
    </div>"
  },
  "identifier" : [
    {
      "system" : "http://www.jurisdiction.com/insurer/123456",
      "value" : "ABC123"
    }
  ],
  "basedOn" : [
    {
      "display" : "EligibilityRequest"
    }
  ],
  "replaces" : [
    {
      "display" : "prior CommunicationRequest"
    }
  ],
  "groupIdentifier" : {
    "value" : "12345"
  },
  "status" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://acme.org/messagetypes",
          "code" : "SolicitedAttachmentRequest"
        }
      ]
    }
  ],
  "priority" : "routine",
  "medium" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/v3/ParticipationMode",
          "code" : "WRITTEN",
          "display" : "written"
        }
      ],
      "text" : "written"
    }
  ],
  "recipient" : [
    {
      "reference" : "Organization/qicore-organization-example"
    }
  ],
  "context" : {
    "reference" : "Encounter/qicore-encounter-example"
  },
  "payload" : [
    {
      "contentString" : "Please provide the accident report and any associated pictures to support your Claim #DEF5647."
    }
  ],
  "occurrenceDateTime" : "2016-06-10T11:01:10-08:00",
  "authoredOn" : "2016-06-10T11:01:10-08:00",
  "sender" : {
    "reference" : "Patient/qicore-patient-example"
  }
}