PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.carin@bb-2.1.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: {index: 2}
    required: [lastUpdated, profile]
  beneficiary:
    type: Reference
    refers: ['http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient']
    index: 7
  relationship:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/subscriber-relationship'}
    index: 8
  type: {index: 5}
  payor:
    type: Reference
    refers: ['http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Organization']
    index: 10
  status: {index: 4}
  class:
    index: 11
    slicing:
      slices:
        group:
          match: {}
          schema:
            index: 11
            elements:
              value: {index: 12}
        plan:
          match: {}
          schema:
            index: 13
            elements:
              value: {index: 14}
              name: {index: 15}
  identifier: {short: Member ID and other identifiers, index: 3}
  period: {index: 9}
  subscriberId: {index: 6}
package_version: bb-2.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Coverage
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-coverage
version: 2.1.0
required: [subscriberId, meta]