PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-setp@0.9.0-alpha1.0.29
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Practitioner
description: Practitioner covers all anaesthetists and surgeons for SETP reporting.
package_name: ca.on.oh-setp
derivation: constraint
name: Practitioner
type: Practitioner
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  identifier:
    short: Surgeon/Anaesthetist Identifier
    mustSupport: true
    index: 2
    elements:
      system: {mustSupport: true, index: 3}
      value: {mustSupport: true, index: 4}
    required: [value, system]
  name:
    short: Surgeon/Anaesthetist name
    mustSupport: true
    index: 5
    elements:
      text: {mustSupport: true, index: 6}
      family: {mustSupport: true, index: 7}
      given: {mustSupport: true, index: 8}
    required: [given]
package_version: 0.9.0-alpha1.0.29
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Practitioner
base: http://hl7.org/fhir/StructureDefinition/Practitioner
version: 1.0.0
required: [name, identifier, meta]