KR Core Implementation Guide
2.0.0-preview - STU2 Korea, Republic of flag

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

: krcore-medication-example-02 - XML Representation

Page standards status: Informative

Raw xml | Download


<Medication xmlns="http://hl7.org/fhir">
  <id value="krcore-medication-example-02"/>
  <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-02</b></p><a name="krcore-medication-example-02"> </a><a name="hckrcore-medication-example-02"> </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 641907350}">듀카로정60/5/5밀리그램_(1정)</span></p><p><b>status</b>: Active</p><p><b>form</b>: <span title="Codes:{http://snomed.info/sct 385055001}">Tablet (basic dose form)</span></p><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title="Codes:{http://www.whocc.no/atc C10BX}">Lipid modifying agents in combination with other drugs</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title="Codes:{http://snomed.info/sct 384976003}">Amlodipine besilate (substance)</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title="Codes:{http://snomed.info/sct 406435003}">Rosuvastatin calcium (substance)</span></p></blockquote></div>
  </text>
  <code>
    <coding>
      <system
              value="http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication"/>
      <code value="641907350"/>
      <display value="듀카로정60/5/5밀리그램_(1정)"/>
    </coding>
  </code>
  <status value="active"/>
  <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://www.whocc.no/atc"/>
        <code value="C10BX"/>
        <display
                 value="Lipid modifying agents in combination with other drugs"/>
      </coding>
    </itemCodeableConcept>
  </ingredient>
  <ingredient>
    <itemCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="384976003"/>
        <display value="Amlodipine besilate (substance)"/>
      </coding>
    </itemCodeableConcept>
  </ingredient>
  <ingredient>
    <itemCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="406435003"/>
        <display value="Rosuvastatin calcium (substance)"/>
      </coding>
    </itemCodeableConcept>
  </ingredient>
</Medication>