FHIR IG analytics| Package | de.gematik.dipag |
| Resource Type | DocumentReference |
| Id | DocumentReference-BeispielDocumentReferenceRechnung3.1-FD.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "DocumentReference",
"id": "BeispielDocumentReferenceRechnung3.1-FD",
"identifier": [
{
"system": "https://gematik.de/fhir/sid/dipag-token",
"value": "123-456-987"
}
],
"status": "current",
"type": {
"coding": [
{
"code": "AM010106",
"system": "http://dvmd.de/fhir/CodeSystem/kdl",
"display": "Rechnung ambulante/stationäre Behandlung"
}
]
},
"description": "Rechnung Reiseimpfung vom 10.01.2024",
"subject": {
"identifier": {
"system": "http://fhir.de/sid/gkv/kvid-10",
"value": "A000000000"
}
},
"content": [
{
"attachment": {
"contentType": "application/pdf",
"url": "[FD-endpunkt]/Binary/pdf-mit-token-barcode"
}
},
{
"format": {
"code": "gematik-dipag"
},
"attachment": {
"contentType": "application/fhir+xml",
"url": "[FD-endpunkt]/Binary/invoice"
}
}
],
"relatesTo": [
{
"code": "transforms",
"target": {
"reference": "DocumentReference/BeispielDocumentReferenceRechnung3-LE"
}
}
]
}