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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypeStructureDefinition
IdStructureDefinition-dipag-dokumentenmetadaten-eingang.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.dipag@1.0.4&canonical=https://gematik.de/fhir/dipag/StructureDefinition/dipag-dokumentenmetadaten-eingang
URLhttps://gematik.de/fhir/dipag/StructureDefinition/dipag-dokumentenmetadaten-eingang
Version1.0.4
Statusactive
Date2026-03-07
NameDiPagDokumentenmetadatenEingang
TitleDigitale Patientenrechnung Dokumentenmetadaten Eingang
Realmde
TypeDocumentReference
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
de.gematik.dipag#1.0.4dipag-restricted-mime-types-vsDigitale Patientenrechnung Restricted Mime Types
de.gematik.dipag#1.0.4dipag-sonstigesdokument-type-vsDigitale Patientenrechnung Sonstiges Dokument Type VS

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "dipag-dokumentenmetadaten-eingang",
  "url": "https://gematik.de/fhir/dipag/StructureDefinition/dipag-dokumentenmetadaten-eingang",
  "version": "1.0.4",
  "name": "DiPagDokumentenmetadatenEingang",
  "title": "Digitale Patientenrechnung Dokumentenmetadaten Eingang",
  "status": "active",
  "experimental": false,
  "date": "2026-03-07",
  "publisher": "gematik GmbH",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://gematik.de/"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DocumentReference",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DocumentReference",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DocumentReference",
        "path": "DocumentReference",
        "constraint": [
          {
            "key": "SignaturVerpflichtendRechnung",
            "severity": "error",
            "human": "Eine Signature muss vorhanden sein, falls es sich bei der DocumentReference um eine Rechnung handelt.",
            "expression": "type.coding.where(system = 'http://dvmd.de/fhir/CodeSystem/kdl' and code = 'AM010106').exists() and content.format.where(system = 'https://gematik.de/fhir/dipag/CodeSystem/dipag-attachment-format-cs' and code = 'angereichertesPDF').exists() implies extension.where(url = 'https://gematik.de/fhir/dipag/StructureDefinition/dipag-docref-signature').exists()",
            "source": "https://gematik.de/fhir/dipag/StructureDefinition/dipag-dokumentenmetadaten-eingang"
          },
          {
            "key": "RechnungOderAnhang",
            "severity": "error",
            "human": "Ein Dokument kann entweder ein Anhang enthalten oder ein Rechnungsdokument inkl. strukturierten Rechnungsinhalten.",
            "expression": "content.format.where(system = 'https://gematik.de/fhir/dipag/CodeSystem/dipag-attachment-format-cs' and code = 'rechnungsanhang').exists() xor (content.format.where(system = 'https://gematik.de/fhir/dipag/CodeSystem/dipag-attachment-format-cs' and code = 'originaleRechnung').exists() and  content.format.where(system = 'https://gematik.de/fhir/dipag/CodeSystem/dipag-attachment-format-cs' and code = 'rechnungsinhalt').exists())",
            "source": "https://gematik.de/fhir/dipag/StructureDefinition/dipag-dokumentenmetadaten-eingang"
          }
        ]
      },
      {
        "id": "DocumentReference.identifier",
        "path": "DocumentReference.identifier",
        "comment": "Eindeutiger Identifikator vergeben durch das RE-PS (z.B. Interne Dokumentennummer). Das System MUSS eindeutig pro Leistungserbringer:in vergeben werden.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier.system",
        "path": "DocumentReference.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier.value",
        "path": "DocumentReference.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.status",
        "path": "DocumentReference.status",
        "comment": "Versionierung von Dokumenten ist nicht unterstützt. Nur jeweils die aktuelle Version des Dokumentes wird akzeptiert.",
        "patternCode": "current",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.type",
        "path": "DocumentReference.type",
        "comment": "Kodierung des Dokumentes als 'Rechnung', sowie darüber hinausgehende Klassifizierung per KDL",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.type.coding",
        "path": "DocumentReference.type.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "DocumentReference.type.coding:DokumentenKlassifizierung",
        "path": "DocumentReference.type.coding",
        "sliceName": "DokumentenKlassifizierung",
        "min": 0,
        "max": "1",
        "patternCoding": {
          "system": "http://dvmd.de/fhir/CodeSystem/kdl"
        },
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://gematik.de/fhir/dipag/ValueSet/dipag-sonstigesdokument-type-vs"
        }
      },
      {
        "id": "DocumentReference.type.coding:DokumentenKlassifizierung.system",
        "path": "DocumentReference.type.coding.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.type.coding:DokumentenKlassifizierung.code",
        "path": "DocumentReference.type.coding.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.type.coding:DokumentenKlassifizierung.display",
        "path": "DocumentReference.type.coding.display",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.type.coding:Rechnungstyp",
        "path": "DocumentReference.type.coding",
        "sliceName": "Rechnungstyp",
        "min": 0,
        "max": "1",
        "patternCoding": {
          "system": "http://dvmd.de/fhir/CodeSystem/kdl",
          "code": "AM010106"
        },
        "mustSupport": true
      },
      {
        "id": "DocumentReference.subject",
        "path": "DocumentReference.subject",
        "comment": "Vollständiger Name der behandelten Person. Siehe Informationsmodell 'Rechnung' des Feature-Dokuments Digitale Patientenrechnung.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.subject.display",
        "path": "DocumentReference.subject.display",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.description",
        "path": "DocumentReference.description",
        "comment": "Menschenlesbarer Titel des Dokumentes, der dem Versicherten in der UI angezeigt wird. Der Titel kann manuell erfasst oder vom Dateinamen/Metadaten abgeleitet werden. z.B. "Laborbefund vom 28.9.2023".",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.content",
        "path": "DocumentReference.content",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "format"
            }
          ],
          "rules": "open"
        },
        "mustSupport": true
      },
      {
        "id": "DocumentReference.content.attachment.url",
        "path": "DocumentReference.content.attachment.url",
        "comment": "Der FD muss die Base64-kodierten Daten aus attachment.data extrahieren und in eine Binary-Ressource auslagern."
      },
      {
        "id": "DocumentReference.content:originaleRechnung",
        "path": "DocumentReference.content",
        "sliceName": "originaleRechnung",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.content:originaleRechnung.attachment",
        "path": "DocumentReference.content.attachment",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.content:originaleRechnung.attachment.contentType",
        "path": "DocumentReference.content.attachment.contentType",
        "comment": "Zum Zeitpunkt der Veröffentlichung werden nur PDF-Dokumente als Rechnung seitens der Leistungserbringer:in unterstützt.",
        "min": 1,
        "patternCode": "application/pdf",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.content:originaleRechnung.attachment.data",
        "path": "DocumentReference.content.attachment.data",
        "comment": "Base64-kodiertes PDF. Dieses Feld muss durch die Applikation der Leistungserbringer:in gefüllt werden.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.content:originaleRechnung.attachment.url",
        "path": "DocumentReference.content.attachment.url",
        "max": "0"
      },
      {
        "id": "DocumentReference.content:originaleRechnung.format",
        "path": "DocumentReference.content.format",
        "min": 1,
        "patternCoding": {
          "code": "originaleRechnung",
          "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-attachment-format-cs"
        },
        "mustSupport": true
      },
      {
        "id": "DocumentReference.content:strukturierterRechnungsinhalt",
        "path": "DocumentReference.content",
        "sliceName": "strukturierterRechnungsinhalt",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.content:strukturierterRechnungsinhalt.attachment",
        "path": "DocumentReference.content.attachment",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.content:strukturierterRechnungsinhalt.attachment.contentType",
        "path": "DocumentReference.content.attachment.contentType",
        "comment": "Strukturierte Rechnungsinhalte können seitens der Leistungserbringer:in sowohl als JSON als auch XML übergeben werden.",
        "min": 1,
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://gematik.de/fhir/dipag/ValueSet/dipag-restricted-mime-types-vs"
        }
      },
      {
        "id": "DocumentReference.content:strukturierterRechnungsinhalt.attachment.data",
        "path": "DocumentReference.content.attachment.data",
        "comment": "Base64-kodierte Repräsentation der Rechnungsinhalte. Alle Ressourcen sollen in einem collection Bundle zusammengefasst sein, welches durch das Profil [`DiPagRechnungsbundle`](https://gematik.de/fhir/dipag/StructureDefinition/dipag-rechnungsbundle) definiert ist. Dieses Feld muss durch die Applikation der Leistungserbringer:in gefüllt werden.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.content:strukturierterRechnungsinhalt.attachment.url",
        "path": "DocumentReference.content.attachment.url",
        "max": "0"
      },
      {
        "id": "DocumentReference.content:strukturierterRechnungsinhalt.format",
        "path": "DocumentReference.content.format",
        "min": 1,
        "patternCoding": {
          "code": "rechnungsinhalt",
          "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-attachment-format-cs"
        },
        "mustSupport": true
      },
      {
        "id": "DocumentReference.content:anhang",
        "path": "DocumentReference.content",
        "sliceName": "anhang",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.content:anhang.attachment",
        "path": "DocumentReference.content.attachment",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.content:anhang.attachment.contentType",
        "path": "DocumentReference.content.attachment.contentType",
        "comment": "Zum Zeitpunkt der Veröffentlichung werden nur PDF-Dokumente als Rechnungsanhänge seitens der Leistungserbringer:in unterstützt.",
        "min": 1,
        "patternCode": "application/pdf",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.content:anhang.attachment.data",
        "path": "DocumentReference.content.attachment.data",
        "comment": "Base64-kodiertes PDF. Dieses Feld muss durch die Applikation der Leistungserbringer:in gefüllt werden.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.content:anhang.attachment.url",
        "path": "DocumentReference.content.attachment.url",
        "max": "0"
      },
      {
        "id": "DocumentReference.content:anhang.format",
        "path": "DocumentReference.content.format",
        "min": 1,
        "patternCoding": {
          "code": "rechnungsanhang",
          "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-attachment-format-cs"
        },
        "mustSupport": true
      }
    ]
  }
}