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
Hướng dẫn triển khai FHIR cốt lõi Việt Nam — VN Core FHIR Implementation Guide - Draft for Community Review (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "SupplyDelivery",
"id" : "ExampleSupplyDeliveryPharmacyStockIn",
"language" : "vi",
"text" : {
"status" : "generated",
"div" : "<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>"
},
"identifier" : [
{
"value" : "PN-79001-20260715-001"
}
],
"status" : "completed",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/supply-item-type",
"code" : "medication",
"display" : "Medication"
}
]
},
"suppliedItem" : {
"quantity" : {
"value" : 500,
"unit" : "viên"
},
"itemReference" : {
🔗 "reference" : "Medication/ExampleMedicationAmoxicillin"
}
},
"occurrenceDateTime" : "2026-07-15T08:45:00+07:00",
"supplier" : {
"display" : "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)"
},
"destination" : {
"display" : "Kho Nhà thuốc Bệnh viện Chợ Rẫy"
}
}