PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.core@0.2.2-preview
    http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner
description: This profile sets minimum expectations for a Practitioner resource to record, search, and fetch basic demographics and other administrative information about an individual practitioner. It is based on the [AU Base Practitioner](http://build.fhir.org/ig/hl7au/au-fhir-base/StructureDefinition-au-practitioner.html) profile and identifies the *additional* mandatory core elements, extensions, vocabularies and value sets that **SHALL** be present in the Practitioner when conforming to this profile. It provides the floor for standards development for specific uses cases in an Australian context.
package_name: hl7.fhir.au.core
derivation: constraint
name: AUCorePractitioner
type: Practitioner
elements:
  identifier:
    mustSupport: true
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: type, type: pattern}
      min: null
      slices:
        hpii:
          match: {type: null}
          schema: {type: Identifier, mustSupport: true, index: 1}
          max: 1
  name:
    constraint:
      au-core-prac-01: {human: At least text or family name shall be present, source: 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner', severity: error, expression: text.exists() or family.exists()}
    mustSupport: true
    index: 2
  telecom: {mustSupport: true, index: 3}
  address: {mustSupport: true, index: 4}
  qualification:
    mustSupport: true
    index: 5
    elements:
      identifier: {mustSupport: true, index: 6}
      code: {mustSupport: true, index: 7}
      period: {mustSupport: true, index: 8}
      issuer: {mustSupport: true, index: 9}
  communication: {mustSupport: true, index: 10}
package_version: 0.2.2-preview
class: profile
kind: resource
url: http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner
base: http://hl7.org.au/fhir/StructureDefinition/au-practitioner
version: 0.2.2-preview
required: [name]