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

API for the Exchange of Medicinal Product Information (APIX), published by Gravitate Health Project. 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

: scenario1-03-finance-invoice - XML Representation

Raw xml | Download


<Task xmlns="http://hl7.org/fhir">
  <id value="scenario1-03-finance-invoice"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2025-03-05T09:00:00+01:00"/>
    <profile
             value="http://hl7.org/fhir/uv/apix/StructureDefinition/apix-task"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Financial Review: Payment Requested (Invoice #INV-2025-001)</div>
  </text>
  <contained>
    <Organization>
      <id value="org-synthpharma-ag"/>
      <name value="SynthPharma AG"/>
    </Organization>
  </contained>
  <contained>
    <Organization>
      <id value="org-ema-srm-hmed"/>
      <name
            value="European Medicines Agency – Human Medicines Evaluation Division"/>
    </Organization>
  </contained>
  <contained>
    <DocumentReference>
      <id value="docref-invoice"/>
      <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="m1.0"/>
          <display value="Invoice"/>
        </coding>
      </type>
      <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>
  </contained>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:uuid:invoice-task-uuid"/>
  </identifier>
  <partOf>🔗 
    <reference value="Task/scenario1-01-initial-submission"/>
  </partOf>
  <status value="requested"/>
  <intent value="proposal"/>
  <code>
    <coding>
      <system value="http://hl7.org/fhir/uv/apix/CodeSystem/apix-task-code"/>
      <code value="request-payment"/>
      <display value="Request Payment"/>
    </coding>
  </code>
  <for>
    <reference value="MedicinalProductDefinition/example-ma"/>
    <display value="WonderDrug 50mg Tablets"/>
  </for>
  <authoredOn value="2025-03-05T09:00:00+01:00"/>
  <lastModified value="2025-03-05T09:00:00+01:00"/>
  <requester>
    <reference value="#org-ema-srm-hmed"/>
    <display value="European Medicines Agency"/>
  </requester>
  <requestedPerformer>
    <reference>
      <reference value="#org-synthpharma-ag"/>
      <display value="SynthPharma AG"/>
    </reference>
  </requestedPerformer>
  <input>
    <type>
      <coding>
        <system
                value="http://hl7.org/fhir/uv/apix/CodeSystem/apix-task-input-type"/>
        <code value="regulatory-document"/>
        <display value="Regulatory Document"/>
      </coding>
    </type>
    <valueReference>
      <reference value="#docref-invoice"/>
    </valueReference>
  </input>
</Task>