PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.carin-rtpbc@2.0.0-ballot
    http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-coverage
description: This profile constrains the Coverage resource for carrying the pharmacy benefit information required in the consumer real-time pharmacy benefit check process
package_name: hl7.fhir.us.carin-rtpbc
derivation: constraint
name: RtpbcCoverage
type: Coverage
elements:
  subscriberId: {label: Health Plan Cardholder ID, short: Health Plan Cardholder ID, index: 0}
  payor:
    elements:
      identifier:
        label: Payer ID
        short: Payer ID
        mustSupport: true
        index: 1
        elements:
          value: {label: Payer ID Value, short: Payer ID Value, mustSupport: true, index: 2}
        required: [value]
  class:
    label: Pharmacy coverage identifiers
    short: Pharmacy coverage identifiers
    index: 3
    elements:
      type:
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/coverage-class'}
        index: 4
    slicing:
      rules: open
      ordered: false
      description: Identifiers used by the payer/PBM to located the patient's coverage. IIN (BIN) number, Processor Control Number (PCN), pharmacy benefit Group ID and patient's PBM Member ID.
      discriminator:
      - {path: type, type: value}
      min: null
      slices:
        bin:
          match:
            type:
              coding:
              - {code: rxbin, system: 'http://terminology.hl7.org/CodeSystem/coverage-class'}
          schema:
            short: IIN (BIN) number
            mustSupport: true
            label: IIN (BIN) number
            index: 5
            elements:
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: rxbin, system: 'http://terminology.hl7.org/CodeSystem/coverage-class'}
                index: 6
        pcn:
          match:
            type:
              coding:
              - {code: rxpcn, system: 'http://terminology.hl7.org/CodeSystem/coverage-class'}
          schema:
            short: Processor Control Number (PCN)
            mustSupport: true
            label: Processor Control Number (PCN)
            index: 7
            elements:
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: rxpcn, system: 'http://terminology.hl7.org/CodeSystem/coverage-class'}
                index: 8
        rxgroup-id:
          match:
            type:
              coding:
              - {code: rxgroup, system: 'http://terminology.hl7.org/CodeSystem/coverage-class'}
          schema:
            short: Pharmacy Benefit Group ID
            mustSupport: true
            label: Pharmacy Benefit Group ID
            index: 9
            elements:
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: rxgroup, system: 'http://terminology.hl7.org/CodeSystem/coverage-class'}
                index: 10
        pbm-member-id:
          match:
            type:
              coding:
              - {code: rxid, system: 'http://terminology.hl7.org/CodeSystem/coverage-class'}
          schema:
            short: PBM Member ID
            mustSupport: true
            label: PBM Member ID
            index: 11
            elements:
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: rxid, system: 'http://terminology.hl7.org/CodeSystem/coverage-class'}
                index: 12
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-coverage
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-coverage
version: 2.0.0-ballot