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 Medicinal Product Definintion - XML Representation

Page standards status: Informative

Raw xml | Download


<MedicinalProductDefinition xmlns="http://hl7.org/fhir">
  <id value="example-ma"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicinalProductDefinition example-ma</b></p><a name="example-ma"> </a><a name="hcexample-ma"> </a><p><b>identifier</b>: <code>http://ema.europa.eu/identifier</code>/WONDERDRUG-500MG</p><p><b>domain</b>: <span title="Codes:{http://hl7.org/fhir/medicinal-product-domain Human}">Human use</span></p><p><b>status</b>: <span title="Codes:{http://hl7.org/fhir/publication-status active}">Active</span></p><h3>Contacts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Contact</b></td></tr><tr><td style="display: none">*</td><td><a href="Organization-org-synthpharma-ag.html">Organization SynthPharma AG</a></td></tr></table><blockquote><p><b>name</b></p><p><b>productName</b>: WonderDrug 500 mg tablets</p><blockquote><p><b>part</b></p><p><b>part</b>: WonderDrug</p><p><b>type</b>: <span title="Codes:{http://hl7.org/fhir/medicinal-product-name-part-type InventedNamePart}">Invented name part</span></p></blockquote><blockquote><p><b>part</b></p><p><b>part</b>: 500 mg</p><p><b>type</b>: <span title="Codes:{http://hl7.org/fhir/medicinal-product-name-part-type StrengthPart}">Strength part</span></p></blockquote><blockquote><p><b>part</b></p><p><b>part</b>: tablets</p><p><b>type</b>: <span title="Codes:{http://hl7.org/fhir/medicinal-product-name-part-type DoseFormPart}">Pharmaceutical dose form part</span></p></blockquote><h3>Usages</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Country</b></td><td><b>Language</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{urn:iso:std:iso:3166 EE}">Estonia</span></td><td><span title="Codes:{urn:ietf:bcp:47 et}">Estonian</span></td></tr></table></blockquote></div>
  </text>
  <identifier>
    <system value="http://ema.europa.eu/identifier"/>
    <value value="WONDERDRUG-500MG"/>
  </identifier>
  <domain>
    <coding>
      <system value="http://hl7.org/fhir/medicinal-product-domain"/>
      <code value="Human"/>
      <display value="Human use"/>
    </coding>
  </domain>
  <status>
    <coding>
      <system value="http://hl7.org/fhir/publication-status"/>
      <code value="active"/>
      <display value="Active"/>
    </coding>
  </status>
  <contact>
    <contact>🔗 
      <reference value="Organization/org-synthpharma-ag"/>
    </contact>
  </contact>
  <name>
    <productName value="WonderDrug 500 mg tablets"/>
    <part>
      <part value="WonderDrug"/>
      <type>
        <coding>
          <system
                  value="http://hl7.org/fhir/medicinal-product-name-part-type"/>
          <code value="InventedNamePart"/>
          <display value="Invented name part"/>
        </coding>
      </type>
    </part>
    <part>
      <part value="500 mg"/>
      <type>
        <coding>
          <system
                  value="http://hl7.org/fhir/medicinal-product-name-part-type"/>
          <code value="StrengthPart"/>
          <display value="Strength part"/>
        </coding>
      </type>
    </part>
    <part>
      <part value="tablets"/>
      <type>
        <coding>
          <system
                  value="http://hl7.org/fhir/medicinal-product-name-part-type"/>
          <code value="DoseFormPart"/>
          <display value="Pharmaceutical dose form part"/>
        </coding>
      </type>
    </part>
    <usage>
      <country>
        <coding>
          <system value="urn:iso:std:iso:3166"/>
          <code value="EE"/>
          <display value="Estonia"/>
        </coding>
      </country>
      <language>
        <coding>
          <system value="urn:ietf:bcp:47"/>
          <code value="et"/>
          <display value="Estonian"/>
        </coding>
      </language>
    </usage>
  </name>
</MedicinalProductDefinition>