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

: Organization example with Endpoint - XML Representation

Page standards status: Informative

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="1002"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2026-02-02T00:22:09.017+00:00"/>
    <profile
             value="http://hl7.org/fhir/uv/apix/StructureDefinition/apix-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization 1002</b></p><a name="1002"> </a><a name="hc1002"> </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-apix-organization.html">APIX Organization</a></p></div><p><b>identifier</b>: <code>http://somesystemRegulator</code>/110</p><p><b>name</b>: Stupendous Regulator</p><h3>Contacts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style="display: none">*</td><td>ph: 8018425555, fax: 8018425556, <a href="mailto:mushi@gaipan.gov">mushi@gaipan.gov</a></td><td>789 Six-seven MO 90129 USA </td></tr></table><p><b>endpoint</b>: <a href="Endpoint-1003.html">Subscription notification endpoint</a></p></div>
  </text>
  <identifier>
    <system value="http://somesystemRegulator"/>
    <value value="110"/>
  </identifier>
  <name value="Stupendous Regulator"/>
  <contact>
    <telecom>
      <system value="phone"/>
      <value value="8018425555"/>
    </telecom>
    <telecom>
      <system value="fax"/>
      <value value="8018425556"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="mushi@gaipan.gov"/>
    </telecom>
    <address>
      <line value="789"/>
      <city value="Six-seven"/>
      <state value="MO"/>
      <postalCode value="90129"/>
      <country value="USA"/>
    </address>
  </contact>
  <endpoint>🔗 
    <reference value="Endpoint/1003"/>
    <display value="Subscription notification endpoint"/>
  </endpoint>
</Organization>