PackagesCanonicalsLogsProblems
    Packages
    ca.on.phsd.r4-alpha@0.1.2
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-ext-LicenseClassificationCode
description: Particular class of licence for a health care practitioner
package_name: ca.on.phsd.r4-alpha
derivation: constraint
name: LicenseClassificationCode
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-ext-LicenseClassificationCode'}
    index: 0
  value:
    mustSupport: true
    choices: [valueCoding]
    index: 5
    slicing:
      slices:
        valueCoding:
          match: {}
          schema:
            mustSupport: true
            choices: [valueCoding]
            _required: true
            index: 5
          min: 1
  valueCoding:
    type: Coding
    mustSupport: true
    choiceOf: value
    index: 6
    slicing:
      slices:
        valueCoding:
          match: {}
          schema: {type: Coding, mustSupport: true, choiceOf: value, _required: true, index: 6}
          min: 1
  value[x]:
    elements:
      system:
        pattern: {type: Uri, value: 'http://ontariohealth.ca/fhir/CodeSystem/license-classification-code'}
        mustSupport: true
        index: 7
      code: {mustSupport: true, index: 8}
      display: {mustSupport: true, index: 9}
    required: [system, code]
package_version: 0.1.2
class: extension
kind: complex-type
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-ext-LicenseClassificationCode
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0
required: [valueCoding, value]