PackagesCanonicalsLogsProblems
    Packages
    rs/demis.fhir.profiles@1.19.0
    https://demis.rki.de/fhir/StructureDefinition/SubmittingFacility
description: Die Einsender-Einrichtung enthält die Angaben der einsendenden Einrichtung. Die Informationen werden vom zuständigen Gesundsamt zur  Kontaktaufnahme genutzt.
package_name: rs/demis.fhir.profiles
derivation: constraint
name: SubmittingFacility
type: Organization
elements:
  identifier: {short: Identifier für den Einsender, index: 0}
  type:
    short: Art der Einrichtung
    mustSupport: true
    index: 1
    elements:
      coding:
        binding: {strength: required, valueSet: 'https://demis.rki.de/fhir/ValueSet/organizationType'}
        index: 2
        elements:
          system: {index: 3}
          code: {index: 4}
        required: [code, system]
      text: {index: 5}
    required: [coding]
  name: {short: Einrichtungsname, mustSupport: true, index: 6}
  telecom:
    mustSupport: true
    index: 7
    slicing:
      rules: closed
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        Email:
          match: {system: email}
          schema:
            index: 8
            elements:
              system:
                pattern: {type: code, value: email}
                type: code
                index: 9
              value: {index: 10}
            required: [system, value]
        Phone:
          match: {system: phone}
          schema:
            index: 11
            extensions:
              comment: {url: 'https://demis.rki.de/fhir/StructureDefinition/Comment', max: 1, type: Extension, index: 13}
            elements:
              extension:
                index: 12
                slicing:
                  rules: open
                  discriminator:
                  - {path: url, type: value}
                  min: null
                  slices:
                    comment:
                      match: {url: null}
                      schema: {type: Extension, url: 'https://demis.rki.de/fhir/StructureDefinition/Comment', index: 13}
                      max: 1
              system:
                pattern: {type: code, value: phone}
                type: code
                index: 14
              value: {index: 15}
            required: [system, value]
        Url:
          match: {system: url}
          schema:
            index: 16
            elements:
              system:
                pattern: {type: code, value: url}
                type: code
                index: 17
              value: {index: 18}
            required: [system, value]
        Fax:
          match: {system: fax}
          schema:
            index: 19
            elements:
              system:
                pattern: {type: code, value: fax}
                type: code
                index: 20
              value: {index: 21}
            required: [system, value]
  address:
    type: Address
    short: Einrichtungsadresse
    mustSupport: true
    index: 22
    elements:
      line: {index: 23}
      city: {index: 24}
      postalCode:
        binding: {strength: preferred, valueSet: 'https://demis.rki.de/fhir/ValueSet/postalCode'}
        index: 25
      country:
        binding: {strength: required, valueSet: 'https://demis.rki.de/fhir/ValueSet/country'}
        index: 26
    required: [city, country, line, postalCode]
  partOf: {short: 'Übergeordnete Einrichtung, zu der diese Einrichtung gehört', mustSupport: true, index: 27}
  contact: {short: Ansprechpartner der Einrichtung, mustSupport: true, index: 28}
  endpoint: {index: 29}
package_version: 1.19.0
class: profile
kind: resource
url: https://demis.rki.de/fhir/StructureDefinition/SubmittingFacility
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 1.0.0
required: [address, name, telecom]