PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@4.2.2-preview
    http://hl7.org.au/fhir/StructureDefinition/au-localreportidentifier
description: This identifier profile defines a local report identifier in an Australian context. A local report identifier is an organisation's identifier for a report in that organisation's local system set of reports. A report identifier must uniquely identify the report from all other reports in a particular system (e.g. diagnostic imaging system, clinical laboratory system, document management system, referral systems). In some laboratory systems, the report identifier may be a concatenation of a lab number and report panel code (e.g. 19P123456-FBC), where the panel code makes the identifier unique from other reports under the same lab number.
package_name: hl7.fhir.au.base
derivation: constraint
name: AULocalReportIdentifier
type: Identifier
elements:
  type:
    short: Coded identifier type for local report identifier
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: LRI, system: 'http://terminology.hl7.org.au/CodeSystem/v2-0203'}
    index: 0
  system: {short: System identifier namespace for the organisation that assigned the report identifier, index: 1}
  value: {short: Report identifier, index: 2}
  assigner:
    short: Organisation that assigned the report 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-localreportidentifier
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 4.2.2-preview
required: [assigner, value, type, system]