PackagesCanonicalsLogsProblems
    Packages
    fhir.org.nz.ig.base@2.0.0
    http://hl7.org.nz/fhir/StructureDefinition/educational-qualification
description: Educational qualifications a practitioner has. These may or may not be related to registration information.
package_name: fhir.org.nz.ig.base
derivation: constraint
name: EducationalQualification
type: Extension
elements:
  extension:
    short: The full name of the educational qualification
    index: 0
    slicing:
      slices:
        fullname:
          match: {}
          schema:
            short: The full name of the educational qualification
            index: 0
            extensions: {}
            elements:
              extension: {index: 1}
              url:
                pattern: {type: uri, value: fullname}
                type: uri
                index: 2
              value:
                choices: [valueString]
                index: 4
              valueString: {type: string, choiceOf: value, index: 5}
        shortname:
          match: {}
          schema:
            short: A short name of the educational qualification for when space is limited
            index: 6
            extensions: {}
            elements:
              extension: {index: 7}
              url:
                pattern: {type: uri, value: shortname}
                type: uri
                index: 8
              value:
                choices: [valueString]
                index: 10
              valueString: {type: string, choiceOf: value, index: 11}
        year:
          match: {}
          schema:
            short: The year in which the qualification was granted
            index: 12
            extensions: {}
            elements:
              extension: {index: 13}
              url:
                pattern: {type: uri, value: year}
                type: uri
                index: 14
              value:
                choices: [valueDate]
                index: 16
              valueDate: {type: date, choiceOf: value, index: 17}
        institution:
          match: {}
          schema:
            short: The institution that granted the qualification
            index: 18
            extensions: {}
            elements:
              extension: {index: 19}
              url:
                pattern: {type: uri, value: institution}
                type: uri
                index: 20
              value:
                choices: [valueString]
                index: 22
              valueString: {type: string, choiceOf: value, index: 23}
        city:
          match: {}
          schema:
            short: The city where the institution is located
            index: 24
            extensions: {}
            elements:
              extension: {index: 25}
              url:
                pattern: {type: uri, value: city}
                type: uri
                index: 26
              value:
                choices: [valueString]
                index: 28
              valueString: {type: string, choiceOf: value, index: 29}
        country:
          match: {}
          schema:
            short: The country where the institution is located
            index: 30
            extensions: {}
            elements:
              extension: {index: 31}
              url:
                pattern: {type: uri, value: country}
                type: uri
                index: 32
              value:
                choices: [valueString]
                index: 34
              valueString: {type: string, choiceOf: value, index: 35}
  url:
    pattern: {type: uri, value: 'http://hl7.org.nz/fhir/StructureDefinition/educational-qualification'}
    type: uri
    index: 36
  value:
    choices: []
    index: 38
package_version: 2.0.0
extensions:
  fullname:
    url: null
    short: The full name of the educational qualification
    index: 0
    extensions: {}
    elements:
      extension: {index: 1}
      url:
        pattern: {type: uri, value: fullname}
        type: uri
        index: 2
      value:
        choices: [valueString]
        index: 4
      valueString: {type: string, choiceOf: value, index: 5}
  shortname:
    url: null
    short: A short name of the educational qualification for when space is limited
    index: 6
    extensions: {}
    elements:
      extension: {index: 7}
      url:
        pattern: {type: uri, value: shortname}
        type: uri
        index: 8
      value:
        choices: [valueString]
        index: 10
      valueString: {type: string, choiceOf: value, index: 11}
  year:
    url: null
    short: The year in which the qualification was granted
    index: 12
    extensions: {}
    elements:
      extension: {index: 13}
      url:
        pattern: {type: uri, value: year}
        type: uri
        index: 14
      value:
        choices: [valueDate]
        index: 16
      valueDate: {type: date, choiceOf: value, index: 17}
  institution:
    url: null
    short: The institution that granted the qualification
    index: 18
    extensions: {}
    elements:
      extension: {index: 19}
      url:
        pattern: {type: uri, value: institution}
        type: uri
        index: 20
      value:
        choices: [valueString]
        index: 22
      valueString: {type: string, choiceOf: value, index: 23}
  city:
    url: null
    short: The city where the institution is located
    index: 24
    extensions: {}
    elements:
      extension: {index: 25}
      url:
        pattern: {type: uri, value: city}
        type: uri
        index: 26
      value:
        choices: [valueString]
        index: 28
      valueString: {type: string, choiceOf: value, index: 29}
  country:
    url: null
    short: The country where the institution is located
    index: 30
    extensions: {}
    elements:
      extension: {index: 31}
      url:
        pattern: {type: uri, value: country}
        type: uri
        index: 32
      value:
        choices: [valueString]
        index: 34
      valueString: {type: string, choiceOf: value, index: 35}
class: extension
kind: complex-type
url: http://hl7.org.nz/fhir/StructureDefinition/educational-qualification
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 2.0.0