PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.ps@0.1.0-preview
    http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-practitioner
description: This profile sets minimum expectations for a Practitioner resource in the context of a patient summary in an Australian context. It is based on the [AU Base Practitioner](http://build.fhir.org/ig/hl7au/au-fhir-base/StructureDefinition-au-practitioner.html) profile, and applies the constraints of [AU Core Practitioner](http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner) and [Practitioner (IPS)](http://hl7.org/fhir/uv/ips/StructureDefinition/Practitioner-uv-ips).
package_name: hl7.fhir.au.ps
derivation: constraint
name: AUPSPractitioner
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]
  telecom: {mustSupport: true, index: 5}
  address: {mustSupport: true, index: 6}
package_version: 0.1.0-preview
class: profile
kind: resource
url: http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-practitioner
base: http://hl7.org.au/fhir/StructureDefinition/au-practitioner
version: 0.1.0-preview
required: [name]