PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@4.2.1-preview
    http://hl7.org.au/fhir/StructureDefinition/au-nationalprovideridentifieratorganisation
description: This identifier profile defines a National Provider Identifier at Organisation (NPIO) in an Australian context. An NPIO identifies an individual practitioner at an organisation using the practitioner's HPI-I and organisation's HPI-O to form the NPIO.
package_name: hl7.fhir.au.base
derivation: constraint
name: AUNationalProviderIdentifierAtOrganisation
type: Identifier
elements:
  type:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: NPIO, system: 'http://terminology.hl7.org.au/CodeSystem/v2-0203'}
    index: 0
  system:
    pattern: {type: Uri, value: 'http://hl7.org.au/id/npio'}
    index: 1
  value: {short: NPIO, index: 2}
package_version: 4.2.1-preview
class: complex-type
kind: complex-type
url: http://hl7.org.au/fhir/StructureDefinition/au-nationalprovideridentifieratorganisation
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 4.2.1-preview
required: [value, type, system]