QI-Core Implementation Guide: STU 4 (v4.0.0 for FHIR 4.0.1)

QI-Core Implementation Guide - This is the current published version.. See the Directory of published versions

Substance/example

Formats: Narrative, XML, JSON, Turtle

Raw xml


<Substance xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-substance"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>meta</b>: </p><p><b>identifier</b>: 1463</p><p><b>status</b>: active</p><p><b>category</b>: Allergen <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/substance-category code 'allergen' = 'Allergen', given as 'Allergen'})</span></p><p><b>code</b>: apitoxin (Honey Bee Venom) <span style="background: LightGoldenRodYellow">(Details )</span></p><h3>Ingredients</h3><table class="grid"><tr><td>-</td><td><b>Quantity</b></td><td><b>Substance[x]</b></td></tr><tr><td>*</td><td>0.150 mg/1</td><td><a href="Substance-example.html">Generated Summary: id: example; 1463; status: active; <span title="Codes: {http://terminology.hl7.org/CodeSystem/substance-category allergen}">Allergen</span>; <span title="Codes: ">apitoxin (Honey Bee Venom)</span></a></td></tr></table></div>
  </text>
  <identifier>
    <system value="http://acme.org/identifiers/substances"/>
    <value value="1463"/>
  </identifier>
  <status value="active"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/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/example"/>
    </substanceReference>
  </ingredient>
</Substance>