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-medicationrequest-example-01 - XML Representation

Page standards status: Informative

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="krcore-medicationrequest-example-01"/>
  <meta>
    <profile
             value="http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medicationrequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest krcore-medicationrequest-example-01</b></p><a name="krcore-medicationrequest-example-01"> </a><a name="hckrcore-medicationrequest-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-medicationrequest.html">KR Core MedicationRequest Profile</a></p></div><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category outpatient}">Outpatient</span></p><p><b>medication</b>: <a href="Medication-krcore-medication-example-01.html">Medication 케토라신정(케토롤락트로메타민)_(10mg/1정)</a></p><p><b>subject</b>: <a href="Patient-krcore-patient-example-01.html">박아픔 Male, DoB: 2001-01-01 ( Medical record number)</a></p><p><b>encounter</b>: <a href="Encounter-krcore-encounter-example-01.html">Encounter: extension = 건강보험; identifier = urn:oid:1.2.3.4.5.6#example-encounter-id-01; status = finished; class = ambulatory (ActCode#AMB); period = 2023-04-30 --&gt; (ongoing)</a></p><p><b>authoredOn</b>: 2023-04-30</p><p><b>requester</b>: <a href="Practitioner-krcore-medicaldoctor-example-01.html">Practitioner 김의사</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 하루 3알 복용</p><p><b>timing</b>: 3 per 1 day</p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>1 알<span style="background: LightGoldenRodYellow"> (Details: UCUM  code{tbl} = '{tbl}')</span></td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>quantity</b>: 21 알<span style="background: LightGoldenRodYellow"> (Details: UCUM  code{tbl} = '{tbl}')</span></p><h3>ExpectedSupplyDurations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td>7</td><td>일</td><td><a href="http://terminology.hl7.org/6.4.0/CodeSystem-v3-ucum.html">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>
  </text>
  <status value="completed"/>
  <intent value="order"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/>
      <code value="outpatient"/>
    </coding>
  </category>
  <medicationReference>🔗 
    <reference value="Medication/krcore-medication-example-01"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/krcore-patient-example-01"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/krcore-encounter-example-01"/>
  </encounter>
  <authoredOn value="2023-04-30"/>
  <requester>🔗 
    <reference value="Practitioner/krcore-medicaldoctor-example-01"/>
  </requester>
  <dosageInstruction>
    <text value="하루 3알 복용"/>
    <timing>
      <repeat>
        <frequency value="3"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <doseAndRate>
      <doseQuantity>
        <value value="1"/>
        <unit value="알"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="{tbl}"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <dispenseRequest>
    <quantity>
      <value value="21"/>
      <unit value="알"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="{tbl}"/>
    </quantity>
    <expectedSupplyDuration>
      <value value="7"/>
      <unit value="일"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="d"/>
    </expectedSupplyDuration>
  </dispenseRequest>
</MedicationRequest>