Beispiele
DocumentReference |
id : ExampleR5DocumentReference |
meta |
profile : https://gematik.de/fhir/erg/StructureDefinition/erg-dokumentenmetadaten |
tag |
system : https://gematik.de/fhir/erg/CodeSystem/erg-rechnungsstatus-cs |
code : offen |
display : Offen |
extension |
url : https://gematik.de/fhir/erg/StructureDefinition/erg-documentreference-rechnungsdatum |
value : 2023-09-28T13:00:00.123+02:00 |
extension |
url : https://gematik.de/fhir/erg/StructureDefinition/erg-documentreference-zahlungszieldatum |
value : 2023-10-28T13:00:00.123+02:00 |
extension |
url : https://gematik.de/fhir/erg/StructureDefinition/erg-documentreference-gesamtbetrag |
value |
value : 16.2 |
currency : EUR |
identifier |
system : http://example.com/fhir/identifiers |
value : 123456789 |
status : current |
type |
coding |
system : http://dvmd.de/fhir/CodeSystem/kdl |
code : AM010106 |
display : Rechnung ambulante/stationäre Behandlung |
subject |
display : Max Mustermann |
author |
identifier |
system : https://gematik.de/fhir/sid/telematik-id |
value : 987654321 |
display : Dr. Hausarzt |
description : Laborbefund vom 28.9.2023 |
content |
attachment |
contentType : application/pdf |
data : DIESISTNUREINBEISPIELDIESISTKEINVALIDESPDF00 |
url : http://example.com/fhir/binary/123 |
format |
system : https://gematik.de/fhir/erg/CodeSystem/erg-attachment-format-cs |
code : erechnung |
content |
attachment |
contentType : application/pdf |
url : http://example.com/fhir/binary/456 |
format |
system : https://gematik.de/fhir/erg/CodeSystem/erg-attachment-format-cs |
code : angereichertesPDF |
content |
attachment |
contentType : application/json |
data : DIESISTNUREINBEISPIELDIESISTKEINVALIDESPDF00 |
url : http://example.com/fhir/binary/789 |
format |
system : https://gematik.de/fhir/erg/CodeSystem/erg-attachment-format-cs |
code : rechnungsinhalt |
content |
attachment |
contentType : application/pdf |
data : DIESISTNUREINBEISPIELDIESISTKEINVALIDESPDF00 |
url : http://example.com/fhir/binary/101112 |
format |
system : https://gematik.de/fhir/erg/CodeSystem/erg-attachment-format-cs |
code : rechnungsanhang |
<DocumentReference xmlns="http://hl7.org/fhir"> <id value="ExampleR5DocumentReference" /> <meta> <profile value="https://gematik.de/fhir/erg/StructureDefinition/erg-dokumentenmetadaten" /> <tag> <system value="https://gematik.de/fhir/erg/CodeSystem/erg-rechnungsstatus-cs" /> <code value="offen" /> <display value="Offen" /> </tag> </meta> <extension url="https://gematik.de/fhir/erg/StructureDefinition/erg-documentreference-rechnungsdatum"> <valueDateTime value="2023-09-28T13:00:00.123+02:00" /> </extension> <extension url="https://gematik.de/fhir/erg/StructureDefinition/erg-documentreference-zahlungszieldatum"> <valueDateTime value="2023-10-28T13:00:00.123+02:00" /> </extension> <extension url="https://gematik.de/fhir/erg/StructureDefinition/erg-documentreference-gesamtbetrag"> <valueMoney> <value value="16.2" /> <currency value="EUR" /> </valueMoney> </extension> <identifier> <system value="http://example.com/fhir/identifiers" /> <value value="123456789" /> </identifier> <status value="current" /> <type> <coding> <system value="http://dvmd.de/fhir/CodeSystem/kdl" /> <code value="AM010106" /> <display value="Rechnung ambulante/stationäre Behandlung" /> </coding> </type> <subject> <display value="Max Mustermann" /> </subject> <author> <identifier> <system value="https://gematik.de/fhir/sid/telematik-id" /> <value value="987654321" /> </identifier> <display value="Dr. Hausarzt" /> </author> <description value="Laborbefund vom 28.9.2023" /> <content> <attachment> <contentType value="application/pdf" /> <data value="DIESISTNUREINBEISPIELDIESISTKEINVALIDESPDF00" /> <url value="http://example.com/fhir/binary/123" /> </attachment> <format> <system value="https://gematik.de/fhir/erg/CodeSystem/erg-attachment-format-cs" /> <code value="erechnung" /> </format> </content> <content> <attachment> <contentType value="application/pdf" /> <url value="http://example.com/fhir/binary/456" /> </attachment> <format> <system value="https://gematik.de/fhir/erg/CodeSystem/erg-attachment-format-cs" /> <code value="angereichertesPDF" /> </format> </content> <content> <attachment> <contentType value="application/json" /> <data value="DIESISTNUREINBEISPIELDIESISTKEINVALIDESPDF00" /> <url value="http://example.com/fhir/binary/789" /> </attachment> <format> <system value="https://gematik.de/fhir/erg/CodeSystem/erg-attachment-format-cs" /> <code value="rechnungsinhalt" /> </format> </content> <content> <attachment> <contentType value="application/pdf" /> <data value="DIESISTNUREINBEISPIELDIESISTKEINVALIDESPDF00" /> <url value="http://example.com/fhir/binary/101112" /> </attachment> <format> <system value="https://gematik.de/fhir/erg/CodeSystem/erg-attachment-format-cs" /> <code value="rechnungsanhang" /> </format> </content> </DocumentReference>
{ "resourceType": "DocumentReference", "id": "ExampleR5DocumentReference", "meta": { "tag": [ { "code": "offen", "system": "https://gematik.de/fhir/erg/CodeSystem/erg-rechnungsstatus-cs", "display": "Offen" } ], "profile": [ "https://gematik.de/fhir/erg/StructureDefinition/erg-dokumentenmetadaten" ] }, "status": "current", "type": { "coding": [ { "system": "http://dvmd.de/fhir/CodeSystem/kdl", "code": "AM010106", "display": "Rechnung ambulante/stationäre Behandlung" } ] }, "extension": [ { "url": "https://gematik.de/fhir/erg/StructureDefinition/erg-documentreference-rechnungsdatum", "valueDateTime": "09/28/2023 11:00:00" }, { "url": "https://gematik.de/fhir/erg/StructureDefinition/erg-documentreference-zahlungszieldatum", "valueDateTime": "10/28/2023 11:00:00" }, { "url": "https://gematik.de/fhir/erg/StructureDefinition/erg-documentreference-gesamtbetrag", "valueMoney": { "value": 16.2, "currency": "EUR" } } ], "author": [ { "identifier": { "system": "https://gematik.de/fhir/sid/telematik-id", "value": "987654321" }, "display": "Dr. Hausarzt" } ], "content": [ { "format": { "code": "erechnung", "system": "https://gematik.de/fhir/erg/CodeSystem/erg-attachment-format-cs" }, "attachment": { "contentType": "application/pdf", "data": "DIESISTNUREINBEISPIELDIESISTKEINVALIDESPDF00", "url": "http://example.com/fhir/binary/123" } }, { "format": { "code": "angereichertesPDF", "system": "https://gematik.de/fhir/erg/CodeSystem/erg-attachment-format-cs" }, "attachment": { "contentType": "application/pdf", "url": "http://example.com/fhir/binary/456" } }, { "format": { "code": "rechnungsinhalt", "system": "https://gematik.de/fhir/erg/CodeSystem/erg-attachment-format-cs" }, "attachment": { "contentType": "application/json", "data": "DIESISTNUREINBEISPIELDIESISTKEINVALIDESPDF00", "url": "http://example.com/fhir/binary/789" } }, { "format": { "code": "rechnungsanhang", "system": "https://gematik.de/fhir/erg/CodeSystem/erg-attachment-format-cs" }, "attachment": { "contentType": "application/pdf", "data": "DIESISTNUREINBEISPIELDIESISTKEINVALIDESPDF00", "url": "http://example.com/fhir/binary/101112" } } ], "identifier": [ { "system": "http://example.com/fhir/identifiers", "value": "123456789" } ], "description": "Laborbefund vom 28.9.2023", "subject": { "display": "Max Mustermann" } }