PackagesCanonicalsLogsProblems
    Packages
    rs/de.gematik.fhir.directory@0.10.2
    https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory
description: Defines the data structure for medical, regulatory and technical \norganisations specific for german Healthcare and Telematics Infrastructure.
package_name: rs/de.gematik.fhir.directory
derivation: constraint
name: OrganizationDirectory
type: Organization
elements:
  id: {mustSupport: true, index: 0}
  meta:
    elements:
      tag:
        mustSupport: true
        index: 1
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          min: 1
          slices:
            Origin:
              match: {system: 'https://gematik.de/fhir/directory/CodeSystem/Origin'}
              schema:
                binding: {strength: required, valueSet: 'https://gematik.de/fhir/directory/ValueSet/OriginVS'}
                mustSupport: true
                _required: true
                index: 2
                elements:
                  system:
                    pattern: {type: uri, value: 'https://gematik.de/fhir/directory/CodeSystem/Origin'}
                    type: uri
                    index: 3
                required: [system]
    required: [tag]
  identifier:
    mustSupport: true
    index: 4
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        TelematikID:
          match: {system: null}
          schema: {type: Identifier, mustSupport: true, _required: true, index: 5}
          min: 1
          max: 1
        BSNR:
          match: {system: null}
          schema: {type: Identifier, mustSupport: true, index: 6}
          min: 0
          max: 1
        KZVA:
          match: {system: null}
          schema: {type: Identifier, mustSupport: true, index: 7}
          min: 0
          max: 1
        IKNR:
          match: {system: null}
          schema: {type: Identifier, mustSupport: true, index: 8}
          min: 0
          max: 1
  type:
    binding: {strength: required, valueSet: 'https://gematik.de/fhir/directory/ValueSet/OrganizationTypeVS'}
    mustSupport: true
    index: 9
  name: {mustSupport: true, index: 10}
  alias: {mustSupport: true, index: 11}
  contact: {mustSupport: true, index: 12}
package_version: 0.10.2
class: profile
kind: resource
url: https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 0.10.2
required: [identifier, name, type]