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: mustSupport: true index: 2 elements: family: {mustSupport: true, index: 3} given: {mustSupport: true, index: 4} required: [family] package_version: 0.4.1-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.4.1-preview required: [name]