PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ndh@1.0.0-ballot
    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
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, valueReference]
                index: 11
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 12}
              valueReference:
                type: Reference
                choiceOf: value
                refers: ['http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Location']
                index: 13
            required: [valueReference, value, valueCodeableConcept]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-practitioner-qualification'}
    index: 14
  value:
    choices: []
    index: 16
package_version: 1.0.0-ballot
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, valueReference]
        index: 11
      valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 12}
      valueReference:
        type: Reference
        choiceOf: value
        refers: ['http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Location']
        index: 13
    required: [valueReference, value, valueCodeableConcept]
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-ballot
required: [extension]