PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci@pct-1.0.0
    http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-coverage
description: PCT Coverage is a profile for capturing data that reflect a payer’s coverage that was effective as of the proposed date of service or the date of admission of the GFE.
package_name: hl7.fhir.us.davinci
derivation: constraint
name: PCTCoverage
type: Coverage
elements:
  subscriber:
    short: Required if subscriber is a person that is not the beneficiary. When date of birth or gender are not known, omit Patient.birthDate and set Patient.gender to unknown.
    index: 0
    elements:
      display: {short: 'Provide the name of the subscriber in Coverage.subscriber.display concatenating the subscriber’s prefix, given name, family name and suffix (in this order), each separated by a single space. If discrete name parts are required, a Patient resource SHALL be pointed to in Coverage.subscriber.reference.', index: 1}
    required: [display]
  subscriberId: {index: 2}
  relationship: {index: 3}
  period: {index: 4}
  payor:
    type: Reference
    refers: ['http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-organization']
    index: 5
  class:
    index: 6
    elements:
      name: {index: 7}
    required: [name]
    slicing:
      rules: open
      ordered: false
      description: Slice based on value pattern
      discriminator:
      - {path: type, type: pattern}
      min: 1
      slices:
        group:
          match: {type: null}
          schema:
            index: 8
            elements:
              name: {index: 9}
            required: [name]
        plan:
          match:
            type:
              coding:
              - {code: plan, system: 'http://terminology.hl7.org/CodeSystem/coverage-class'}
          schema:
            mustSupport: true
            index: 10
            elements:
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: plan, system: 'http://terminology.hl7.org/CodeSystem/coverage-class'}
                index: 11
                elements:
                  coding: {index: 12}
                required: [coding]
  costToBeneficiary:
    elements:
      type:
        binding: {strength: required, valueSet: 'http://terminology.hl7.org/ValueSet/coverage-copay-type'}
        index: 13
package_version: pct-1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-coverage
base: http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-coverage
version: 1.0.0
required: [class, subscriberId, relationship, period]