This page is part of the Quality Improvement Core Framework (v2.1.0: STU 3 Ballot 1) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

This is a pre-release (ballot version) of what is now QICore STU 3. For a full list of available versions, see the Directory of published versions .

Example: Substance-qicore-substance-example

Formats: XML, JSON, Turtle


<Substance xmlns="http://hl7.org/fhir">
  <id value="qicore-substance-example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
	  <p> <strong> Generated Narrative with Details</strong> </p> 
	  <p> <strong> id</strong> : example</p> <p> <strong> identifier</strong> : 1463</p> <p> <strong> status</strong> : active</p> 
	  <p> <strong> category</strong> : Allergen <span> (Details : {http://hl7.org.fhir/substance-category code 'allergen' = 'allergen', given as 'Allergen'})</span> </p> 
	  <p> <strong> code</strong> : apitoxin (Honey Bee Venom) <span> (Details )</span> </p> 
	  <p> <strong> ingredient</strong> : 0.150 mg of apitoxin </p>
	</div>
  </text>
  <identifier>
    <system value="http://acme.org/identifiers/substances"/>
    <value value="1463"/>
  </identifier>
  <status value="active"/>
  <category>
    <coding>
      <system value="http://hl7.org.fhir/substance-category"/>
      <code value="allergen"/>
      <display value="Allergen"/>
    </coding>
  </category>
  <code>
    <text value="apitoxin (Honey Bee Venom)"/>
  </code>
  <ingredient>
    <quantity>
      <numerator>
        <value value="0.150"/>
        <unit value="mg"/>
      </numerator>
      <denominator>
        <value value="1"/>
      </denominator>
    </quantity>
    <substanceReference>
      <reference value="Substance/qicore-substance-example"/>
    </substanceReference>
  </ingredient>
</Substance>