PackagesCanonicalsLogsProblems
    Packages
    fhir.ca-bc.provider@1.0.1
    http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-license-status-extension
description: Tracking the status and changes to the status of a practitioner/organization license.
package_name: fhir.ca-bc.provider
derivation: constraint
name: LicenseStatusExtension
type: Extension
elements:
  extension:
    array: true
    min: 4
    index: 0
    slicing:
      slices:
        statusCode:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 1
            extensions: {}
            elements:
              extension: {index: 2}
              url:
                pattern: {type: uri, value: statusCode}
                type: uri
                index: 3
              value:
                mustSupport: true
                choices: [valueCodeableConcept]
                index: 5
              valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 6}
            required: [value, valueCodeableConcept]
        statusReasonCode:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 7
            extensions: {}
            elements:
              extension: {index: 8}
              url:
                pattern: {type: uri, value: statusReasonCode}
                type: uri
                index: 9
              value:
                mustSupport: true
                choices: [valueCodeableConcept]
                index: 11
              valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 12}
            required: [value, valueCodeableConcept]
        statusClassCode:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 13
            extensions: {}
            elements:
              extension: {index: 14}
              url:
                pattern: {type: uri, value: statusClassCode}
                type: uri
                index: 15
              value:
                short: AE | LIC
                mustSupport: true
                choices: [valueCodeableConcept]
                index: 17
              valueCodeableConcept: {type: CodeableConcept, short: AE | LIC, mustSupport: true, choiceOf: value, index: 18}
        period:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 19
            extensions: {}
            elements:
              extension: {index: 20}
              url:
                pattern: {type: uri, value: period}
                type: uri
                index: 21
              value:
                mustSupport: true
                choices: [valuePeriod]
                index: 23
              valuePeriod: {type: Period, mustSupport: true, choiceOf: value, index: 24}
            required: [value, valuePeriod]
        endReason:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-end-reason-extension', index: 25}
          min: 0
          max: 1
        owner:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-owner-extension', index: 26}
          min: 0
          max: 1
  url:
    pattern: {type: uri, value: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-license-status-extension'}
    type: uri
    index: 27
  value:
    choices: []
    index: 29
package_version: 1.0.1
extensions:
  statusCode:
    url: null
    mustSupport: true
    _required: true
    index: 1
    extensions: {}
    elements:
      extension: {index: 2}
      url:
        pattern: {type: uri, value: statusCode}
        type: uri
        index: 3
      value:
        mustSupport: true
        choices: [valueCodeableConcept]
        index: 5
      valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 6}
    required: [value, valueCodeableConcept]
  statusReasonCode:
    url: null
    mustSupport: true
    _required: true
    index: 7
    extensions: {}
    elements:
      extension: {index: 8}
      url:
        pattern: {type: uri, value: statusReasonCode}
        type: uri
        index: 9
      value:
        mustSupport: true
        choices: [valueCodeableConcept]
        index: 11
      valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 12}
    required: [value, valueCodeableConcept]
  statusClassCode:
    url: null
    mustSupport: true
    _required: true
    index: 13
    extensions: {}
    elements:
      extension: {index: 14}
      url:
        pattern: {type: uri, value: statusClassCode}
        type: uri
        index: 15
      value:
        short: AE | LIC
        mustSupport: true
        choices: [valueCodeableConcept]
        index: 17
      valueCodeableConcept: {type: CodeableConcept, short: AE | LIC, mustSupport: true, choiceOf: value, index: 18}
  period:
    url: null
    mustSupport: true
    _required: true
    index: 19
    extensions: {}
    elements:
      extension: {index: 20}
      url:
        pattern: {type: uri, value: period}
        type: uri
        index: 21
      value:
        mustSupport: true
        choices: [valuePeriod]
        index: 23
      valuePeriod: {type: Period, mustSupport: true, choiceOf: value, index: 24}
    required: [value, valuePeriod]
  endReason: {url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-end-reason-extension', min: 0, max: 1, type: Extension, mustSupport: true, index: 25}
  owner: {url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-owner-extension', min: 0, max: 1, type: Extension, mustSupport: true, index: 26}
class: extension
kind: complex-type
url: http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-license-status-extension
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0