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. For a full list of available versions, see the Directory of published versions

: Example RTPBC Request MessageHeader - JSON Representation

Raw json | Download

{
  "resourceType" : "MessageHeader",
  "id" : "rtpbc-request-message-header-01",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-request-messageheader"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "eventCoding" : {
    "system" : "http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-event-type",
    "code" : "rtpbc-request",
    "display" : "RTPBC Request"
  },
  "source" : {
    "name" : "MyPatientApp",
    "endpoint" : "http://example.org/MyPatientApp"
  },
  "focus" : [
    {
      "type" : "Claim",
      "identifier" : {
        "value" : "rtpbc-claim-03"
      }
    }
  ],
  "definition" : "http://hl7.org/fhir/us/carin-rtpbc/MessageDefinition/rtpbc-request"
}