PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci@crd-1.1.0-ballot
    http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-coverage-information
description: Captures assertions from a payer about whether the service is covered and/or requires prior authorization.
package_name: hl7.fhir.us.davinci
derivation: constraint
name: CoverageInformation
type: Extension
elements:
  extension:
    type: Extension
    short: Coverage Information
    index: 0
    slicing:
      slices:
        coverageInfo:
          match: {}
          schema:
            type: Extension
            short: Coverage Information
            _required: true
            index: 0
            elements:
              url:
                pattern: {type: Uri, value: coverageInfo}
                index: 1
              value:
                choices: [valueCoding]
                index: 3
              valueCoding: {type: Coding, choiceOf: value, index: 4}
            required: [valueCoding, value]
        coverage:
          match: {}
          schema:
            type: Extension
            short: Reference to Coverage
            _required: true
            index: 5
            elements:
              url:
                pattern: {type: Uri, value: coverage}
                index: 6
              value:
                choices: [valueReference]
                index: 8
              valueReference:
                type: Reference
                choiceOf: value
                refers: ['http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-coverage']
                index: 9
            required: [valueReference, value]
        date:
          match: {}
          schema:
            type: Extension
            short: Assertion date
            _required: true
            index: 10
            elements:
              url:
                pattern: {type: Uri, value: date}
                index: 11
              value:
                choices: [valueDate]
                index: 13
              valueDate: {type: date, choiceOf: value, index: 14}
            required: [value, valueDate]
        identifier:
          match: {}
          schema:
            type: Extension
            short: Identifier
            index: 15
            elements:
              url:
                pattern: {type: Uri, value: identifier}
                index: 16
              value:
                choices: [valueString]
                index: 18
              valueString: {type: string, choiceOf: value, index: 19}
  url:
    type: uri
    pattern: {type: Uri, value: 'http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-coverage-information'}
    index: 20
  value:
    choices: []
    index: 22
package_version: crd-1.1.0-ballot
extensions:
  coverageInfo:
    url: null
    type: Extension
    short: Coverage Information
    _required: true
    index: 0
    elements:
      url:
        pattern: {type: Uri, value: coverageInfo}
        index: 1
      value:
        choices: [valueCoding]
        index: 3
      valueCoding: {type: Coding, choiceOf: value, index: 4}
    required: [valueCoding, value]
  coverage:
    url: null
    type: Extension
    short: Reference to Coverage
    _required: true
    index: 5
    elements:
      url:
        pattern: {type: Uri, value: coverage}
        index: 6
      value:
        choices: [valueReference]
        index: 8
      valueReference:
        type: Reference
        choiceOf: value
        refers: ['http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-coverage']
        index: 9
    required: [valueReference, value]
  date:
    url: null
    type: Extension
    short: Assertion date
    _required: true
    index: 10
    elements:
      url:
        pattern: {type: Uri, value: date}
        index: 11
      value:
        choices: [valueDate]
        index: 13
      valueDate: {type: date, choiceOf: value, index: 14}
    required: [value, valueDate]
  identifier:
    url: null
    type: Extension
    short: Identifier
    index: 15
    elements:
      url:
        pattern: {type: Uri, value: identifier}
        index: 16
      value:
        choices: [valueString]
        index: 18
      valueString: {type: string, choiceOf: value, index: 19}
class: extension
kind: complex-type
url: http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-coverage-information
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.1.0-ballot
required: [extension]