PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.carin-rtpbc
    1.0.0

hl7.fhir.us.carin-rtpbc@1.0.0 4.0.1

This is a guide for implementing the Consumer-Focused Real-Time Pharmacy Benefit Check (consumer RTPBC) using FHIR R4. Using RTPBC, a patient can learn the cost and insurance coverage related to medications they've been prescribed. Specifically: how a medication will be covered by their insurance, including out of pocket costs and any coverage restrictions or requirements that might apply, discount pricing available for the medication. Consumer RTPBC leverages the predetermination process supported by the Claim and ClaimResponse FHIR resources. Accompanying resources carry information that identifies the patient and their insurance coverage, prescription information and the preferred pharmacy (Patient, Coverage, MedicationRequest, Practitioner and Organization). (built Tue, Aug 25, 2020 19:54+0000+00:00)

Install package
npm install --registry https://fs.get-ig.org/pkgs hl7.fhir.us.carin-rtpbc@1.0.0
Get resources
curl https://fs.get-ig.org/rs/hl7.fhir.us.carin-rtpbc-1.0.0.ndjson.gz | gunzip | jq '{url,resourceType,version, id}'
Depspackage.json
{
  "description": "This is a guide for implementing the Consumer-Focused Real-Time Pharmacy Benefit Check (consumer RTPBC) using FHIR R4. Using RTPBC, a patient can learn the cost and insurance coverage related to medications they've been prescribed. Specifically: how a medication will be covered by their insurance, including out of pocket costs and any coverage restrictions or requirements that might apply, discount pricing available for the medication. Consumer RTPBC leverages the predetermination process supported by the Claim and ClaimResponse FHIR resources. Accompanying resources carry information that identifies the patient and their insurance coverage, prescription information and the preferred pharmacy (Patient, Coverage, MedicationRequest, Practitioner and Organization). (built Tue, Aug 25, 2020 19:54+0000+00:00)",
  "fhirVersions": [ "4.0.1" ],
  "tools-version": 3,
  "_id": "hl7.fhir.us.carin-rtpbc@1.0.0",
  "date": "20200825195454",
  "license": "CC0-1.0",
  "jurisdiction": "urn:iso:std:iso:3166#US",
  "dist": {
    "tarball": "https://fs.get-ig.org/-/hl7.fhir.us.carin-rtpbc-1.0.0.tgz"
  },
  "name": "hl7.fhir.us.carin-rtpbc",
  "type": "fhir.ig",
  "title": "Consumer Real-Time Pharmacy Benefit Check",
  "author": "HL7 International - Pharmacy",
  "id": "hl7.fhir.us.carin-rtpbc@1.0.0",
  "directories": {
    "lib": "package",
    "example": "example"
  },
  "canonical": "http://hl7.org/fhir/us/carin-rtpbc",
  "url": "http://hl7.org/fhir/us/carin-rtpbc/STU1",
  "version": "1.0.0",
  "maintainers": [ {
    "url": "http://www.hl7.org/Special/committees/medication",
    "name": "HL7 International - Pharmacy"
  }, {
    "name": "Frank McKinney",
    "email": "frank.mckinney@pocp.com"
  } ],
  "dependencies": {
    "hl7.fhir.r4.core": "4.0.1",
    "hl7.fhir.us.core": "3.1.0"
  }
}