CH LAB-Order (R4)
3.0.0-ci-build - ci-build
CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-order/ and changes regularly. See the Directory of published versions
<Medication xmlns="http://hl7.org/fhir">
<id value="Aspirin"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication Aspirin</b></p><a name="Aspirin"> </a><a name="hcAspirin"> </a><a name="Aspirin-en-US"> </a><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 774656009}">Product containing only aspirin (medicinal product)</span></p><p><b>form</b>: <span title="Codes:{http://snomed.info/sct 385055001}">Tablet (basic dose form)</span></p><h3>Ingredients</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style="display: none">*</td><td><a href="#hcAspirin/sub02">Substance Aspirin (substance)</a></td><td>250 milligram<span style="background: LightGoldenRodYellow"> (Details: UCUM codemg = 'mg')</span>/1 Tablet (unit of presentation)<span style="background: LightGoldenRodYellow"> (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)')</span></td></tr></table><hr/><blockquote><p class="res-header-id"><b>Generated Narrative: Substance #sub02</b></p><a name="Aspirin/sub02"> </a><a name="hcAspirin/sub02"> </a><a name="Aspirin/sub02-en-US"> </a><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 387458008}">Aspirin (substance)</span></p></blockquote></div>
</text>
<contained>
<Substance>
<id value="sub02"/>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="387458008"/>
<display value="Aspirin (substance)"/>
</coding>
</code>
</Substance>
</contained>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="774656009"/>
<display value="Product containing only aspirin (medicinal product)"/>
</coding>
</code>
<form>
<coding>
<system value="http://snomed.info/sct"/>
<code value="385055001"/>
<display value="Tablet (basic dose form)"/>
</coding>
</form>
<ingredient>
<itemReference>
<reference value="#sub02"/>
</itemReference>
<strength>
<numerator>
<value value="250"/>
<unit value="milligram"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</numerator>
<denominator>
<value value="1"/>
<unit value="Tablet (unit of presentation)"/>
<system value="http://snomed.info/sct"/>
<code value="732936001"/>
</denominator>
</strength>
</ingredient>
</Medication>