FHIR IG analytics| Package | hl7.fhir.uv.apix |
| Resource Type | DocumentReference |
| Id | DocumentReference-docref-invoice.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference docref-invoice
version: 1.0
status: Current
docStatus: Final
type: Cover Letter
date: 2025-03-05 08:00:00+0100
description:
Financial invoice for regulatory submission review
content
Attachments
ContentType Url Size Title Creation application/pdf https://api.ema.example/binaries/invoices/INV-2025-001.pdf 450000 INV-2025-001.pdf 2025-03-05 08:00:00+0100
{
"resourceType": "DocumentReference",
"id": "docref-invoice",
"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": "1.0",
"display": "Cover Letter"
}
]
},
"date": "2025-03-05T08:00:00+01:00",
"description": "Financial invoice for regulatory submission review",
"content": [
{
"attachment": {
"contentType": "application/pdf",
"url": "https://api.ema.example/binaries/invoices/INV-2025-001.pdf",
"size": "450000",
"title": "INV-2025-001.pdf",
"creation": "2025-03-05T08:00:00+01:00"
}
}
]
}