PackagesCanonicalsLogsProblems
    Packages
    de.gematik.dipag@1.3.0-beta
    https://gematik.de/fhir/dipag/StructureDefinition/dipag-organisation-rechnungsempfaenger
description: Kostenträger-Organisation, die im Fachdienst als Empfänger für den direkten Rechnungsversand konfiguriert ist. Die Liste der Organisationen wird durch den Fachdienst-Betreiber gepflegt und kann durch das RE-PS abgefragt werden.
package_name: de.gematik.dipag
derivation: constraint
name: DiPagOrganisationRechnungsempfaenger
type: Organization
elements:
  extension:
    mustSupport: true
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: 1
      slices:
        workflowtyp:
          match: {url: null}
          schema:
            short: Unterstützte Workflowtypen
            type: Extension
            mustSupport: true
            url: https://gematik.de/fhir/dipag/StructureDefinition/dipag-organization-workflowtyp
            index: 1
            elements:
              value[x]:
                elements:
                  system: {mustSupport: true, index: 2}
                  code: {mustSupport: true, index: 3}
                  display: {mustSupport: true, index: 4}
                required: [system, code]
  identifier:
    mustSupport: true
    index: 5
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      slices:
        Telematik-ID:
          match:
            type:
              coding:
              - {code: PRN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
          schema:
            short: Telematik-ID
            type: Identifier
            mustSupport: true
            _required: true
            pattern:
              type: Identifier
              value:
                type:
                  coding:
                  - {code: PRN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
            index: 6
            elements:
              type: {mustSupport: true, index: 7}
              system: {short: System der Telematik-ID, mustSupport: true, index: 8}
              value: {short: Telematik-ID, mustSupport: true, index: 9}
            required: [type]
  name: {short: Name der Organisation, mustSupport: true, index: 10}
package_version: 1.3.0-beta
extensions:
  workflowtyp:
    url: https://gematik.de/fhir/dipag/StructureDefinition/dipag-organization-workflowtyp
    short: Unterstützte Workflowtypen
    type: Extension
    mustSupport: true
    index: 1
    elements:
      value[x]:
        elements:
          system: {mustSupport: true, index: 2}
          code: {mustSupport: true, index: 3}
          display: {mustSupport: true, index: 4}
        required: [system, code]
class: profile
kind: resource
url: https://gematik.de/fhir/dipag/StructureDefinition/dipag-organisation-rechnungsempfaenger
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 1.3.0-beta
required: [extension, identifier]