PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.ereq@1.0.0-preview
    http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-coverage
description: This profile sets minimum expectations for a Coverage resource that is used to record, search, and fetch information about insurance or medical plan or a payment agreement for a patient. It is based on the [AU Base Coverage](https://build.fhir.org/ig/hl7au/au-fhir-base/StructureDefinition-au-coverage.html) profile and identifies the additional constraints, extensions, vocabularies and value sets that **SHALL** be present in the Coverage when conforming to this profile.
package_name: hl7.fhir.au.ereq
derivation: constraint
name: AUeRequestingCoverage
type: Coverage
elements:
  identifier: {mustSupport: true, index: 0}
  status:
    pattern: {type: Code, value: active}
    mustSupport: true
    index: 1
  type:
    binding: {strength: preferred, valueSet: 'http://terminology.hl7.org.au/ValueSet/au-coverage-type-extended'}
    mustSupport: true
    index: 2
  beneficiary:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-patient']
    index: 3
  payor:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-relatedperson', 'http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-organization', 'http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-patient']
    index: 4
package_version: 1.0.0-preview
class: profile
kind: resource
url: http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-coverage
base: http://hl7.org.au/fhir/StructureDefinition/au-coverage
version: 1.0.0-preview
required: [type]