DiPagRechnungsdokument (Binary)

Metadaten

Canonicalhttps://gematik.de/fhir/dipag/StructureDefinition/dipag-rechnungsdokument
Statusactive
Version1.0.4
Basishttp://hl7.org/fhir/StructureDefinition/Binary

Inhalt

idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
contentTypeS Σ1..1codeBinding
securityContextΣ C0..1Reference(Resource)
dataS1..1base64Binary
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="dipag-rechnungsdokument" />
<url value="https://gematik.de/fhir/dipag/StructureDefinition/dipag-rechnungsdokument" />
<version value="1.0.4" />
<name value="DiPagRechnungsdokument" />
<title value="Digitale Patientenrechnung Rechnungsdokument" />
<status value="active" />
<experimental value="false" />
<date value="2026-03-07" />
<publisher value="gematik GmbH" />
<system value="url" />
<value value="http://gematik.de/" />
</telecom>
</contact>
<fhirVersion value="4.0.1" />
<kind value="resource" />
<abstract value="false" />
<type value="Binary" />
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Binary" />
<derivation value="constraint" />
<element id="Binary.contentType">
<path value="Binary.contentType" />
<short value="MIME-Type des Dokumentes" />
<mustSupport value="true" />
<strength value="required" />
<valueSet value="https://gematik.de/fhir/dipag/ValueSet/dipag-restricted-mime-types-in-binary-vs" />
</binding>
</element>
<element id="Binary.data">
<path value="Binary.data" />
<short value="Binär-Daten" />
<comment value="PDF oder strukturierter Rechnungsinhalt als base64-kodierter String." />
<min value="1" />
<mustSupport value="true" />
</element>
</differential>
</StructureDefinition>
{
"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",
"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
}
]
}
}

Constraints/Invarianten

Terminology-Bindings

ElementStaerkeValueSet
Binary.contentTyperequiredhttps://gematik.de/fhir/dipag/ValueSet/dipag-restricted-mime-types-in-binary-vs

Anmerkungen zu Must-Support-Feldern

FeldnameKurzbeschreibungHinweise
Binary.contentTypeMIME-Type des Dokumentes
Binary.dataBinär-Daten

PDF oder strukturierter Rechnungsinhalt als base64-kodierter String.