PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@4.2.2-preview
    http://hl7.org.au/fhir/StructureDefinition/au-insurancemembernumber
description: This identifier profile defines an insurance member number in an Australian context. An insurance member number is the unique member number assigned to an individual by an insurer and is typically displayed on their insurance card. An individual will not have more than one member number per insurer.\n\nThis definition supports the sending of an insurance member number that is relevant in a healthcare context and may be used to capture Australian and International health insurer issued member numbers. In Australia this will typically be a private health insurance member number. This identifier should not be confused with an insurance policy number.
package_name: hl7.fhir.au.base
derivation: constraint
name: AUInsuranceMemberNumber
type: Identifier
elements:
  type:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: MB, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
    index: 0
  system: {short: System identifier namespace for the insurer that assigned the insurance member number, index: 1}
  value: {short: Insurance member number, index: 2}
  assigner:
    short: Insurer
    index: 3
    elements:
      display: {short: Name of insurer, index: 4}
    required: [display]
package_version: 4.2.2-preview
class: complex-type
kind: complex-type
url: http://hl7.org.au/fhir/StructureDefinition/au-insurancemembernumber
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 4.2.2-preview
required: [assigner, value, type, system]