Consumer Real-Time Pharmacy Benefit Check
1.0.0 - STU1

This page is part of the Consumer Real-time Pharmacy Benefit Check (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Example RTPBC Response MessageHeader - XML Representation

Raw xml | Download


<MessageHeader xmlns="http://hl7.org/fhir">
  <id value="rtpbc-response-message-header-01"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-response-messageheader"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>id</b>: rtpbc-response-message-header-01</p><p><b>meta</b>: </p><p><b>event</b>: <span title="{http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-event-type rtpbc-response}">RTPBC Response</span></p><h3>Sources</h3><table class="grid"><tr><td>-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>PharmacyBenefitsCompany</td><td><a href="http://example.org/PharmacyBenefitsCo/fhir">http://example.org/PharmacyBenefitsCo/fhir</a></td></tr></table><p><b>focus</b>: <span></span></p><p><b>definition</b>: <a href="http://hl7.org/fhir/us/carin-rtpbc/MessageDefinition/rtpbc-response">http://hl7.org/fhir/us/carin-rtpbc/MessageDefinition/rtpbc-response</a></p></div>
  </text>
  <eventCoding>
    <system
            value="http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-event-type"/>
    <code value="rtpbc-response"/>
    <display value="RTPBC Response"/>
  </eventCoding>
  <source>
    <name value="PharmacyBenefitsCompany"/>
    <endpoint value="http://example.org/PharmacyBenefitsCo/fhir"/>
  </source>
  <focus>
    <type value="ClaimResponse"/>
    <identifier>
      <value value="rtpbc-claim-response-03"/>
    </identifier>
  </focus>
  <definition
              value="http://hl7.org/fhir/us/carin-rtpbc/MessageDefinition/rtpbc-response"/>
</MessageHeader>