API for the Exchange of Medicinal Product Information (APIX)
0.1.0 - ci-build International flag

API for the Exchange of Medicinal Product Information (APIX), published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/APIX---API-Exchange-for-Medicinal-Products/ and changes regularly. See the Directory of published versions

: docref payment proof - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "docref-payment-proof",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference docref-payment-proof</b></p><a name=\"docref-payment-proof\"> </a><a name=\"hcdocref-payment-proof\"> </a><p><b>version</b>: 1.0</p><p><b>status</b>: Current</p><p><b>docStatus</b>: Final</p><p><b>type</b>: <span title=\"Codes:\">Proof of Payment</span></p><h3>RelatesTos</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Target</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">appends</span></td><td><a href=\"DocumentReference-docref-invoice.html\">Invoice #INV-2025-001</a></td></tr></table><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Size</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"https://api.synthpharma.example/binaries/payments/confirm-inv-2025-001.pdf\">https://api.synthpharma.example/binaries/payments/confirm-inv-2025-001.pdf</a></td><td>280000</td><td>Payment-Confirmation.pdf</td><td>2025-03-06 13:30:00+0100</td></tr></table></blockquote></div>"
  },
  "version" : "1.0",
  "status" : "current",
  "docStatus" : "final",
  "type" : {
    "coding" : [
      {
        "code" : "m1.0",
        "display" : "Proof of Payment"
      }
    ]
  },
  "relatesTo" : [
    {
      "code" : {
        "coding" : [
          {
            "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"
      }
    }
  ]
}