PackagesCanonicalsLogsProblems
    Packages
    at.unofficial.au.base@2.2.0-ballot
    http://hl7.org.au/fhir/StructureDefinition/ihi-status
description: This extension applies to the Identifier data type and is used to represent the status of the associated Individual Healthcare Identifier (IHI) and indicates whether the status of the IHI is active or otherwise.
package_name: at.unofficial.au.base
derivation: constraint
name: IHIStatus
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://hl7.org.au/fhir/StructureDefinition/ihi-status'}
    index: 0
  valueCoding:
    type: Coding
    short: IHI number status
    binding: {strength: required, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/ihi-status-1'}
    index: 1
    slicing:
      slices:
        valueCoding:
          match: {}
          schema:
            type: Coding
            short: IHI number status
            binding: {strength: required, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/ihi-status-1'}
            _required: true
            index: 1
          min: 1
package_version: 2.2.0-ballot
class: extension
kind: complex-type
url: http://hl7.org.au/fhir/StructureDefinition/ihi-status
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 2.2.0
required: [valueCoding]