PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@4.2.2-preview
    http://hl7.org.au/fhir/StructureDefinition/au-localorderidentifier
description: This identifier profile defines a local order identifier in an Australian context.A local order identifier is an organisation's identifier for an order in that organisation's local system set of orders.\n\nTypically a local order identifier will be either a [placer identifier](https://confluence.hl7australia.com/display/OOADRM20181/5+Observation+Ordering#id-5ObservationOrdering-5.4.1.2ORC-2Placerordernumber(EI)00216) or a [filler identifier](https://confluence.hl7australia.com/display/OOADRM20181/5+Observation+Ordering#id-5ObservationOrdering-5.4.1.3ORC-3Fillerordernumber(EI)00217) (sometimes known as filler order number). A placer identifier is an identifier for a request or group of requests where the identifier is issued by the entity making the request. A filler identifier is an identifier for a request or group of requests where the identifier is issued by the entity that produces the observations or fulfills the request.
package_name: hl7.fhir.au.base
derivation: constraint
name: AULocalOrderIdentifier
type: Identifier
elements:
  type:
    short: Coded identifier type for local order identifier
    binding: {strength: required, valueSet: 'http://terminology.hl7.org.au/ValueSet/order-identifier-type'}
    index: 0
  system: {short: System identifier namespace for the organisation that assigned the order identifier, index: 1}
  value: {short: Order identifier, index: 2}
  assigner:
    short: Organisation that assigned the order identifier
    index: 3
    elements:
      display: {short: Name of the assigning organisation, index: 4}
    required: [display]
package_version: 4.2.2-preview
class: complex-type
kind: complex-type
url: http://hl7.org.au/fhir/StructureDefinition/au-localorderidentifier
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 4.2.2-preview
required: [value, type, system]