PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@6.0.0-draft
    http://hl7.org.au/fhir/StructureDefinition/au-nataaccreditationnumber
description: This identifier profile defines a National Association of Testing Authorities (NATA) accreditation number in an Australian context (see [NATA](https://www.nata.com.au/) for further information).
package_name: hl7.fhir.au.base
derivation: constraint
name: AUNATAAccreditationNumber
type: Identifier
elements:
  type:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: NATAA, system: 'http://terminology.hl7.org.au/CodeSystem/v2-0203'}
    type: CodeableConcept
    index: 0
  system:
    pattern: {type: uri, value: 'http://hl7.org.au/id/nata-accreditation'}
    type: uri
    index: 1
  value: {short: NATA accreditation number, index: 2}
package_version: 6.0.0-draft
class: complex-type
kind: complex-type
url: http://hl7.org.au/fhir/StructureDefinition/au-nataaccreditationnumber
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 6.0.0-draft
required: [system, type, value]