FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.apix
Resource TypeDocumentReference
IdDocumentReference-docref-payment-proof.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

RelatesTos

-CodeTarget
*AppendsInvoice #INV-2025-001

content

Attachments

-ContentTypeUrlSizeTitleCreation
*application/pdfhttps://api.synthpharma.example/binaries/payments/confirm-inv-2025-001.pdf280000Payment-Confirmation.pdf2025-03-06 13:30:00+0100

Source1

{
  "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"
      }
    }
  ]
}