Release 5 Draft Ballot

This page is part of the FHIR Specification (v4.6.0: R5 Draft Ballot). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Ingredient-example-specified-substance.xml

Biomedical Research and Regulation Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Not linked to any defined compartments

Raw XML (canonical form + also see XML Format Specification)

Jump past Narrative

Example of a film-coated tablet, using a "specified substance" (id = "example")

<?xml version="1.0" encoding="UTF-8"?>

<Ingredient xmlns="http://hl7.org/fhir">
  <id value="example"/> 
  <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative</b> </p> <p> <b> role</b> : <span> ActiveBase</span> </p> <p> <b> manufacturer</b> : <a> Organization/example</a> </p> <blockquote> <p> <b> specifiedSubstance</b> </p> <h3> Codes</h3> <table> <tr> <td> -</td> </tr> <tr> <td> *</td> </tr> </table> <p> <b> group</b> : <span> 2</span> </p> </blockquote> <blockquote> <p> <b> specifiedSubstance</b> </p> <h3> Codes</h3> <table> <tr> <td> -</td> </tr> <tr> <td> *</td> </tr> </table> <p> <b> group</b> : <span> 2</span> </p> </blockquote> </div> </text> <role> 
    <coding> 
      <system value="http://ema.europa.eu/example/ingredientRole"/> 
      <code value="ActiveBase"/> 
    </coding> 
  </role> 
  <manufacturer> 
    <reference value="Organization/example"/> 
  </manufacturer> 
  <!--    specifiedSubstance, only used if a "specified substance" is needed, which is a substance
   that has some extra features, such as a specific manufacturer, grade, or preparation 
     -->
  <!--    can be multiple, these are alternatives to each other    -->
  <specifiedSubstance> 
    <code> 
      <concept> 
      <coding> 
        <system value="http://ema.europa.eu/example/specifiedSubstance"/> 
        <code value="equixabanCompany1"/> 
      </coding> 
      </concept> 
    </code> 
    <!--    group states the type of extra information, according to ISO 11238    -->
    <group> 
      <coding> 
        <system value="http://ema.europa.eu/example/specifiedSubstanceGroup"/> 
        <code value="2"/> 
      </coding> 
    </group> 
  </specifiedSubstance> 
  <specifiedSubstance> 
    <code> 
      <concept> 
      <coding> 
        <system value="http://ema.europa.eu/example/specifiedSubstance"/> 
        <code value="equixabanCompany2"/> 
      </coding> 
      </concept> 
    </code> 
    <group> 
      <coding> 
        <system value="http://ema.europa.eu/example/specifiedSubstanceGroup"/> 
        <code value="2"/> 
      </coding> 
    </group> 
  </specifiedSubstance> 
</Ingredient> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.