Consumer Real-Time Pharmacy Benefit Check FHIR IG
2.0.0 - CI Build United States of America flag

Consumer Real-Time Pharmacy Benefit Check FHIR IG, published by HL7 International / Pharmacy. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/carin-rtpbc/ and changes regularly. See the Directory of published versions

: RTPBC Response Message Definition - JSON Representation

Page standards status: Trial-use Maturity Level: 4

Raw json | Download

{
  "resourceType" : "MessageDefinition",
  "id" : "rtpbc-response",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MessageDefinition rtpbc-response</b></p><a name=\"rtpbc-response\"> </a><a name=\"hcrtpbc-response\"> </a><p><b>StructureDefinition Work Group</b>: phx</p><p><b>url</b>: <a href=\"MessageDefinition-rtpbc-response.html\">MessageDefinition RTPBC Response Message Definition</a></p><p><b>version</b>: 2.0.0</p><p><b>name</b>: RtpbcResponse</p><p><b>title</b>: RTPBC Response Message Definition</p><p><b>status</b>: Active</p><p><b>experimental</b>: false</p><p><b>date</b>: 2020-05-23 00:00:00-0500</p><p><b>publisher</b>: HL7 International / Pharmacy</p><p><b>contact</b>: HL7 International / Pharmacy: <a href=\"http://www.hl7.org/Special/committees/medication\">http://www.hl7.org/Special/committees/medication</a>, Frank McKinney: <a href=\"mailto:fm@frankmckinney.com\">fm@frankmckinney.com</a></p><p><b>description</b>: </p><div><p>Response to a request for patient cost and coverage information for a prescribed medication</p>\n</div><p><b>jurisdiction</b>: <span title=\"Codes:{urn:iso:std:iso:3166 US}\">United States of America</span></p><p><b>purpose</b>: </p><div><p>Returns patient cost and coverage information for a prescribed medication</p>\n</div><p><b>event</b>: <a href=\"CodeSystem-rtpbc-event-type.html#rtpbc-event-type-rtpbc-response\">RTPBC Event Type Code System rtpbc-response</a>: RTPBC Response</p><p><b>category</b>: Notification</p><h3>Focus</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Profile</b></td><td><b>Min</b></td><td><b>Max</b></td></tr><tr><td style=\"display: none\">*</td><td>ClaimResponse</td><td><a href=\"StructureDefinition-rtpbc-response-claimresponse.html\">RTPBC Response Using ClaimResponse</a></td><td>1</td><td>1</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "phx"
    }
  ],
  "url" : "http://hl7.org/fhir/us/carin-rtpbc/MessageDefinition/rtpbc-response",
  "version" : "2.0.0",
  "name" : "RtpbcResponse",
  "title" : "RTPBC Response Message Definition",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-05-23T00:00:00-05:00",
  "publisher" : "HL7 International / Pharmacy",
  "contact" : [
    {
      "name" : "HL7 International / Pharmacy",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/medication"
        }
      ]
    },
    {
      "name" : "Frank McKinney",
      "telecom" : [
        {
          "system" : "email",
          "value" : "fm@frankmckinney.com"
        }
      ]
    }
  ],
  "description" : "Response to a request for patient cost and coverage information for a prescribed medication",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "purpose" : "Returns patient cost and coverage information for a prescribed medication",
  "eventCoding" : {
    "system" : "http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-event-type",
    "code" : "rtpbc-response"
  },
  "category" : "notification",
  "focus" : [
    {
      "code" : "ClaimResponse",
      "profile" : "http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-response-claimresponse",
      "min" : 1,
      "max" : "1"
    }
  ]
}