VN Core FHIR Implementation Guide — Bộ Hướng dẫn Triển khai FHIR Cốt lõi cho Việt Nam
0.1.0 - STU1 Draft
VN Core FHIR Implementation Guide — Bộ Hướng dẫn Triển khai FHIR Cốt lõi cho Việt Nam - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "MedicationRequest",
"id" : "ExampleMedicationRequestAmoxicillin",
"meta" : {
"profile" : [
🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-request"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest ExampleMedicationRequestAmoxicillin</b></p><a name=\"ExampleMedicationRequestAmoxicillin\"> </a><a name=\"hcExampleMedicationRequestAmoxicillin\"> </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-request.html\">Đơn thuốc VN Core — VN Core MedicationRequest Profile</a></p></div><p><b>Ngày y lệnh — Order Date Extension</b>: 2026-03-21 08:00:00+0700</p><blockquote><p><b>Thông tin chi phí BHYT — Insurance Cost Info Extension</b></p><ul><li>scope: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-scope-cs 1}\">Trong phạm vi hưởng BHYT</span></li><li>paymentRatio: 100</li><li>benefitLevel: 80</li></ul></blockquote><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>: <span title=\"Codes:{http://www.whocc.no/atc J01CA04}\">Amoxicillin 500mg viên nang</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</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 --> 2026-03-19 11:00:00+0700</a></p><p><b>authoredOn</b>: 2026-03-21 08:30:00+0700</p><p><b>requester</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 J06.9}\">Viêm họng cấp</span></p><p><b>insurance</b>: <a href=\"Coverage-ExampleCoverageBHYTNew.html\">Coverage: extension = Người lao động trong doanh nghiệp,->Bệnh viện Chợ Rẫy; identifier = http://fhir.hl7.org.vn/core/sid/bhyt#VNBHYT#001085012345; status = active; type = ; period = 2025-08-01 --> 2026-07-31</a></p><p><b>note</b>: </p><blockquote><div><p>Bệnh nhân không dị ứng Penicillin. Tái khám sau 7 ngày nếu không đỡ.</p>\n</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Uống 1 viên 500mg, 3 lần/ngày, sau ăn</p><p><b>timing</b>: 3 per 1 day</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 26643006}\">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>500 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>quantity</b>: 21 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>7</td><td>ngày</td><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-ucum.html\">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>"
},
"extension" : [
{
"url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-order-date",
"valueDateTime" : "2026-03-21T08:00:00+07:00"
},
{
"extension" : [
{
"url" : "scope",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-scope-cs",
"code" : "1",
"display" : "Trong phạm vi hưởng BHYT"
}
]
}
},
{
"url" : "paymentRatio",
"valueDecimal" : 100
},
{
"url" : "benefitLevel",
"valueDecimal" : 80
}
],
"url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info"
}
],
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code" : "outpatient",
"display" : "Outpatient"
}
]
}
],
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.whocc.no/atc",
"code" : "J01CA04",
"display" : "Amoxicillin"
}
],
"text" : "Amoxicillin 500mg viên nang"
},
"subject" : {
🔗 "reference" : "Patient/ExamplePatientNguyenVanAn",
"display" : "Nguyễn Văn An"
},
"encounter" : {
🔗 "reference" : "Encounter/ExampleEncounterOutpatient"
},
"authoredOn" : "2026-03-21T08:30:00+07:00",
"requester" : {
🔗 "reference" : "Practitioner/ExamplePractitionerBSCKII",
"display" : "BS CKII Nguyễn Thị Lan"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/icd-10",
"code" : "J06.9",
"display" : "Acute upper respiratory infection, unspecified"
}
],
"text" : "Viêm họng cấp"
}
],
"insurance" : [
{
🔗 "reference" : "Coverage/ExampleCoverageBHYTNew"
}
],
"note" : [
{
"text" : "Bệnh nhân không dị ứng Penicillin. Tái khám sau 7 ngày nếu không đỡ."
}
],
"dosageInstruction" : [
{
"sequence" : 1,
"text" : "Uống 1 viên 500mg, 3 lần/ngày, sau ăn",
"timing" : {
"repeat" : {
"frequency" : 3,
"period" : 1,
"periodUnit" : "d"
}
},
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "26643006",
"display" : "Oral route"
}
],
"text" : "Uống"
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 500,
"unit" : "mg",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
}
}
]
}
],
"dispenseRequest" : {
"quantity" : {
"value" : 21,
"unit" : "viên"
},
"expectedSupplyDuration" : {
"value" : 7,
"unit" : "ngày",
"system" : "http://unitsofmeasure.org",
"code" : "d"
}
}
}