PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ndh.r4b@1.0.0
    http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-practitioner-qualification
description: An extension to add status and whereValid elements to a practitioner’s qualifications.
package_name: hl7.fhir.us.ndh.r4b
derivation: constraint
name: PractitionerQualification
type: Extension
elements:
  extension:
    index: 0
    slicing:
      slices:
        status:
          match: {}
          schema:
            short: Status
            mustSupport: true
            _required: true
            index: 1
            extensions: {}
            elements:
              extension: {index: 2}
              url:
                pattern: {type: Uri, value: status}
                index: 3
              value:
                pattern: {type: Code, value: active}
                choices: [valueCode]
                index: 5
              valueCode:
                type: code
                pattern: {type: Code, value: active}
                choiceOf: value
                index: 6
            required: [valueCode, value]
        whereValid:
          match: {}
          schema:
            short: Where the qualification is valid
            mustSupport: true
            array: true
            index: 7
            extensions: {}
            elements:
              extension: {index: 8}
              url:
                pattern: {type: Uri, value: whereValid}
                index: 9
              value:
                choices: [valueCodeableConcept]
                index: 11
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 12}
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-practitioner-qualification'}
    index: 13
  value:
    choices: []
    index: 15
package_version: 1.0.0
extensions:
  status:
    url: null
    short: Status
    mustSupport: true
    _required: true
    index: 1
    extensions: {}
    elements:
      extension: {index: 2}
      url:
        pattern: {type: Uri, value: status}
        index: 3
      value:
        pattern: {type: Code, value: active}
        choices: [valueCode]
        index: 5
      valueCode:
        type: code
        pattern: {type: Code, value: active}
        choiceOf: value
        index: 6
    required: [valueCode, value]
  whereValid:
    url: null
    short: Where the qualification is valid
    mustSupport: true
    array: true
    index: 7
    extensions: {}
    elements:
      extension: {index: 8}
      url:
        pattern: {type: Uri, value: whereValid}
        index: 9
      value:
        choices: [valueCodeableConcept]
        index: 11
      valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 12}
class: extension
kind: complex-type
url: http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-practitioner-qualification
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0
required: [extension]