PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.carin@bb-1.0.0
    http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Coverage
description: Data that reflect a payer’s coverage that was effective as of the date of service or the date of admission of the claim.
package_name: hl7.fhir.us.carin
derivation: constraint
name: C4BBCoverage
type: Coverage
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      lastUpdated: {mustSupport: true, index: 1}
      profile: {mustSupport: true, index: 2}
    required: [lastUpdated, profile]
  beneficiary:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient']
    index: 8
  relationship:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/subscriber-relationship'}
    mustSupport: true
    index: 9
  type: {index: 5}
  subscriber:
    type: Reference
    refers: ['http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient']
    index: 6
  payor:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Organization']
    index: 11
  status: {mustSupport: true, index: 4}
  class:
    mustSupport: true
    index: 12
    slicing:
      rules: open
      ordered: false
      description: Slice based on value pattern
      discriminator:
      - {path: type, type: pattern}
      min: null
      slices:
        group:
          match:
            type:
              coding:
              - {code: group, system: 'http://terminology.hl7.org/CodeSystem/coverage-class'}
          schema:
            index: 13
            elements:
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: group, system: 'http://terminology.hl7.org/CodeSystem/coverage-class'}
                index: 14
              value: {mustSupport: true, index: 15}
              name: {mustSupport: true, index: 16}
        plan:
          match:
            type:
              coding:
              - {code: plan, system: 'http://terminology.hl7.org/CodeSystem/coverage-class'}
          schema:
            index: 17
            elements:
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: plan, system: 'http://terminology.hl7.org/CodeSystem/coverage-class'}
                index: 18
              value: {mustSupport: true, index: 19}
              name: {mustSupport: true, index: 20}
  identifier: {mustSupport: true, index: 3}
  period: {mustSupport: true, index: 10}
  subscriberId: {mustSupport: true, index: 7}
package_version: bb-1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Coverage
base: http://hl7.org/fhir/StructureDefinition/Coverage
version: 1.0.0
required: [subscriberId, relationship, meta]