CARIN Consumer Realtime Pharmacy Benefit Check
- CI Build

This page is part of the Consumer Real-time Pharmacy Benefit Check (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

JSON Format: CodeSystem-carin-rtpbc-event-type-code-system

Raw json

{
  "resourceType" : "CodeSystem",
  "id" : "carin-rtpbc-event-type-code-system",
  "meta" : {
    "lastUpdated" : "2019-12-08T05:00:00.000+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>CARIN RTPBC Event Type Code System</h2><div><p>This code system defines event types used in RTPBC message headers</p>\n</div><p>This code system http://hl7.org/fhir/us/carin/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=\"carin-rtpbc-event-type-code-system-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=\"carin-rtpbc-event-type-code-system-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/CodeSystem/rtpbc-event-type",
  "version" : "0.1.0",
  "name" : "CarinRtpbcEventTypeCodeSystem",
  "title" : "CARIN RTPBC Event Type Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2019-12-08T05:00:00+00:00",
  "publisher" : "CARIN Alliance",
  "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"
    }
  ]
}