PackagesCanonicalsLogsProblems
    Packages
    OntarioContextManagement.core@0.1.0
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-cms-profile-Practitioner
description: Please see ://simplifier.net/guide/OntarioContextManagement/ConformanceRules\" target=\"_blank\">Conformance Rules  for the expected behavior of MustSupport.
package_name: OntarioContextManagement.core
derivation: constraint
name: CMSPractitioner
type: Practitioner
elements:
  address:
    mustSupport: true
    index: 11
    elements:
      use:
        pattern: {type: Code, value: work}
        mustSupport: true
        index: 12
      type:
        pattern: {type: Code, value: postal}
        mustSupport: true
        index: 13
      line: {mustSupport: true, index: 14}
      city: {mustSupport: true, index: 15}
      state: {mustSupport: true, index: 16}
      postalCode: {mustSupport: true, index: 17}
      country: {mustSupport: true, index: 18}
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  name:
    mustSupport: true
    index: 5
    elements:
      family: {mustSupport: true, index: 6}
      given: {mustSupport: true, index: 7}
    required: [given, family]
  photo: {index: 20}
  communication:
    mustSupport: true
    index: 27
    elements:
      coding:
        mustSupport: true
        index: 28
        elements:
          system:
            pattern: {type: Uri, value: 'urn:ietf:bcp:47'}
            mustSupport: true
            index: 29
          code: {mustSupport: true, index: 30}
        required: [system, code]
  identifier:
    short: An identifier for the person as this agent. Provide college license number for regulated practitioners. Don't populate the 'identifier' for non-regulated practitioners or administrative staff.
    mustSupport: true
    index: 2
    elements:
      system: {mustSupport: true, index: 3}
      value: {mustSupport: true, index: 4}
    required: [value, system]
  qualification:
    mustSupport: true
    index: 21
    elements:
      code:
        binding: {strength: required, valueSet: 'https://tgateway.infoway-inforoute.ca/singlesubset.html?id=2.16.840.1.113883.2.20.3.48&versionid=20200331'}
        mustSupport: true
        index: 22
        elements:
          coding:
            mustSupport: true
            index: 23
            elements:
              system:
                pattern: {type: Uri, value: 'https://fhir.infoway-inforoute.ca/CodeSystem/scptype'}
                mustSupport: true
                index: 24
              code: {mustSupport: true, index: 25}
              display: {mustSupport: true, index: 26}
            required: [display, system, code]
  telecom:
    mustSupport: true
    index: 8
    elements:
      system: {mustSupport: true, index: 9}
      value: {mustSupport: true, index: 10}
    required: [value, system]
  gender: {mustSupport: true, index: 19}
package_version: 0.1.0
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-cms-profile-Practitioner
base: http://hl7.org/fhir/StructureDefinition/Practitioner
version: 0.1.0
required: [name, meta]