PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.core@2.0.0-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:
  extension:
    index: 0
    slicing:
      slices:
        recordedSexOrGender:
          match: {}
          schema: {index: 0}
  identifier:
    mustSupport: true
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: type, type: pattern}
      min: null
      slices:
        hpii:
          match: {type: null}
          schema: {type: Identifier, mustSupport: true, index: 2}
          max: 1
  name:
    mustSupport: true
    index: 3
    elements:
      family: {mustSupport: true, index: 4}
      given: {mustSupport: true, index: 5}
    required: [family]
package_version: 2.0.0-preview
extensions:
  recordedSexOrGender: {url: null, index: 0}
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: 2.0.0-preview
required: [name]