PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@4.2.2-preview
    http://hl7.org.au/fhir/StructureDefinition/au-paioidentifier
description: This identifier profile defines a My Health Record Assigned Identity - Organisation (PAI-O) identifier in an Australian context. A PAI-O may be issued to organisations who wish to participate in the My Health Record and who are not eligible for a Healthcare Provider Identifier - Organisation (HPI-O).
package_name: hl7.fhir.au.base
derivation: constraint
name: AUPAIOIdentifier
type: Identifier
elements:
  type:
    short: Coded identifier type for PAI-O
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: NOI, system: 'http://terminology.hl7.org.au/CodeSystem/v2-0203'}
    index: 0
  system:
    pattern: {type: Uri, value: 'http://ns.electronichealth.net.au/id/pcehr/paio/1.0'}
    index: 1
  value: {short: PAI-O, maxLength: 16, index: 2}
package_version: 4.2.2-preview
class: complex-type
kind: complex-type
url: http://hl7.org.au/fhir/StructureDefinition/au-paioidentifier
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 4.2.2-preview
required: [value, type, system]