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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypeStructureDefinition
IdStructureDefinition-dipag-rechnungsdokument.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.dipag@1.0.4&canonical=https://gematik.de/fhir/dipag/StructureDefinition/dipag-rechnungsdokument
URLhttps://gematik.de/fhir/dipag/StructureDefinition/dipag-rechnungsdokument
Version1.0.4
Statusactive
Date2026-03-07
NameDiPagRechnungsdokument
TitleDigitale Patientenrechnung Rechnungsdokument
Realmde
TypeBinary
Kindresource

Resources that use this resource

CapabilityStatement
de.gematik.dipag#1.0.4DiPagCapabilityStatementFDCapabilityStatement Fachdienst E-Rechnnung

Resources that this resource uses

ValueSet
de.gematik.dipag#1.0.4dipag-restricted-mime-types-in-binary-vsDigitale Patientenrechnung Restricted Mime Types in Binary

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "dipag-rechnungsdokument",
  "url": "https://gematik.de/fhir/dipag/StructureDefinition/dipag-rechnungsdokument",
  "version": "1.0.4",
  "name": "DiPagRechnungsdokument",
  "title": "Digitale Patientenrechnung Rechnungsdokument",
  "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": "Binary",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Binary",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Binary.contentType",
        "path": "Binary.contentType",
        "short": "MIME-Type des Dokumentes",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://gematik.de/fhir/dipag/ValueSet/dipag-restricted-mime-types-in-binary-vs"
        }
      },
      {
        "id": "Binary.data",
        "path": "Binary.data",
        "short": "Binär-Daten",
        "comment": "PDF oder strukturierter Rechnungsinhalt als base64-kodierter String.",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}