PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@4.2.2-preview
    http://hl7.org.au/fhir/StructureDefinition/au-deliverypointidentifier
description: This identifier profile defines an Australia Post Delivery Point Identifier (DPID) in an Australian context (see [Australia Post](https://auspost.com.au/content/dam/auspost_corp/media/documents/australia-post-data-guide.pdf) for further information). A DPID is a randomly generated, unique 8-digit number, allocated by Australia Post to an address. A DPID enables each delivery point in Australia to be uniquely identified.
package_name: hl7.fhir.au.base
derivation: constraint
name: AUDeliveryPointIdentifier
type: Identifier
elements:
  type:
    short: Coded identifier type for DPID
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: DPID, system: 'http://terminology.hl7.org.au/CodeSystem/v2-0203'}
    index: 0
  system:
    pattern: {type: Uri, value: 'http://hl7.org.au/id/dpid'}
    index: 1
  value: {short: DPID, index: 2}
package_version: 4.2.2-preview
class: complex-type
kind: complex-type
url: http://hl7.org.au/fhir/StructureDefinition/au-deliverypointidentifier
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 4.2.2-preview
required: [value, type, system]