CARIN Consumer Realtime Pharmacy Benefit Check Implementation Guide CI Build

CARIN Consumer Realtime Pharmacy Benefit Check - Local Development build (v0.1.00-DRAFT). See the Directory of published versions

JSON Format: ValueSet-carin-rtpbc-patient-pay-category-value-set

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "carin-rtpbc-patient-pay-category-value-set",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2019-11-01T02:16:21.000-05:00"
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">This value set contains components of a patient's responsibility for a prescription product's cost.&quot;  \n        </div>"
  },
  "url" : "http://hl7.org/fhir/us/carin/ValueSet/rtpbc-patient-pay-category",
  "version" : "0.1.00-DRAFT",
  "name" : "CarinRtbpcPatientPayCategoryValueSet",
  "title" : "CARIN RTPBC Patient Pay Category Value Set",
  "status" : "draft",
  "date" : "2019-10-25T00:00:00-05:00",
  "publisher" : "CARIN Alliance",
  "description" : "This value set contains components of a patient's responsibility for a prescription product's cost.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/carin/CodeSystem/rtpbc-patient-pay-category",
        "concept" : [
          {
            "code" : "deductible",
            "display" : "Deductible"
          },
          {
            "code" : "coinsurance",
            "display" : "Per prescription coinsurance"
          },
          {
            "code" : "copay",
            "display" : "Copay"
          },
          {
            "code" : "tax",
            "display" : "Tax"
          },
          {
            "code" : "other",
            "display" : "Other"
          },
          {
            "code" : "total",
            "display" : "Total patient responsibility"
          }
        ]
      }
    ]
  }
}