HL7 Vietnam VN Core FHIR Implementation Guide

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.3.0 - STU1 Draft Viet Nam cờ

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ — Đơn thuốc tăng huyết áp (Amlodipine 5mg)

Bản thô xml | Tải xuống


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="ExampleMedicationRequestHypertension"/>
  <meta>
    <profile
             value="http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-request"/>
  </meta>
  <language value="vi"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="vi" lang="vi"><p class="res-header-id"><b>Generated Narrative: MedicationRequest ExampleMedicationRequestHypertension</b></p><a name="ExampleMedicationRequestHypertension"> </a><a name="hcExampleMedicationRequestHypertension"> </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">Language: vi</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-vn-core-medication-request.html">Đơn thuốc VN Core — VN Core MedicationRequest Profile</a></p></div><p><b>Số đăng ký thuốc (Visa) — Medication Registration Number</b>: VD-25123-18</p><p><b>status</b>: Active</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-ExampleMedicationAmlodipine.html">Medication Amlodipine</a></p><p><b>subject</b>: <a href="Patient-ExamplePatientNguyenVanAn.html">Nguyễn Văn An Male, DoB: 1985-03-15 ( Căn cước công dân: VNCCCD#001085012345)</a></p><p><b>encounter</b>: <a href="Encounter-ExampleEncounterOutpatient.html">Encounter: extension = Khám chữa bệnh ban đầu; status = finished; class = ambulatory (ActCode#AMB); period = 2026-03-19 08:30:00+0700 --&gt; 2026-03-19 11:00:00+0700; reasonCode = </a></p><p><b>authoredOn</b>: 2026-03-22</p><p><b>requester</b>: <a href="Practitioner-ExamplePractitionerBSCKII.html">Practitioner Nguyễn Thị Lan</a></p><p><b>reasonCode</b>: <span title="Codes:{http://hl7.org/fhir/sid/icd-10 I10}">Tăng huyết áp nguyên phát</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Uống 1 viên mỗi sáng, trước ăn</p><p><b>timing</b>: Morning, Once per 1 day</p><p><b>route</b>: <span title="Codes:">Uống</span></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 viên</td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 0</p><p><b>quantity</b>: 30 viên</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>30</td><td>ngày</td><td><a href="http://unitsofmeasure.org">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote><h3>Substitutions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Allowed[x]</b></td></tr><tr><td style="display: none">*</td><td>false</td></tr></table></div>
  </text>
  <extension
             url="http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-med-reg-number">
    <valueString value="VD-25123-18"/>
  </extension>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/>
      <code value="outpatient"/>
      <display value="Outpatient"/>
    </coding>
  </category>
  <medicationReference>🔗 
    <reference value="Medication/ExampleMedicationAmlodipine"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/ExamplePatientNguyenVanAn"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/ExampleEncounterOutpatient"/>
  </encounter>
  <authoredOn value="2026-03-22"/>
  <requester>🔗 
    <reference value="Practitioner/ExamplePractitionerBSCKII"/>
  </requester>
  <reasonCode>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10"/>
      <code value="I10"/>
      <display value="Essential (primary) hypertension"/>
    </coding>
    <text value="Tăng huyết áp nguyên phát"/>
  </reasonCode>
  <dosageInstruction>
    <sequence value="1"/>
    <text value="Uống 1 viên mỗi sáng, trước ăn"/>
    <timing>
      <repeat>
        <frequency value="1"/>
        <period value="1"/>
        <periodUnit value="d"/>
        <when value="MORN"/>
      </repeat>
    </timing>
    <route>
      <text value="Uống"/>
    </route>
    <doseAndRate>
      <doseQuantity>
        <value value="1"/>
        <unit value="viên"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <dispenseRequest>
    <numberOfRepeatsAllowed value="0"/>
    <quantity>
      <value value="30"/>
      <unit value="viên"/>
    </quantity>
    <expectedSupplyDuration>
      <value value="30"/>
      <unit value="ngày"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="d"/>
    </expectedSupplyDuration>
  </dispenseRequest>
  <substitution>
    <allowedBoolean value="false"/>
  </substitution>
</MedicationRequest>