PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.au.base@6.0.0-draft
    http://hl7.org.au/fhir/StructureDefinition/au-pi
description: This identifier profile defines a patient internal identifier in an Australian context. A patient internal identifier is assigned to a patient by an application (e.g. practice management system or a cloud-based electronic medical record) to uniquely identify a patient within that application. While a patient internal identifier can be exchanged with other applications, its scope for sharing is limited and typically occurs for context-specific patient matching (e.g. a patient internal identifier included in a pathology request can be returned in the associated pathology report). Implementers should be aware when sharing a patient internal identifier that it is only unique within the assigning application, unlike a Medical Record Number (MRN) that is unique within an institution.
package_name: rs/hl7.fhir.au.base
derivation: constraint
name: AUPatientInternalIdentifier
type: Identifier
elements:
  type:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: PI, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
    type: CodeableConcept
    index: 0
  system: {short: System identifier namespace for the application that assigned the patient internal identifier, index: 1}
  value: {short: Patient internal identifier, index: 2}
  assigner:
    short: Organisation that assigned the patient internal identifier
    index: 3
    elements:
      display: {short: Name of the assigning organisation, index: 4}
    required: [display]
package_version: 6.0.0-draft
class: complex-type
kind: complex-type
url: http://hl7.org.au/fhir/StructureDefinition/au-pi
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 6.0.0-draft
required: [assigner, system, type, value]