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

: RtpbcEventTypeCodeSystem - JSON Representation

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "rtpbc-event-type",
  "meta" : {
    "lastUpdated" : "2020-05-23T05:00:00.000+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-event-type defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">rtpbc-request<a name=\"rtpbc-event-type-rtpbc-request\"> </a></td><td>RTPBC Request</td><td>Real-time Pharmacy Benefit Check (RTPBC) request</td></tr><tr><td style=\"white-space:nowrap\">rtpbc-response<a name=\"rtpbc-event-type-rtpbc-response\"> </a></td><td>RTPBC Response</td><td>Real-time Pharmacy Benefit Check (RTPBC) response</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-event-type",
  "version" : "1.0.0",
  "name" : "RtpbcEventTypeCodeSystem",
  "title" : "RTPBC Event Type Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2019-12-08T00: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" : "frank.mckinney@pocp.com"
        }
      ]
    }
  ],
  "description" : "This code system defines event types used in RTPBC message headers",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "concept" : [
    {
      "code" : "rtpbc-request",
      "display" : "RTPBC Request",
      "definition" : "Real-time Pharmacy Benefit Check (RTPBC) request"
    },
    {
      "code" : "rtpbc-response",
      "display" : "RTPBC Response",
      "definition" : "Real-time Pharmacy Benefit Check (RTPBC) response"
    }
  ]
}