Canonical Resource Management Infrastructure Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 1.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/crmi-ig/ and changes regularly. See the Directory of published versions
<Medication xmlns="http://hl7.org/fhir">
<id value="definition-example"/>
<meta>
<profile
value="http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-medicationdefinition"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication definition-example</b></p><a name="definition-example"> </a><a name="hcdefinition-example"> </a><a name="definition-example-en-US"> </a><p><b>Artifact URL</b>: <a href="http://example.org/Medication/definition-example">http://example.org/Medication/definition-example</a></p><p><b>ArtifactVersion</b>: 1.0.0</p><p><b>code</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 308047}">alprazolam 0.25 MG Oral Tablet</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><span title="Codes:{http://snomed.info/sct 386983007}">Alprazolam (substance)</span></td><td>0.25 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM codemg = 'mg')</span>/1 Tablet<span style="background: LightGoldenRodYellow"> (Details: SNOMED CT code385055001 = 'Tablet')</span></td></tr></table></div>
</text>
<extension url="http://hl7.org/fhir/StructureDefinition/artifact-url">
<valueUri value="http://example.org/Medication/definition-example"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/artifact-version">
<valueString value="1.0.0"/>
</extension>
<code>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="308047"/>
<display value="alprazolam 0.25 MG Oral Tablet"/>
</coding>
</code>
<form>
<coding>
<system value="http://snomed.info/sct"/>
<code value="385055001"/>
<display value="Tablet (basic dose form)"/>
</coding>
</form>
<ingredient>
<itemCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="386983007"/>
<display value="Alprazolam (substance)"/>
</coding>
</itemCodeableConcept>
<strength>
<numerator>
<value value="0.25"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</numerator>
<denominator>
<value value="1"/>
<unit value="Tablet"/>
<system value="http://snomed.info/sct"/>
<code value="385055001"/>
</denominator>
</strength>
</ingredient>
</Medication>