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

FHIR IG Statistics: CodeSystem/rtpbc-event-type

Packagehl7.fhir.us.carin-rtpbc
Resource TypeCodeSystem
Idrtpbc-event-type
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/carin-rtpbc/https://build.fhir.org/ig/HL7/carin-rtpbc/CodeSystem-rtpbc-event-type.html
URLhttp://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-event-type
Version2.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

Generated Narrative: CodeSystem rtpbc-event-type

Last updated: 2020-05-23 00:00:00-0500

This case-insensitive 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-23T00:00:00-05:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "phx"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 4,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/carin-rtpbc/ImplementationGuide/hl7.fhir.us.carin-rtpbc"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/carin-rtpbc/ImplementationGuide/hl7.fhir.us.carin-rtpbc"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-event-type",
  "version": "2.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": "fm@frankmckinney.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",
  "count": 2,
  "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"
    }
  ]
}