HL7 Vietnam VN Core FHIR Implementation Guide

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

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

: Ví dụ: Tiền sử dùng thuốc — Amlodipine

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


<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="ExampleMedicationStatementAmlodipine"/>
  <meta>
    <profile
             value="http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-statement"/>
    <profile
             value="http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationStatement-uv-ips"/>
  </meta>
  <language value="vi"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationStatement ExampleMedicationStatementAmlodipine</b></p><a name="ExampleMedicationStatementAmlodipine"> </a><a name="hcExampleMedicationStatementAmlodipine"> </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">Profiles: <a href="StructureDefinition-vn-core-medication-statement.html">Tiền sử dùng thuốc VN Core — VN Core MedicationStatement Profile</a>, <a href="http://hl7.org/fhir/uv/ips/STU2/StructureDefinition-MedicationStatement-uv-ips.html">MedicationStatement (IPS)</a></p></div><p><b>status</b>: Active</p><p><b>medication</b>: <span title="Codes:{http://www.whocc.no/atc C08CA01}">Amlodipine 5mg viên nén</span></p><p><b>subject</b>: <a href="Patient-ExamplePatientNguyenVanAn.html">Nguyễn Văn An</a></p><p><b>context</b>: <a href="Encounter-ExampleEncounterOutpatient.html">Encounter: extension = Khám chữa bệnh ban đầu; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-03-19-NGT-0207; status = finished; class = ambulatory (v3 Code System ActCode#AMB); period = 2026-03-19 08:30:00+0700 --&gt; 2026-03-19 11:00:00+0700; reasonCode = </a></p><p><b>effective</b>: 2026-01-15 --&gt; (ongoing)</p><p><b>dateAsserted</b>: 2026-03-19</p><h3>Dosages</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td><td><b>Route</b></td></tr><tr><td style="display: none">*</td><td>Uống 1 viên 5mg, 1 lần/ngày, buổi sáng</td><td><span title="Codes:{http://snomed.info/sct 26643006}">Uống</span></td></tr></table></div>
  </text>
  <status value="active"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.whocc.no/atc"/>
      <code value="C08CA01"/>
      <display value="Amlodipine"/>
    </coding>
    <text value="Amlodipine 5mg viên nén"/>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/ExamplePatientNguyenVanAn"/>
    <display value="Nguyễn Văn An"/>
  </subject>
  <context>🔗 
    <reference value="Encounter/ExampleEncounterOutpatient"/>
  </context>
  <effectivePeriod>
    <start value="2026-01-15"/>
  </effectivePeriod>
  <dateAsserted value="2026-03-19"/>
  <dosage>
    <text value="Uống 1 viên 5mg, 1 lần/ngày, buổi sáng"/>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
        <display value="Oral route"/>
      </coding>
      <text value="Uống"/>
    </route>
  </dosage>
</MedicationStatement>