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

FHIR IG Statistics: CodeSystem/rtpbc-benefit-restriction

Packagehl7.fhir.us.carin-rtpbc
TypeCodeSystem
Idrtpbc-benefit-restriction
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/carin-rtpbc/http://hl7.org/fhir/us/carin-rtpbc/STU1/CodeSystem-rtpbc-benefit-restriction.html
URLhttp://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-benefit-restriction
Version1.0.0
Statusactive
Date2020-05-23T00:00:00-05:00
NameRtpbcBenefitRestrictionCodeSystem
TitleRTPBC Benefit Restriction Code System
Realmus
Authorityhl7
DescriptionThis code system defines a set of benefit restrictions that may apply to a prescription product and pharmacy combination evaluated in the Real-time Pharmacy Benefit Check (RTPBC) process.
Contentcomplete

Resources that use this resource

ValueSet
rtpbc-benefit-restrictionRTPBC Benefit Restriction 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-benefit-restriction defines the following codes:

CodeDisplayDefinition
covered CoveredCovered
prior-auth Prior authorization requiredCovered with restriction: Prior authorization required
step-therapy Step therapy appliesCovered with restriction: Step therapy applies
quantity-limit Quantity limit appliesCovered with restriction: Quantity limit applies
pharmacy-restriction Pharmacy restriction appliesCovered with restriction: Pharmacy restriction applies
other-restriction Other restriction appliesCovered with restriction: Other restriction applies
not-covered Not coveredNot covered

Source

{
  "resourceType": "CodeSystem",
  "id": "rtpbc-benefit-restriction",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-benefit-restriction",
  "version": "1.0.0",
  "name": "RtpbcBenefitRestrictionCodeSystem",
  "title": "RTPBC Benefit Restriction Code System",
  "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": "frank.mckinney@pocp.com"
        }
      ]
    }
  ],
  "description": "This code system defines a set of benefit restrictions that may apply to a prescription product and pharmacy combination evaluated in the Real-time Pharmacy Benefit Check (RTPBC) process.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "concept": [
    {
      "code": "covered",
      "display": "Covered",
      "definition": "Covered"
    },
    {
      "code": "prior-auth",
      "display": "Prior authorization required",
      "definition": "Covered with restriction: Prior authorization required"
    },
    {
      "code": "step-therapy",
      "display": "Step therapy applies",
      "definition": "Covered with restriction: Step therapy applies"
    },
    {
      "code": "quantity-limit",
      "display": "Quantity limit applies",
      "definition": "Covered with restriction: Quantity limit applies"
    },
    {
      "code": "pharmacy-restriction",
      "display": "Pharmacy restriction applies",
      "definition": "Covered with restriction: Pharmacy restriction applies"
    },
    {
      "code": "other-restriction",
      "display": "Other restriction applies",
      "definition": "Covered with restriction: Other restriction applies"
    },
    {
      "code": "not-covered",
      "display": "Not covered",
      "definition": "Not covered"
    }
  ]
}