PackagesCanonicalsLogsProblems
    Packages
    rs/ndhm.in@2.5.0
    https://nrces.in/ndhm/fhir/r4/StructureDefinition/Practitioner
description: This profile sets minimum expectations for the Practitioner resource to record, search, and fetch basic demographics and other administrative information about an individual practitioner.
package_name: rs/ndhm.in
derivation: constraint
name: Practitioner
type: Practitioner
elements:
  identifier:
    mustSupport: true
    index: 0
    elements:
      use: {mustSupport: true, index: 1}
      type:
        mustSupport: true
        index: 2
        elements:
          coding:
            mustSupport: true
            index: 3
            elements:
              code: {index: 4}
              display: {index: 5}
            required: [code, display]
          text: {mustSupport: true, index: 6}
      system: {mustSupport: true, index: 7}
      value: {mustSupport: true, index: 8}
      assigner:
        type: Reference
        refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization']
        index: 9
        elements:
          display: {mustSupport: true, index: 10}
    required: [type, value]
  name:
    mustSupport: true
    index: 11
    elements:
      text: {index: 12}
    required: [text]
  telecom:
    mustSupport: true
    index: 13
    elements:
      system: {mustSupport: true, index: 14}
      value: {index: 15}
      use: {mustSupport: true, index: 16}
    required: [value]
  address: {mustSupport: true, index: 17}
  gender: {mustSupport: true, index: 18}
  birthDate: {mustSupport: true, index: 19}
  photo:
    elements:
      contentType: {index: 20}
      data: {index: 21}
    required: [contentType, data]
  qualification:
    elements:
      code:
        elements:
          coding:
            mustSupport: true
            index: 22
            elements:
              code: {index: 23}
              display: {index: 24}
            required: [code, display]
          text: {mustSupport: true, index: 25}
      issuer:
        type: Reference
        refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization']
        index: 26
package_version: 2.5.0
class: profile
kind: resource
url: https://nrces.in/ndhm/fhir/r4/StructureDefinition/Practitioner
base: http://hl7.org/fhir/StructureDefinition/Practitioner
version: 2.5.0
required: [identifier]