PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@4.2.1-preview
    http://hl7.org.au/fhir/StructureDefinition/au-localdispenseidentifier
description: This identifier profile defines a local dispense identifier in an Australian context. A local dispense identifier is an organisation's identifier for a dispense record in that organisation's local system set of dispense records. A dispense record identifier is typically assigned by the dispensing system and allows linking of a dispensing record to the dispensing system's local identifier.
package_name: hl7.fhir.au.base
derivation: constraint
name: AULocalDispenseIdentifier
type: Identifier
elements:
  type:
    short: Coded identifier type for local dispense identifier
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: LDI, system: 'http://terminology.hl7.org.au/CodeSystem/v2-0203'}
    index: 0
  system: {short: System identifier namespace for the organisation that assigned the dispense identifier, index: 1}
  value: {short: Dispense identifier, index: 2}
  assigner:
    short: Organisation that assigned the dispense 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-localdispenseidentifier
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 4.2.1-preview
required: [assigner, value, type, system]