KR Core Implementation Guide
2.0.0-preview - STU2
KR Core Implementation Guide - Local Development build (v2.0.0-preview) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Page standards status: Informative |
<Medication xmlns="http://hl7.org/fhir">
<id value="krcore-medication-example-01"/>
<meta>
<profile
value="http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medication"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication krcore-medication-example-01</b></p><a name="krcore-medication-example-01"> </a><a name="hckrcore-medication-example-01"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-krcore-medication.html">KR Core Medication Profile</a></p></div><p><b>code</b>: <span title="Codes:{http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication 653400910}">케토라신정(케토롤락트로메타민)_(10mg/1정)</span></p><h3>Ingredients</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Item[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://www.whocc.no/atc M01AB15}">Ketorolac</span></td></tr></table></div>
</text>
<code>
<coding>
<system
value="http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication"/>
<code value="653400910"/>
<display value="케토라신정(케토롤락트로메타민)_(10mg/1정)"/>
</coding>
</code>
<ingredient>
<itemCodeableConcept>
<coding>
<system value="http://www.whocc.no/atc"/>
<code value="M01AB15"/>
<display value="Ketorolac"/>
</coding>
</itemCodeableConcept>
</ingredient>
</Medication>