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

: Invoice #INV-2025-001 - XML Representation

Page standards status: Informative

Raw xml | Download


<DocumentReference xmlns="http://hl7.org/fhir">
  <id value="docref-invoice"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: DocumentReference docref-invoice</b></p><a name="docref-invoice"> </a><a name="hcdocref-invoice"> </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:{http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section 1.0}">Cover Letter</span></p><p><b>date</b>: 2025-03-05 08:00:00+0100</p><p><b>description</b>: </p><div><p>Financial invoice for regulatory submission review</p>
</div><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.ema.example/binaries/invoices/INV-2025-001.pdf">https://api.ema.example/binaries/invoices/INV-2025-001.pdf</a></td><td>450000</td><td>INV-2025-001.pdf</td><td>2025-03-05 08:00:00+0100</td></tr></table></blockquote></div>
  </text>
  <version value="1.0"/>
  <status value="current"/>
  <docStatus value="final"/>
  <type>
    <coding>
      <system value="http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section"/>
      <code value="1.0"/>
      <display value="Cover Letter"/>
    </coding>
  </type>
  <date value="2025-03-05T08:00:00+01:00"/>
  <description value="Financial invoice for regulatory submission review"/>
  <content>
    <attachment>
      <contentType value="application/pdf"/>
      <url
           value="https://api.ema.example/binaries/invoices/INV-2025-001.pdf"/>
      <size value="450000"/>
      <title value="INV-2025-001.pdf"/>
      <creation value="2025-03-05T08:00:00+01:00"/>
    </attachment>
  </content>
</DocumentReference>