PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@4.1.0-ballot
    http://hl7.org.au/fhir/StructureDefinition/au-deliverypointidentifier
description: This identifier profile defines an Australia Post Delivery Point Identifier (DPID)([[1]](https://auspost.com.au/content/dam/auspost_corp/media/documents/australia-post-data-guide.pdf), [[2]](https://meteor.aihw.gov.au/content/index.phtml/itemId/287218)) in an Australian context.
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.1.0-ballot
class: complex-type
kind: complex-type
url: http://hl7.org.au/fhir/StructureDefinition/au-deliverypointidentifier
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 4.1.0-ballot
required: [value, type, system]