PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@4.2.1-preview
    http://hl7.org.au/fhir/StructureDefinition/au-localprescriptionidentifier
description: This identifier profile defines a local prescription identifier (sometimes referred to as prescription number) in an Australian context. A local prescription identifier is an organisation's identifier for a prescription in that organisation's local system set of prescriptions. A local prescription identifier allows linking of a prescription to a system's local identifier.
package_name: hl7.fhir.au.base
derivation: constraint
name: AULocalPrescriptionIdentifier
type: Identifier
elements:
  type:
    short: Coded identifier type for local prescription identifier
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: LPN, system: 'http://terminology.hl7.org.au/CodeSystem/v2-0203'}
    index: 0
  system: {short: System identifier namespace for the organisation that assigned the prescription identifier, index: 1}
  value: {short: Prescription identifier, index: 2}
  assigner:
    short: Organisation that assigned the prescription identifier
    index: 3
    elements:
      display: {short: Name of the assigning organisation, index: 4}
    required: [display]
package_version: 4.2.1-preview
class: complex-type
kind: complex-type
url: http://hl7.org.au/fhir/StructureDefinition/au-localprescriptionidentifier
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 4.2.1-preview
required: [assigner, value, type, system]