PackagesCanonicalsLogsProblems
    Packages
    ontariomicdrfhirimplementationguide@0.10.00-0.9.11
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Practitioner
description: null
package_name: ontariomicdrfhirimplementationguide
derivation: constraint
name: Practitioner
type: Practitioner
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  identifier:
    mustSupport: true
    index: 2
    elements:
      system: {mustSupport: true, index: 3}
      value: {mustSupport: true, index: 4}
      assigner:
        mustSupport: true
        index: 5
        elements:
          display: {mustSupport: true, index: 6}
    required: [value, system]
  name:
    mustSupport: true
    index: 7
    elements:
      family: {mustSupport: true, index: 8}
      given: {mustSupport: true, index: 9}
      prefix: {mustSupport: true, index: 10}
      suffix: {mustSupport: true, index: 11}
    required: [family]
  telecom:
    mustSupport: true
    index: 12
    elements:
      system: {mustSupport: true, index: 13}
      value: {mustSupport: true, index: 14}
      use: {mustSupport: true, index: 15}
    required: [value]
  address:
    mustSupport: true
    index: 16
    elements:
      use: {mustSupport: true, index: 17}
      type: {mustSupport: true, index: 18}
      line: {mustSupport: true, index: 19}
      city: {mustSupport: true, index: 20}
      district: {mustSupport: true, index: 21}
      state:
        binding: {strength: required, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/province-state-code'}
        mustSupport: true
        index: 22
      postalCode: {mustSupport: true, index: 23}
      country:
        binding: {strength: required, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/country-code'}
        mustSupport: true
        index: 24
package_version: 0.10.00-0.9.11
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Practitioner
base: http://hl7.org/fhir/StructureDefinition/Practitioner
version: 1.0.0
required: [name, meta]