FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/rtpbc-event-type

Packagehl7.fhir.us.carin-rtpbc
TypeCodeSystem
Idrtpbc-event-type
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/carin-rtpbc/http://hl7.org/fhir/us/carin-rtpbc/STU1/CodeSystem-rtpbc-event-type.html
URLhttp://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-event-type
Version1.0.0
Statusactive
Date2019-12-08T00:00:00-05:00
NameRtpbcEventTypeCodeSystem
TitleRTPBC Event Type Code System
Realmus
Authorityhl7
DescriptionThis code system defines event types used in RTPBC message headers
Contentcomplete

Resources that use this resource

ValueSet
rtpbc-event-typeRTPBC Event Type Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-event-type defines the following codes:

CodeDisplayDefinition
rtpbc-request RTPBC RequestReal-time Pharmacy Benefit Check (RTPBC) request
rtpbc-response RTPBC ResponseReal-time Pharmacy Benefit Check (RTPBC) response

Source

{
  "resourceType": "CodeSystem",
  "id": "rtpbc-event-type",
  "meta": {
    "lastUpdated": "2020-05-23T05:00:00.000+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}