電子病歷交換單張實作指引(EMR-IG)
0.1.0 - ci-build
This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
<Medication xmlns="http://hl7.org/fhir">
<id value="med-01-ds"/>
<meta>
<profile
value="https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Medication-DS"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication med-01-ds</b></p><a name="med-01-ds"> </a><a name="hcmed-01-ds"> </a><a name="med-01-ds-en-US"> </a><p><b>identifier</b>: 1</p><p><b>code</b>: <span title="Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw A000015421}">YEN KUANG EYE DROPS</span></p><p><b>form</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm TAB}">TAB</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:">Alemtuzamab (substance)</span></td><td>250 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM codemg = 'mg')</span>/250 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM codemg = 'mg')</span></td></tr></table></div>
</text>
<identifier>
<value value="1"/>
</identifier>
<code>
<coding>
<system
value="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw"/>
<code value="A000015421"/>
</coding>
<text value="YEN KUANG EYE DROPS"/>
</code>
<form>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"/>
<code value="TAB"/>
</coding>
<text value="TAB"/>
</form>
<ingredient>
<itemCodeableConcept>
<coding>
<display value="Alemtuzamab (substance)"/>
</coding>
</itemCodeableConcept>
<strength>
<numerator>
<value value="250"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</numerator>
<denominator>
<value value="250"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</denominator>
</strength>
</ingredient>
</Medication>