FHIR IG analytics| Package | hl7.fhir.uv.apix |
| Resource Type | DocumentReference |
| Id | DocumentReference-docref-payment-proof.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference docref-payment-proof
Language: en
version: 1.0
status: Current
docStatus: Final
type: Proof of Payment
| Code | Target |
| Appends | Invoice #INV-2025-001 |
content
Attachments
ContentType Url Size Title Creation application/pdf https://api.synthpharma.example/binaries/payments/confirm-inv-2025-001.pdf 280000 Payment-Confirmation.pdf 2025-03-06 13:30:00+0100
{
"resourceType": "DocumentReference",
"id": "docref-payment-proof",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"version": "1.0",
"status": "current",
"docStatus": "final",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section",
"code": "proof-Of-payment",
"display": "Proof of Payment"
}
]
},
"relatesTo": [
{
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/document-relationship-type",
"code": "appends"
}
]
},
"target": {
"reference": "DocumentReference/docref-invoice",
"display": "Invoice #INV-2025-001"
}
}
],
"content": [
{
"attachment": {
"contentType": "application/pdf",
"url": "https://api.synthpharma.example/binaries/payments/confirm-inv-2025-001.pdf",
"size": "280000",
"title": "Payment-Confirmation.pdf",
"creation": "2025-03-06T13:30:00+01:00"
}
}
]
}