FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.gematik.dipag
Resource TypeStructureDefinition
IdStructureDefinition-dipag-organisation-rechnungsempfaenger.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.dipag@1.3.0-beta&canonical=https://gematik.de/fhir/dipag/StructureDefinition/dipag-organisation-rechnungsempfaenger
URLhttps://gematik.de/fhir/dipag/StructureDefinition/dipag-organisation-rechnungsempfaenger
Version1.3.0-beta
Statusactive
Date2026-09-01
NameDiPagOrganisationRechnungsempfaenger
TitleDigitale Patientenrechnung Organisation Rechnungsempfänger
Realmde
DescriptionKostenträ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.
TypeOrganization
Kindresource

Resources that use this resource

CapabilityStatement
de.gematik.dipag#1.3.0-betaDiPagCapabilityStatementFDCapabilityStatement Fachdienst E-Rechnnung

Resources that this resource uses

StructureDefinition
de.basisprofil.r4#1.6.0identifier-telematik-idIdentifier-Profil für die Telematik-ID
de.gematik.dipag#1.3.0-betadipag-organization-workflowtypDigitale Patientenrechnung Organization Workflowtyp

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "dipag-organisation-rechnungsempfaenger",
  "url": "https://gematik.de/fhir/dipag/StructureDefinition/dipag-organisation-rechnungsempfaenger",
  "version": "1.3.0-beta",
  "name": "DiPagOrganisationRechnungsempfaenger",
  "title": "Digitale Patientenrechnung Organisation Rechnungsempfänger",
  "status": "active",
  "experimental": false,
  "date": "2026-09-01",
  "publisher": "gematik GmbH",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://gematik.de/"
        }
      ]
    }
  ],
  "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.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.extension",
        "path": "Organization.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.extension:workflowtyp",
        "path": "Organization.extension",
        "sliceName": "workflowtyp",
        "short": "Unterstützte Workflowtypen",
        "comment": "An jeder Organisation MUSS mitgeteilt werden, welche Workflowtypen sie unterstützt. Das RE-PS entscheidet, welcher der unterstützten Workflowtypen beim $invoice-submit gewählt wird. Die Beschreibung der einzelnen Workflowtypen ist im CodeSystem DiPagWorkflowtypCS hinterlegt.",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://gematik.de/fhir/dipag/StructureDefinition/dipag-organization-workflowtyp"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Organization.extension:workflowtyp.value[x].system",
        "path": "Organization.extension.value[x].system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.extension:workflowtyp.value[x].code",
        "path": "Organization.extension.value[x].code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.extension:workflowtyp.value[x].display",
        "path": "Organization.extension.value[x].display",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:Telematik-ID",
        "path": "Organization.identifier",
        "sliceName": "Telematik-ID",
        "short": "Telematik-ID",
        "comment": "Die Telematik-ID MUSS vorhanden sein.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.de/StructureDefinition/identifier-telematik-id"
            ]
          }
        ],
        "patternIdentifier": {
          "type": {
            "coding": [
              {
                "code": "PRN",
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
              }
            ]
          }
        },
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:Telematik-ID.type",
        "path": "Organization.identifier.type",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:Telematik-ID.system",
        "path": "Organization.identifier.system",
        "short": "System der Telematik-ID",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:Telematik-ID.value",
        "path": "Organization.identifier.value",
        "short": "Telematik-ID",
        "mustSupport": true
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "short": "Name der Organisation",
        "comment": "Der Name der Organisation SOLL vorhanden sein.",
        "mustSupport": true
      }
    ]
  }
}