Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The ifi-annotated-data container provides Australian (AU) pharmaceutical names . It will eventually include annotated data from additional sources, such as and US pharmaceutical data from the FDA's orange book.

Info

A patch is required to access the ifi-annotated-data container. Please contact your sales representative or email support@ificlaims.com if you are interested in this upgrade.

AU Example

Code Block
languagexml
<ifi_annotated_data>
  <pharmaceuticals>
    <pharmaceutical load-source="patent-office" ingredient="Pirfenidone" brand="ESBRIET"/>
  </pharmaceuticals>
</ifi-annotated-data>

US Example

Code Block
languagexml
<ifi-annotated-data> 
  <pharmaceuticals>   
    <pharmaceutical load-source="fda" ingredient="ESLICARBAZEPINE ACETATE" brand="APTIOM" form="ORAL" route="TABLET">  
      <strengths>       
        <strength>200MG</strength>       
        <strength>400MG</strength>       
        <strength>600MG</strength>
        <strength>800MG</strength>     
      </strengths>   
    </pharmaceutical> 
  </pharmaceuticals>
</ifi-annotated-data>

...