PackagesCanonicalsLogsProblems
    Packages
    de.gematik.ti@1.1.1
    https://gematik.de/fhir/ti/StructureDefinition/ti-practitioner
description: Dieses Profil beschreibt die Verwendung der FHIR-Ressource Practitioner im Kontext der Telematikinfrastruktur (TI). Es dient der strukturierten Darstellung von Gesundheitsfachpersonen, wie z.B. Ärzt:innen, Zahnärzt:innen, Psychotherapeut:innen oder Apotheker:innen, innerhalb TI-konformer Anwendungen.
package_name: de.gematik.ti
derivation: constraint
name: TIPractitioner
type: Practitioner
elements:
  meta:
    mustSupport: true
    index: 1
    elements:
      versionId: {mustSupport: true, index: 2}
      lastUpdated: {mustSupport: true, index: 3}
  name:
    type: HumanName
    mustSupport: true
    index: 7
    elements:
      text: {mustSupport: true, index: 8}
      family: {mustSupport: true, index: 9}
      given: {mustSupport: true, index: 10}
      prefix: {mustSupport: true, index: 11}
      suffix: {mustSupport: true, index: 12}
    required: [text, family]
  birthDate: {mustSupport: true, index: 14}
  photo: {mustSupport: true, index: 15}
  communication: {mustSupport: true, index: 18}
  id: {mustSupport: true, index: 0}
  identifier:
    mustSupport: true
    index: 4
    slicing:
      rules: open
      discriminator:
      - {path: system, type: pattern}
      min: null
      slices:
        TelematikID:
          match: {system: null}
          schema: {type: Identifier, mustSupport: true, index: 5}
          min: 0
          max: 1
        LANR:
          match: {system: null}
          schema: {type: Identifier, mustSupport: true, array: true, index: 6}
          min: 0
  qualification:
    mustSupport: true
    index: 16
    elements:
      code:
        binding: {strength: extensible, valueSet: 'https://gematik.de/fhir/directory/ValueSet/PractitionerQualificationVS'}
        mustSupport: true
        index: 17
  gender: {mustSupport: true, index: 13}
package_version: 1.1.1
class: profile
kind: resource
url: https://gematik.de/fhir/ti/StructureDefinition/ti-practitioner
base: http://hl7.org/fhir/StructureDefinition/Practitioner
version: 1.1.1
required: [name]