Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.8.0 - Draft for Community Review
Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Draft for Community Review (v0.8.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/MedicationDispense/ExampleMedicationDispenseOutpatientBHYT> a fhir:MedicationDispense ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleMedicationDispenseOutpatientBHYT"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-dispense" ;
fhir:index -1 ;
fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-dispense>
]
] ;
fhir:Resource.language [ fhir:value "vi"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense ExampleMedicationDispenseOutpatientBHYT</b></p><a name=\"ExampleMedicationDispenseOutpatientBHYT\"> </a><a name=\"hcExampleMedicationDispenseOutpatientBHYT\"> </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><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>Số đăng ký thuốc (Visa) — Medication Registration Number</b>: VD-25123-18</p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category outpatient}\">Outpatient</span></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 (ActCode#AMB); period = 2026-03-19 08:30:00+0700 --> 2026-03-19 11:00:00+0700; reasonCode = </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-ExampleOrganizationChoRay.html\">Khoa Dược — Bệnh viện Chợ Rẫy</a></td></tr></table><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-ExampleMedicationRequestHypertension.html\">Đơn thuốc tăng huyết áp — Amlodipine 5mg</a></p><p><b>quantity</b>: 30 viên</p><p><b>daysSupply</b>: 30 ngày<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM coded = 'd')</span></p><p><b>whenHandedOver</b>: 2026-03-22 10:00:00+0700</p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Uống 1 viên mỗi sáng, trước ăn</p><p><b>timing</b>: Once per 1 day</p><p><b>route</b>: <span title=\"Codes:\">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>1 viên</td></tr></table></blockquote></div>"
] ;
fhir:DomainResource.extension [
fhir:index -1 ;
fhir:Element.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "scope" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-scope-cs" ] ;
fhir:Coding.code [ fhir:value "1" ] ;
fhir:Coding.display [ fhir:value "Trong phạm vi hưởng BHYT" ]
]
]
], [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "paymentRatio" ] ;
fhir:Extension.valueDecimal [ fhir:value "100"^^xsd:decimal ]
], [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "benefitLevel" ] ;
fhir:Extension.valueDecimal [ fhir:value "80"^^xsd:decimal ]
] ;
fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info" ]
], [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-med-reg-number" ] ;
fhir:Extension.valueString [ fhir:value "VD-25123-18" ]
] ;
fhir:MedicationDispense.status [ fhir:value "completed"] ;
fhir:MedicationDispense.category [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category" ] ;
fhir:Coding.code [ fhir:value "outpatient" ] ;
fhir:Coding.display [ fhir:value "Outpatient" ]
]
] ;
fhir:MedicationDispense.medicationCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://www.whocc.no/atc" ] ;
fhir:Coding.code [ fhir:value "C08CA01" ] ;
fhir:Coding.display [ fhir:value "Amlodipine" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Amlodipine 5mg viên nén" ]
] ;
fhir:MedicationDispense.subject [
fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
] ;
fhir:MedicationDispense.context [
fhir:link <http://hl7.org/fhir/Encounter/ExampleEncounterOutpatient> ;
fhir:Reference.reference [ fhir:value "Encounter/ExampleEncounterOutpatient" ]
] ;
fhir:MedicationDispense.performer [
fhir:index -1 ;
fhir:MedicationDispense.performer.actor [
fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationChoRay> ;
fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationChoRay" ] ;
fhir:Reference.display [ fhir:value "Khoa Dược — Bệnh viện Chợ Rẫy" ]
]
] ;
fhir:MedicationDispense.authorizingPrescription [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/MedicationRequest/ExampleMedicationRequestHypertension> ;
fhir:Reference.reference [ fhir:value "MedicationRequest/ExampleMedicationRequestHypertension" ] ;
fhir:Reference.display [ fhir:value "Đơn thuốc tăng huyết áp — Amlodipine 5mg" ]
] ;
fhir:MedicationDispense.quantity [
fhir:Quantity.value [ fhir:value "30"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "viên" ]
] ;
fhir:MedicationDispense.daysSupply [
fhir:Quantity.value [ fhir:value "30"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "ngày" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "d" ]
] ;
fhir:MedicationDispense.whenHandedOver [ fhir:value "2026-03-22T10:00:00+07:00"^^xsd:dateTime] ;
fhir:MedicationDispense.dosageInstruction [
fhir:index -1 ;
fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ] ;
fhir:Dosage.text [ fhir:value "Uống 1 viên mỗi sáng, trước ăn" ] ;
fhir:Dosage.timing [
fhir:Timing.repeat [
fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ] ;
fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ] ;
fhir:Timing.repeat.periodUnit [ fhir:value "d" ]
]
] ;
fhir:Dosage.route [
fhir:CodeableConcept.text [ fhir:value "Uống" ]
] ;
fhir:Dosage.doseAndRate [
fhir:index -1 ;
fhir:Dosage.doseAndRate.doseQuantity [
fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "viên" ]
]
]
] .
<http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> a fhir:Patient .
<http://hl7.org/fhir/Encounter/ExampleEncounterOutpatient> a fhir:Encounter .
<http://hl7.org/fhir/Organization/ExampleOrganizationChoRay> a fhir:Organization .
<http://hl7.org/fhir/MedicationRequest/ExampleMedicationRequestHypertension> a fhir:MedicationRequest .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/MedicationDispense/ExampleMedicationDispenseOutpatientBHYT.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/MedicationDispense/ExampleMedicationDispenseOutpatientBHYT.ttl> .
IG © 2026+ Omi HealthTech / VN Core FHIR Community Initiative.
Package hl7.fhir.vn.core#0.8.0 based on FHIR 4.0.1.
Sinh ngày
2026-07-17
Liên kết: Mục lục |
Guide Map |
Báo cáo QA