PackagesCanonicalsLogsProblems
    Packages
    de.gematik.fhir.directory@0.11.0
    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: de.gematik.fhir.directory
derivation: constraint
name: OrganizationDirectory
type: Organization
elements:
  address:
    mustSupport: true
    index: 15
    elements:
      use: {mustSupport: true, index: 16}
      text: {mustSupport: true, index: 17}
      line: {mustSupport: true, index: 18}
      city: {mustSupport: true, index: 19}
      state: {mustSupport: true, index: 20}
      postalCode: {mustSupport: true, index: 21}
      country: {mustSupport: true, index: 22}
  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'}
                    index: 3
                required: [system]
    required: [tag]
  name: {mustSupport: true, index: 13}
  type:
    mustSupport: true
    index: 10
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      slices:
        providerType:
          match: {}
          schema:
            binding: {strength: required, valueSet: 'https://gematik.de/fhir/directory/ValueSet/OrganizationTypeVS'}
            mustSupport: true
            array: true
            index: 11
          min: 0
        profession:
          match: {}
          schema:
            binding: {strength: required, valueSet: 'https://gematik.de/fhir/directory/ValueSet/OrganizationProfessionOIDTypeVS'}
            mustSupport: true
            array: true
            index: 12
          min: 0
  extension:
    type: Extension
    mustSupport: true
    url: https://gematik.de/fhir/directory/StructureDefinition/OrganizationVisibility
    index: 4
    slicing:
      slices:
        organizationVisibility:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'https://gematik.de/fhir/directory/StructureDefinition/OrganizationVisibility', index: 4}
          min: 0
  alias: {mustSupport: true, index: 14}
  id: {mustSupport: true, index: 0}
  identifier:
    mustSupport: true
    index: 5
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        TelematikID:
          match: {system: null}
          schema: {type: Identifier, mustSupport: true, _required: true, index: 6}
          min: 1
          max: 1
        BSNR:
          match: {system: null}
          schema: {type: Identifier, mustSupport: true, index: 7}
          min: 0
          max: 1
        KZVA:
          match: {system: null}
          schema: {type: Identifier, mustSupport: true, index: 8}
          min: 0
          max: 1
        IKNR:
          match: {system: null}
          schema: {type: Identifier, mustSupport: true, index: 9}
          min: 0
          max: 1
  partOf: {mustSupport: true, index: 23}
  contact: {mustSupport: true, index: 24}
package_version: 0.11.0
extensions:
  organizationVisibility: {url: 'https://gematik.de/fhir/directory/StructureDefinition/OrganizationVisibility', min: 0, type: Extension, mustSupport: true, index: 4}
class: profile
kind: resource
url: https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 0.11.0
required: [name, identifier, type]