International Patient Access, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-ipa/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<Medication xmlns="http://hl7.org/fhir">
<id value="MedExample1"/>
<meta>
<profile
value="http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medication"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication MedExample1</b></p><a name="MedExample1"> </a><a name="hcMedExample1"> </a><a name="MedExample1-en-US"> </a><p><b>code</b>: <span title="Codes:{http://hl7.org/fhir/sid/ndc 16590-619-30}">PERCOCET, 30 TABLET in 1 BOTTLE (16590-619-30) (package)</span></p><p><b>form</b>: <span title="Codes:{http://snomed.info/sct 385055001}">Tablet</span></p><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 82063}">oxyCODONE hydrochloride</span></p><p><b>strength</b>: 5 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM codemg = 'mg')</span>/1(unit TAB from http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm)<span style="background: LightGoldenRodYellow"> (Details: Orderable Drug Form codeTAB = 'Tablet')</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 161}">Acetaminophen</span></p><p><b>strength</b>: 325 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM codemg = 'mg')</span>/1(unit TAB from http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm)<span style="background: LightGoldenRodYellow"> (Details: Orderable Drug Form codeTAB = 'Tablet')</span></p></blockquote><h3>Batches</h3><table class="grid"><tr><td style="display: none">-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td style="display: none">*</td><td>658484</td><td>2020-07-31</td></tr></table></div>
</text>
<code>
<coding>
<system value="http://hl7.org/fhir/sid/ndc"/>
<code value="16590-619-30"/>
<display
value="PERCOCET, 30 TABLET in 1 BOTTLE (16590-619-30) (package)"/>
</coding>
</code>
<form>
<coding>
<system value="http://snomed.info/sct"/>
<code value="385055001"/>
<display value="Tablet"/>
</coding>
</form>
<ingredient>
<itemCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="82063"/>
<display value="oxyCODONE hydrochloride"/>
</coding>
</itemCodeableConcept>
<strength>
<numerator>
<value value="5"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</numerator>
<denominator>
<value value="1"/>
<system
value="http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"/>
<code value="TAB"/>
</denominator>
</strength>
</ingredient>
<ingredient>
<itemCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="161"/>
<display value="Acetaminophen"/>
</coding>
</itemCodeableConcept>
<strength>
<numerator>
<value value="325"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</numerator>
<denominator>
<value value="1"/>
<system
value="http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"/>
<code value="TAB"/>
</denominator>
</strength>
</ingredient>
<batch>
<lotNumber value="658484"/>
<expirationDate value="2020-07-31"/>
</batch>
</Medication>