PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@4.2.1-preview
    http://hl7.org.au/fhir/StructureDefinition/au-dvanumber
description: This identifier profile defines a Department of Veterans' Affairs (DVA) number) in an Australian context. This definition supports sending an individual's state-based DVA file number as displayed on a [Veteran Card](https://www.dva.gov.au/health-and-treatment/veteran-healthcare-cards/veteran-card), i.e. a Gold, White, or Orange Card. A Veteran Card may be issued by DVA to eligible individuals to allowing access to specific goods and services at a concessional rate.
package_name: hl7.fhir.au.base
derivation: constraint
name: AUDVANumber
type: Identifier
elements:
  type:
    binding: {strength: required, valueSet: 'http://terminology.hl7.org.au/ValueSet/dva-entitlement'}
    index: 0
  system:
    pattern: {type: Uri, value: 'http://ns.electronichealth.net.au/id/dva'}
    index: 1
  value: {short: DVA number, maxLength: 9, index: 2}
package_version: 4.2.1-preview
class: complex-type
kind: complex-type
url: http://hl7.org.au/fhir/StructureDefinition/au-dvanumber
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 4.2.1-preview
required: [value, type, system]