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

: Example basic APIX interaction Endpoint - XML Representation

Page standards status: Informative

Raw xml | Download


<Endpoint xmlns="http://hl7.org/fhir">
  <id value="1003"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2026-02-02T00:22:09.017+00:00"/>
    <profile
             value="http://hl7.org/fhir/uv/apix/StructureDefinition/endpoint-subscription-notify"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Endpoint 1003</b></p><a name="1003"> </a><a name="hc1003"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">version: 1; Last updated: 2026-02-02 00:22:09+0000</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-endpoint-subscription-notify.html">APIX Endpoint for FHIR Subscription Notifications</a></p></div><p><b>identifier</b>: <code>regulator-system</code>/findMEanywhereUsingThisSystemAndValue</p><p><b>status</b>: Active</p><p><b>connectionType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/endpoint-connection-type hl7-fhir-subscription-notify}">hl7-fhir-subscription-notify</span></p><p><b>name</b>: Authority FHIR Subscription Notification Endpoint</p><h3>Payloads</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/endpoint-payload-type any}">Any</span></td></tr></table><p><b>address</b>: <a href="http://host.docker.internal:3001/fhir-subscription-notify">http://host.docker.internal:3001/fhir-subscription-notify</a></p></div>
  </text>
  <identifier>
    <system value="regulator-system"/>
    <value value="findMEanywhereUsingThisSystemAndValue"/>
  </identifier>
  <status value="active"/>
  <connectionType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type"/>
      <code value="hl7-fhir-subscription-notify"/>
    </coding>
  </connectionType>
  <name value="Authority FHIR Subscription Notification Endpoint"/>
  <payload>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/endpoint-payload-type"/>
        <code value="any"/>
        <display value="Any"/>
      </coding>
    </type>
  </payload>
  <address value="http://host.docker.internal:3001/fhir-subscription-notify"/>
</Endpoint>