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 - Local Development build (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "MedicationDispense",
"id" : "ExampleMedicationDispenseRetailPharmacy",
"meta" : {
"profile" : [
🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-dispense"
]
},
"language" : "vi",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense ExampleMedicationDispenseRetailPharmacy</b></p><a name=\"ExampleMedicationDispenseRetailPharmacy\"> </a><a name=\"hcExampleMedicationDispenseRetailPharmacy\"> </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-vn-core-medication-dispense.html\">Cấp phát thuốc VN Core — VN Core Medication Dispense Profile</a></p></div><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category community}\">Community</span></p><p><b>medication</b>: <a href=\"Medication-ExampleMedicationAmoxicillin.html\">Amoxicillin 500mg viên nang — hộp 20 viên</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><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Organization-ExampleOrganizationRetailPharmacy.html\">Organization Nhà thuốc Bệnh viện Chợ Rẫy</a></td></tr></table><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-ExampleMedicationRequestAmoxicillin.html\">MedicationRequest: extension = 2026-03-19 09:30:00+0700,; status = active; intent = order; category = Outpatient; medication[x] = Amoxicillin; authoredOn = 2026-03-19 09:30:00+0700; reasonCode = Pneumonia, unspecified; groupIdentifier = http://fhir.hl7.org.vn/core/sid/don-thuoc-quoc-gia#VNPrescriptionCode#790010000451-N; note = Đã đối chiếu tiền sử tại thời điểm kê đơn: không ghi nhận dị ứng Penicillin hoặc thuốc nhóm beta-lactam. Tái khám sau 7 ngày nếu không đỡ.</a></p><p><b>quantity</b>: 21 viên</p><p><b>daysSupply</b>: 7 ngày</p><p><b>whenHandedOver</b>: 2026-03-19 14:20:00+0700</p><p><b>note</b>: </p><blockquote><div><p>Bán theo đơn điện tử; dữ liệu xuất bán lẻ đồng bộ lên Hệ thống CSDL về dược trong ngày.</p>\n</div></blockquote></div>"
},
"status" : "completed",
"category" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category",
"code" : "community",
"display" : "Community"
}
]
},
"medicationReference" : {
🔗 "reference" : "Medication/ExampleMedicationAmoxicillin",
"display" : "Amoxicillin 500mg viên nang — hộp 20 viên"
},
"subject" : {
🔗 "reference" : "Patient/ExamplePatientNguyenVanAn"
},
"performer" : [
{
"actor" : {
🔗 "reference" : "Organization/ExampleOrganizationRetailPharmacy"
}
}
],
"authorizingPrescription" : [
{
🔗 "reference" : "MedicationRequest/ExampleMedicationRequestAmoxicillin",
"identifier" : {
"system" : "http://fhir.hl7.org.vn/core/sid/don-thuoc-quoc-gia",
"value" : "790010000451-N"
}
}
],
"quantity" : {
"value" : 21,
"unit" : "viên"
},
"daysSupply" : {
"value" : 7,
"unit" : "ngày"
},
"whenHandedOver" : "2026-03-19T14:20:00+07:00",
"note" : [
{
"text" : "Bán theo đơn điện tử; dữ liệu xuất bán lẻ đồng bộ lên Hệ thống CSDL về dược trong ngày."
}
]
}