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 Request MessageHeader - XML Representation

Raw xml | Download


<MessageHeader xmlns="http://hl7.org/fhir">
  <id value="rtpbc-request-message-header-01"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-request-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-request-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-request}">RTPBC Request</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>MyPatientApp</td><td><a href="http://example.org/MyPatientApp">http://example.org/MyPatientApp</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-request">http://hl7.org/fhir/us/carin-rtpbc/MessageDefinition/rtpbc-request</a></p></div>
  </text>
  <eventCoding>
    <system
            value="http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-event-type"/>
    <code value="rtpbc-request"/>
    <display value="RTPBC Request"/>
  </eventCoding>
  <source>
    <name value="MyPatientApp"/>
    <endpoint value="http://example.org/MyPatientApp"/>
  </source>
  <focus>
    <type value="Claim"/>
    <identifier>
      <value value="rtpbc-claim-03"/>
    </identifier>
  </focus>
  <definition
              value="http://hl7.org/fhir/us/carin-rtpbc/MessageDefinition/rtpbc-request"/>
</MessageHeader>