PackagesCanonicalsLogsProblems
    Packages
    de.gematik.isik@5.0.0-rc1
    https://gematik.de/fhir/isik/StructureDefinition/ISiKKalender
description: 'Das Datenobjekt ISiKKalender bietet die Möglichkeit Kalender für verschiedene Akteure (Practitioner, Device, HealthcareService) zu exponieren, sodass für die Ressourcen Termine gebucht werden können. '
package_name: de.gematik.isik
derivation: constraint
name: ISiKKalender
type: Schedule
elements:
  extension:
    mustSupport: true
    index: 0
    slicing:
      slices:
        KalenderName:
          match: {}
          schema:
            type: Extension
            mustSupport: true
            url: http://hl7.org/fhir/5.0/StructureDefinition/extension-Schedule.name
            index: 1
            elements:
              value:
                choices: []
                index: 3
            required: [value]
  active: {mustSupport: true, index: 4}
  serviceType:
    mustSupport: true
    index: 5
    elements:
      text: {mustSupport: true, index: 6}
  specialty:
    mustSupport: true
    index: 7
    elements:
      coding:
        mustSupport: true
        index: 8
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: 1
          slices:
            Fachrichtung:
              match: {}
              schema:
                binding: {strength: required, valueSet: 'http://ihe-d.de/ValueSets/IHEXDSpracticeSettingCode'}
                mustSupport: true
                _required: true
                index: 9
              min: 1
              max: 1
            ErweiterterFachabteilungsschluessel:
              match: {system: 'http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert'}
              schema:
                binding: {strength: extensible, valueSet: 'http://fhir.de/ValueSet/dkgev/Fachabteilungsschluessel-erweitert'}
                pattern:
                  type: Coding
                  value: {system: 'http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert'}
                type: Coding
                index: 10
              min: 0
              max: 1
    required: [coding]
  actor:
    mustSupport: true
    index: 11
    elements:
      identifier: {mustSupport: true, index: 12}
      display: {mustSupport: true, index: 13}
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        Akteur:
          match: {}
          schema:
            refers: ['http://hl7.org/fhir/StructureDefinition/HealthcareService', 'http://hl7.org/fhir/StructureDefinition/Location', 'http://hl7.org/fhir/StructureDefinition/Practitioner']
            type: Reference
            mustSupport: true
            index: 14
            elements:
              reference: {mustSupport: true, index: 15}
            required: [reference]
package_version: 5.0.0-rc1
extensions:
  KalenderName:
    url: http://hl7.org/fhir/5.0/StructureDefinition/extension-Schedule.name
    type: Extension
    mustSupport: true
    index: 1
    elements:
      value:
        choices: []
        index: 3
    required: [value]
class: profile
kind: resource
url: https://gematik.de/fhir/isik/StructureDefinition/ISiKKalender
base: http://hl7.org/fhir/StructureDefinition/Schedule
version: 5.0.0-rc
required: [active, serviceType, specialty]