HL7 Vietnam VN Core FHIR Implementation Guide

Hướng dẫn triển khai FHIR cốt lõi Việt Nam — VN Core FHIR Implementation Guide
0.9.0 - Draft for Community Review Viet Nam cờ

Hướng dẫn triển khai FHIR cốt lõi Việt Nam — VN Core FHIR Implementation Guide - Local Development build (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ: Phiếu nhập thuốc từ nhà cung cấp (liên thông CSDL Dược)

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


<SupplyDelivery xmlns="http://hl7.org/fhir">
  <id value="ExampleSupplyDeliveryPharmacyStockIn"/>
  <language value="vi"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: SupplyDelivery ExampleSupplyDeliveryPharmacyStockIn</b></p><a name="ExampleSupplyDeliveryPharmacyStockIn"> </a><a name="hcExampleSupplyDeliveryPharmacyStockIn"> </a><p><b>identifier</b>: PN-79001-20260715-001</p><p><b>status</b>: Delivered</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/supply-item-type medication}">Medication</span></p><h3>SuppliedItems</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Quantity</b></td><td><b>Item[x]</b></td></tr><tr><td style="display: none">*</td><td>500 viên</td><td><a href="Medication-ExampleMedicationAmoxicillin.html">Medication Amoxicillin</a></td></tr></table><p><b>occurrence</b>: 2026-07-15 08:45:00+0700</p><p><b>supplier</b>: Công ty TNHH Dược phẩm Sông Xanh (nhà cung cấp bán buôn — dữ liệu hư cấu)</p><p><b>destination</b>: Kho Nhà thuốc Bệnh viện Chợ Rẫy</p></div>
  </text>
  <identifier>
    <value value="PN-79001-20260715-001"/>
  </identifier>
  <status value="completed"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/supply-item-type"/>
      <code value="medication"/>
      <display value="Medication"/>
    </coding>
  </type>
  <suppliedItem>
    <quantity>
      <value value="500"/>
      <unit value="viên"/>
    </quantity>
    <itemReference>🔗 
      <reference value="Medication/ExampleMedicationAmoxicillin"/>
    </itemReference>
  </suppliedItem>
  <occurrenceDateTime value="2026-07-15T08:45:00+07:00"/>
  <supplier>
    <display
             value="Công ty TNHH Dược phẩm Sông Xanh (nhà cung cấp bán buôn — dữ liệu hư cấu)"/>
  </supplier>
  <destination>
    <display value="Kho Nhà thuốc Bệnh viện Chợ Rẫy"/>
  </destination>
</SupplyDelivery>