PackagesCanonicalsLogsProblems
    Packages
    ca.on.phsd.r4-alpha@0.1.2
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-ext-practitionerRole-status
description: Status of provider role as received from the data source (e.g. MOH, CNO, CPSO, etc)
package_name: ca.on.phsd.r4-alpha
derivation: constraint
name: PractitionerRoleStatus
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-ext-practitionerRole-status'}
    index: 0
  value:
    mustSupport: true
    choices: [valueCode]
    index: 5
    slicing:
      slices:
        valueCode:
          match: {}
          schema:
            mustSupport: true
            choices: [valueCode]
            _required: true
            index: 5
          min: 1
  valueCode:
    type: code
    mustSupport: true
    choiceOf: value
    index: 6
    slicing:
      slices:
        valueCode:
          match: {}
          schema: {type: code, mustSupport: true, choiceOf: value, _required: true, index: 6}
          min: 1
package_version: 0.1.2
class: extension
kind: complex-type
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-ext-practitionerRole-status
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0
required: [valueCode, value]