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 loinc: <http://loinc.org/rdf#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/Bundle/ExampleBundleOutpatientTransaction> a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "ExampleBundleOutpatientTransaction"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-bundle" ; fhir:index -1 ; fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-bundle> ] ] ; fhir:Resource.language [ fhir:value "vi"] ; fhir:Bundle.identifier [ fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ; fhir:Identifier.value [ fhir:value "urn:uuid:7c2f1a40-1d3e-4b62-9a11-0c1b0a1d0b01" ] ] ; fhir:Bundle.type [ fhir:value "transaction"] ; fhir:Bundle.timestamp [ fhir:value "2026-03-19T11:30:00+07:00"^^xsd:dateTime] ; fhir:Bundle.entry [ fhir:index -1 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn" ] ; fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn> ; fhir:Bundle.entry.request [ fhir:Bundle.entry.request.method [ fhir:value "PUT" ] ; fhir:Bundle.entry.request.url [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ] ], [ fhir:index -1 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Coverage/ExampleCoverageBHYTNew" ] ; fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Coverage/ExampleCoverageBHYTNew> ; fhir:Bundle.entry.request [ fhir:Bundle.entry.request.method [ fhir:value "PUT" ] ; fhir:Bundle.entry.request.url [ fhir:value "Coverage/ExampleCoverageBHYTNew" ] ] ], [ fhir:index -1 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Encounter/ExampleEncounterOutpatient" ] ; fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Encounter/ExampleEncounterOutpatient> ; fhir:Bundle.entry.request [ fhir:Bundle.entry.request.method [ fhir:value "PUT" ] ; fhir:Bundle.entry.request.url [ fhir:value "Encounter/ExampleEncounterOutpatient" ] ] ], [ fhir:index -1 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Condition/ExampleConditionPneumonia" ] ; fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Condition/ExampleConditionPneumonia> ; fhir:Bundle.entry.request [ fhir:Bundle.entry.request.method [ fhir:value "PUT" ] ; fhir:Bundle.entry.request.url [ fhir:value "Condition/ExampleConditionPneumonia" ] ] ], [ fhir:index -1 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/ServiceRequest/ExampleServiceRequestLabGlucose" ] ; fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/ServiceRequest/ExampleServiceRequestLabGlucose> ; fhir:Bundle.entry.request [ fhir:Bundle.entry.request.method [ fhir:value "PUT" ] ; fhir:Bundle.entry.request.url [ fhir:value "ServiceRequest/ExampleServiceRequestLabGlucose" ] ] ], [ fhir:index -1 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Specimen/ExampleSpecimenSerumChemistry" ] ; fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Specimen/ExampleSpecimenSerumChemistry> ; fhir:Bundle.entry.request [ fhir:Bundle.entry.request.method [ fhir:value "PUT" ] ; fhir:Bundle.entry.request.url [ fhir:value "Specimen/ExampleSpecimenSerumChemistry" ] ] ], [ fhir:index -1 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Observation/ExampleObservationLabGlucose" ] ; fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Observation/ExampleObservationLabGlucose> ; fhir:Bundle.entry.request [ fhir:Bundle.entry.request.method [ fhir:value "PUT" ] ; fhir:Bundle.entry.request.url [ fhir:value "Observation/ExampleObservationLabGlucose" ] ] ], [ fhir:index -1 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/MedicationRequest/ExampleMedicationRequestAmoxicillin" ] ; fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/MedicationRequest/ExampleMedicationRequestAmoxicillin> ; fhir:Bundle.entry.request [ fhir:Bundle.entry.request.method [ fhir:value "PUT" ] ; fhir:Bundle.entry.request.url [ fhir:value "MedicationRequest/ExampleMedicationRequestAmoxicillin" ] ] ] . <http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn> a fhir:Patient ; fhir:Resource.id [ fhir:value "ExamplePatientNguyenVanAn"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-patient" ; fhir:index -1 ; fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-patient> ] ] ; fhir:Resource.language [ fhir:value "vi"] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_ExamplePatientNguyenVanAn\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient ExamplePatientNguyenVanAn</b></p><a name=\"ExamplePatientNguyenVanAn\"> </a><a name=\"hcExamplePatientNguyenVanAn\"> </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-patient.html\">Bệnh nhân VN Core — VN Core Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Nguyễn Văn An Male, DoB: 1985-03-15 ( Căn cước công dân: VNCCCD#001085012345)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li>Thẻ bảo hiểm y tế/0791234567</li><li>Mã bệnh nhân nội bộ/BV-CR-2026-001234</li><li>Mã số bảo hiểm xã hội/0791234567</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 0901234567(Mobile)</li><li><a href=\"mailto:an.nguyen@email.vn\">an.nguyen@email.vn</a></li><li>Số 123 Nguyễn Huệ, Phường Bến Thành, Thành phố Hồ Chí Minh</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Mở rộng ghi nhận dân tộc của bệnh nhân theo danh mục 54 dân tộc Việt Nam#xA;(Tổng cục Thống kê). FHIR base chỉ có US Race/Ethnicity — không phù hợp cho Việt Nam.#xA;Căn cứ: Hiến pháp 2013 Điều 5, Luật Căn cước 2023.\"><a href=\"StructureDefinition-vn-ext-ethnicity.html\">Dân tộc — Vietnam Ethnicity Extension</a></td><td colspan=\"3\"><span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-ethnicity-cs 01}\">Kinh</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"http://hl7.org/fhir/extensions/5.3.0/StructureDefinition-patient-birthPlace.html\">Patient Birth Place</a></td><td colspan=\"3\">Phường Ngọc Hà, Hà Nội</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Mở rộng ghi nhận nghề nghiệp của bệnh nhân theo Danh mục Nghề nghiệp Việt Nam (VSCO 2020).#xA;Căn cứ: QĐ 34/2020/QĐ-TTg (26/11/2020) — Ban hành Danh mục nghề nghiệp Việt Nam.#xA;1.516 mã, 5 cấp phân loại, tương thích ISCO-08 (ILO).#xA;FHIR base Patient không có element nghề nghiệp chuẩn — cần extension.#xA;Nghề nghiệp ảnh hưởng đánh giá nguy cơ sức khỏe nghề nghiệp (TT 28/2016/TT-BYT).\"><a href=\"StructureDefinition-vn-ext-occupation.html\">Nghề nghiệp — Vietnam Occupation Extension</a></td><td colspan=\"3\"><span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-occupation-cs 2511}\">Nhà phân tích hệ thống</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's professed religious affiliations.\"><a href=\"http://hl7.org/fhir/extensions/5.3.0/StructureDefinition-patient-religion.html\">Patient Religion</a></td><td colspan=\"3\"><span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-religion-cs 02}, {http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation 1041}\">Công giáo</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's legal status as citizen of a country.\">Patient Citizenship:</td><td colspan=\"3\"><ul><li>code: <span title=\"Codes:{urn:iso:std:iso:3166 VN}\">Viet Nam</span></li></ul></td></tr></table></div>" ] ; fhir:DomainResource.extension [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ethnicity" ] ; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-ethnicity-cs" ] ; fhir:Coding.code [ fhir:value "01" ] ; fhir:Coding.display [ fhir:value "Kinh" ] ] ] ], [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-religion" ] ; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-religion-cs" ] ; fhir:Coding.code [ fhir:value "02" ] ; fhir:Coding.display [ fhir:value "Công giáo" ] ], [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation" ] ; fhir:Coding.code [ fhir:value "1041" ] ; fhir:Coding.display [ fhir:value "Roman Catholic Church" ] ] ; fhir:CodeableConcept.text [ fhir:value "Công giáo" ] ] ], [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-occupation" ] ; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-occupation-cs" ] ; fhir:Coding.code [ fhir:value "2511" ] ; fhir:Coding.display [ fhir:value "Nhà phân tích hệ thống" ] ] ] ], [ fhir:index -1 ; fhir:Element.extension [ fhir:index -1 ; fhir:Extension.url [ fhir:value "code" ] ; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ; fhir:Coding.code [ fhir:value "VN" ] ; fhir:Coding.display [ fhir:value "Viet Nam" ] ] ] ] ; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-citizenship" ] ], [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-birthPlace" ] ; fhir:Extension.valueAddress [ fhir:Element.extension [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province" ] ; fhir:Extension.valueCoding [ fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs" ] ; fhir:Coding.code [ fhir:value "01" ] ; fhir:Coding.display [ fhir:value "Thành phố Hà Nội" ] ] ], [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward" ] ; fhir:Extension.valueCoding [ fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs" ] ; fhir:Coding.code [ fhir:value "00008" ] ; fhir:Coding.display [ fhir:value "Phường Ngọc Hà" ] ] ] ; fhir:Address.text [ fhir:value "Phường Ngọc Hà, Hà Nội" ] ; fhir:Address.state [ fhir:value "Hà Nội" ] ; fhir:Address.country [ fhir:value "VN" ] ] ] ; fhir:Patient.identifier [ fhir:index -1 ; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs" ] ; fhir:Coding.code [ fhir:value "CCCD" ] ; fhir:Coding.display [ fhir:value "Căn cước công dân" ] ] ] ; fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/cccd" ] ; fhir:Identifier.value [ fhir:value "001085012345" ] ], [ fhir:index -1 ; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs" ] ; fhir:Coding.code [ fhir:value "BHYT" ] ; fhir:Coding.display [ fhir:value "Thẻ bảo hiểm y tế" ] ] ] ; fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/bhyt" ] ; fhir:Identifier.value [ fhir:value "0791234567" ] ], [ fhir:index -1 ; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs" ] ; fhir:Coding.code [ fhir:value "MRN" ] ; fhir:Coding.display [ fhir:value "Mã bệnh nhân nội bộ" ] ] ] ; fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/mrn" ] ; fhir:Identifier.value [ fhir:value "BV-CR-2026-001234" ] ; fhir:Identifier.assigner [ fhir:Reference.display [ fhir:value "Bệnh viện Chợ Rẫy — cơ sở cấp mã bệnh nhân" ] ] ], [ fhir:index -1 ; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs" ] ; fhir:Coding.code [ fhir:value "BHXH" ] ; fhir:Coding.display [ fhir:value "Mã số bảo hiểm xã hội" ] ] ] ; fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/bhxh" ] ; fhir:Identifier.value [ fhir:value "0791234567" ] ] ; fhir:Patient.name [ fhir:index -1 ; fhir:HumanName.text [ fhir:value "Nguyễn Văn An" ] ; fhir:HumanName.family [ fhir:value "Nguyễn" ] ; fhir:HumanName.given [ fhir:value "Văn" ; fhir:index -1 ], [ fhir:value "An" ; fhir:index -1 ] ] ; fhir:Patient.telecom [ fhir:index -1 ; fhir:ContactPoint.system [ fhir:value "phone" ] ; fhir:ContactPoint.value [ fhir:value "0901234567" ] ; fhir:ContactPoint.use [ fhir:value "mobile" ] ], [ fhir:index -1 ; fhir:ContactPoint.system [ fhir:value "email" ] ; fhir:ContactPoint.value [ fhir:value "an.nguyen@email.vn" ] ] ; fhir:Patient.gender [ fhir:value "male"] ; fhir:Patient.birthDate [ fhir:value "1985-03-15"^^xsd:date] ; fhir:Patient.address [ fhir:index -1 ; fhir:Element.extension [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province" ] ; fhir:Extension.valueCoding [ fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs" ] ; fhir:Coding.code [ fhir:value "79" ] ; fhir:Coding.display [ fhir:value "Thành phố Hồ Chí Minh" ] ] ], [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward" ] ; fhir:Extension.valueCoding [ fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs" ] ; fhir:Coding.code [ fhir:value "26743" ] ; fhir:Coding.display [ fhir:value "Phường Bến Thành" ] ] ] ; fhir:Address.text [ fhir:value "Số 123 Nguyễn Huệ, Phường Bến Thành, Thành phố Hồ Chí Minh" ] ; fhir:Address.line [ fhir:value "Số 123 Nguyễn Huệ" ; fhir:index -1 ] ; fhir:Address.state [ fhir:value "Thành phố Hồ Chí Minh" ] ; fhir:Address.country [ fhir:value "VN" ] ] . <http://fhir.hl7.org.vn/core/Coverage/ExampleCoverageBHYTNew> a fhir:Coverage ; fhir:Resource.id [ fhir:value "ExampleCoverageBHYTNew"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-coverage" ; fhir:index -1 ; fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-coverage> ] ] ; 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\"><a name=\"Coverage_ExampleCoverageBHYTNew\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Coverage ExampleCoverageBHYTNew</b></p><a name=\"ExampleCoverageBHYTNew\"> </a><a name=\"hcExampleCoverageBHYTNew\"> </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-coverage.html\">Thẻ BHYT VN Core — VN Core Coverage Profile</a></p></div><p><b>Loại đối tượng BHYT — Vietnam BHYT Card Type Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-card-type-cs DN}\">Người lao động trong doanh nghiệp</span></p><p><b>Nơi đăng ký KCB ban đầu — Vietnam Primary Care Facility Extension</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p><p><b>identifier</b>: <a href=\"NamingSystem-vn-bhyt-ns.html\" title=\"Hệ thống định danh MÃ SỐ Bảo hiểm Y tế, do BHXH Việt Nam cấp.#xA;Namespace này nhận đúng 2 format THẺ (0.8.0 — hậu kiểm toán Codex, thu hẹp từ 3):#xA;- Mã số BHYT 10 chữ số (hiện hành, từ 01/4/2021) — TRÙNG GIÁ TRỊ với mã số BHXH#xA;- Format cũ 15 ký tự (2 chữ cái + 13 chữ số): trước 01/4/2021 (legacy)#xA;CCCD/số định danh cá nhân KHÔNG thuộc namespace này: NĐ 188/2025/NĐ-CP (Mẫu số 3) tách cột#xA;'Mã số BHYT' và 'Số CCCD' riêng — CCCD chỉ là KHÓA TRA CỨU/XUẤT TRÌNH thay thẻ khi KCB,#xA;biểu diễn bằng Patient.identifier[CCCD] (sid/cccd); trộn CCCD vào sid/bhyt gây nguy cơ#xA;matching sai giữa hai trục định danh.#xA;QUAN HỆ VỚI sid/bhxh: giá trị 10 chữ số của mã số BHYT trùng mã số BHXH — hai namespace#xA;tồn tại song song theo NGỮ CẢNH NGHIỆP VỤ: số thẻ/quyền lợi BHYT (Coverage) dùng sid/bhyt;#xA;sổ/quá trình tham gia BHXH dùng sid/bhxh (xem vn-bhxh-ns). Không suy diễn tự động hai chiều#xA;khi chưa xác minh qua Cổng BHXH (NĐ 164/2025/NĐ-CP).#xA;Căn cứ:#xA;- **Luật 51/2024/QH15** — 27/11/2024 — sửa đổi Luật BHYT, hiệu lực 01/7/2025#xA;- **NĐ 188/2025/NĐ-CP** — ban hành 01/7/2025, hiệu lực 15/8/2025 — hướng dẫn thi hành Luật BHYT; Mẫu số 3 tách cột Mã số BHYT / Số CCCD#xA;- **NĐ 164/2025/NĐ-CP** — 29/6/2025 — giao dịch điện tử BHXH, tra cứu thẻ theo CCCD#xA;- **QĐ 3176/QĐ-BYT** — 29/10/2024 — chuẩn dữ liệu đầu ra KCB phục vụ BHXH#xA;- Luật BHYT 2008 sửa đổi 2014 — nền tảng lịch sử.\">VNBHYT</a>/0791234567</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/insurance-coverage-type medical}\">Bảo hiểm y tế</span></p><p><b>subscriber</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>beneficiary</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/subscriber-relationship self}\">Self</span></p><p><b>period</b>: 2025-08-01 --> 2026-07-31</p><p><b>payor</b>: Bảo hiểm Xã hội Việt Nam</p></div>" ] ; fhir:DomainResource.extension [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-bhyt-card-type" ] ; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-card-type-cs" ] ; fhir:Coding.code [ fhir:value "DN" ] ; fhir:Coding.display [ fhir:value "Người lao động trong doanh nghiệp" ] ] ] ], [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-primary-care-facility" ] ; fhir:Extension.valueReference [ fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationChoRay> ; fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationChoRay" ] ; fhir:Reference.identifier [ fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/ma-cskcb" ] ; fhir:Identifier.value [ fhir:value "79001" ] ] ; fhir:Reference.display [ fhir:value "Bệnh viện Chợ Rẫy" ] ] ] ; fhir:Coverage.identifier [ fhir:index -1 ; fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/bhyt" ] ; fhir:Identifier.value [ fhir:value "0791234567" ] ] ; fhir:Coverage.status [ fhir:value "active"] ; fhir:Coverage.type [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/insurance-coverage-type" ] ; fhir:Coding.code [ fhir:value "medical" ] ; fhir:Coding.display [ fhir:value "Medical" ] ] ; fhir:CodeableConcept.text [ fhir:value "Bảo hiểm y tế" ] ] ; fhir:Coverage.subscriber [ 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:Coverage.beneficiary [ 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:Coverage.relationship [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/subscriber-relationship" ] ; fhir:Coding.code [ fhir:value "self" ] ; fhir:Coding.display [ fhir:value "Self" ] ] ] ; fhir:Coverage.period [ fhir:Period.start [ fhir:value "2025-08-01"^^xsd:date ] ; fhir:Period.end [ fhir:value "2026-07-31"^^xsd:date ] ] ; fhir:Coverage.payor [ fhir:index -1 ; fhir:Reference.display [ fhir:value "Bảo hiểm Xã hội Việt Nam" ] ] . <http://hl7.org/fhir/Organization/ExampleOrganizationChoRay> a fhir:Organization . <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> a fhir:Patient . <http://fhir.hl7.org.vn/core/Encounter/ExampleEncounterOutpatient> a fhir:Encounter ; fhir:Resource.id [ fhir:value "ExampleEncounterOutpatient"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-encounter" ; fhir:index -1 ; fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-encounter> ] ] ; 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\"><a name=\"Encounter_ExampleEncounterOutpatient\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Encounter ExampleEncounterOutpatient</b></p><a name=\"ExampleEncounterOutpatient\"> </a><a name=\"hcExampleEncounterOutpatient\"> </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-encounter.html\">Lượt khám/nhập viện VN Core — VN Core Encounter Profile</a></p></div><p><b>Loại khám chữa bệnh BHYT — Vietnam Insurance Visit Type Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-visit-type-cs 5}\">Khám chữa bệnh ban đầu</span></p><p><b>identifier</b>: Mã lượt khám chữa bệnh/LK-2026-03-19-NGT-0207</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>period</b>: 2026-03-19 08:30:00+0700 --> 2026-03-19 11:00:00+0700</p><p><b>reasonCode</b>: <span title=\"Codes:\">Sốt, ho, khó thở nhẹ 3 ngày</span></p><blockquote><p><b>diagnosis</b></p><p><b>condition</b>: <a href=\"Condition-ExampleConditionPneumonia.html\">Viêm phổi, không xác định J18.9</a></p><p><b>use</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role AD}\">Admission diagnosis</span></p></blockquote><blockquote><p><b>diagnosis</b></p><p><b>condition</b>: <a href=\"Condition-ExampleConditionDiabetes.html\">Đái tháo đường type 2 E11.9</a></p><p><b>use</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role CM}\">Comorbidity diagnosis</span></p></blockquote><p><b>serviceProvider</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p></div>" ] ; fhir:DomainResource.extension [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-visit-type" ] ; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-visit-type-cs" ] ; fhir:Coding.code [ fhir:value "5" ] ; fhir:Coding.display [ fhir:value "Khám chữa bệnh ban đầu" ] ] ] ] ; fhir:Encounter.identifier [ fhir:index -1 ; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs" ] ; fhir:Coding.code [ fhir:value "MA_LUOT_KCB" ] ; fhir:Coding.display [ fhir:value "Mã lượt khám chữa bệnh" ] ] ] ; fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/ma-luot-kcb" ] ; fhir:Identifier.value [ fhir:value "LK-2026-03-19-NGT-0207" ] ] ; fhir:Encounter.status [ fhir:value "finished"] ; fhir:Encounter.class [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ; fhir:Coding.code [ fhir:value "AMB" ] ; fhir:Coding.display [ fhir:value "ambulatory" ] ] ; fhir:Encounter.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:Encounter.period [ fhir:Period.start [ fhir:value "2026-03-19T08:30:00+07:00"^^xsd:dateTime ] ; fhir:Period.end [ fhir:value "2026-03-19T11:00:00+07:00"^^xsd:dateTime ] ] ; fhir:Encounter.reasonCode [ fhir:index -1 ; fhir:CodeableConcept.text [ fhir:value "Sốt, ho, khó thở nhẹ 3 ngày" ] ] ; fhir:Encounter.diagnosis [ fhir:index -1 ; fhir:Encounter.diagnosis.condition [ fhir:link <http://hl7.org/fhir/Condition/ExampleConditionPneumonia> ; fhir:Reference.reference [ fhir:value "Condition/ExampleConditionPneumonia" ] ; fhir:Reference.display [ fhir:value "Viêm phổi, không xác định J18.9" ] ] ; fhir:Encounter.diagnosis.use [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/diagnosis-role" ] ; fhir:Coding.code [ fhir:value "AD" ] ; fhir:Coding.display [ fhir:value "Admission diagnosis" ] ] ] ], [ fhir:index -1 ; fhir:Encounter.diagnosis.condition [ fhir:link <http://hl7.org/fhir/Condition/ExampleConditionDiabetes> ; fhir:Reference.reference [ fhir:value "Condition/ExampleConditionDiabetes" ] ; fhir:Reference.display [ fhir:value "Đái tháo đường type 2 E11.9" ] ] ; fhir:Encounter.diagnosis.use [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/diagnosis-role" ] ; fhir:Coding.code [ fhir:value "CM" ] ; fhir:Coding.display [ fhir:value "Comorbidity diagnosis" ] ] ] ] ; fhir:Encounter.serviceProvider [ fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationChoRay> ; fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationChoRay" ] ; fhir:Reference.display [ fhir:value "Bệnh viện Chợ Rẫy" ] ] . <http://hl7.org/fhir/Condition/ExampleConditionPneumonia> a fhir:Condition . <http://hl7.org/fhir/Condition/ExampleConditionDiabetes> a fhir:Condition . <http://fhir.hl7.org.vn/core/Condition/ExampleConditionPneumonia> a fhir:Condition ; fhir:Resource.id [ fhir:value "ExampleConditionPneumonia"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-condition-diagnosis" ; fhir:index -1 ; fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-condition-diagnosis> ] ] ; fhir:Resource.language [ fhir:value "vi"] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_ExampleConditionPneumonia\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition ExampleConditionPneumonia</b></p><a name=\"ExampleConditionPneumonia\"> </a><a name=\"hcExampleConditionPneumonia\"> </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-condition-diagnosis.html\">Chẩn đoán lượt khám VN Core — VN Core Encounter Diagnosis Condition Profile</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 J18.9}, {http://snomed.info/sct 233604007}\">Viêm phổi, không xác định</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 39607008}\">Phổi</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; 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><p><b>recordedDate</b>: 2026-03-19</p></div>" ] ; fhir:Condition.clinicalStatus [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ] ; fhir:Coding.code [ fhir:value "active" ] ; fhir:Coding.display [ fhir:value "Active" ] ] ] ; fhir:Condition.verificationStatus [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ] ; fhir:Coding.code [ fhir:value "confirmed" ] ; fhir:Coding.display [ fhir:value "Confirmed" ] ] ] ; fhir:Condition.category [ fhir:index -1 ; fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ] ; fhir:Coding.code [ fhir:value "encounter-diagnosis" ] ; fhir:Coding.display [ fhir:value "Encounter Diagnosis" ] ] ] ; fhir:Condition.code [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ] ; fhir:Coding.code [ fhir:value "J18.9" ] ; fhir:Coding.display [ fhir:value "Pneumonia, unspecified" ] ], [ fhir:index -1 ; a sct:233604007 ; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ; fhir:Coding.code [ fhir:value "233604007" ] ; fhir:Coding.display [ fhir:value "Pneumonia" ] ] ; fhir:CodeableConcept.text [ fhir:value "Viêm phổi, không xác định" ] ] ; fhir:Condition.bodySite [ fhir:index -1 ; fhir:CodeableConcept.coding [ fhir:index -1 ; a sct:39607008 ; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ; fhir:Coding.code [ fhir:value "39607008" ] ; fhir:Coding.display [ fhir:value "Lung" ] ] ; fhir:CodeableConcept.text [ fhir:value "Phổi" ] ] ; fhir:Condition.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:Condition.encounter [ fhir:link <http://hl7.org/fhir/Encounter/ExampleEncounterOutpatient> ; fhir:Reference.reference [ fhir:value "Encounter/ExampleEncounterOutpatient" ] ] ; fhir:Condition.recordedDate [ fhir:value "2026-03-19"^^xsd:date] . <http://hl7.org/fhir/Encounter/ExampleEncounterOutpatient> a fhir:Encounter . <http://fhir.hl7.org.vn/core/ServiceRequest/ExampleServiceRequestLabGlucose> a fhir:ServiceRequest ; fhir:Resource.id [ fhir:value "ExampleServiceRequestLabGlucose"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-service-request" ; fhir:index -1 ; fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-service-request> ] ] ; fhir:Resource.language [ fhir:value "vi"] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_ExampleServiceRequestLabGlucose\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ExampleServiceRequestLabGlucose</b></p><a name=\"ExampleServiceRequestLabGlucose\"> </a><a name=\"hcExampleServiceRequestLabGlucose\"> </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-service-request.html\">Yêu cầu DVKT/Cận lâm sàng VN Core — VN Core ServiceRequest Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs XN}\">Xét nghiệm</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 1558-6}\">Glucose máu lúc đói</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; 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><p><b>authoredOn</b>: 2026-03-19 08:50: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 R73.0}\">Nghi ngờ đái tháo đường — glucose niệu (+)</span></p><p><b>specimen</b>: <a href=\"Specimen-ExampleSpecimenSerumChemistry.html\">Mẫu huyết thanh xét nghiệm sinh hóa</a></p><p><b>note</b>: </p><blockquote><div><p>BN có tiền sử gia đình ĐTĐ type 2. Kiểm tra HbA1c nếu glucose > 7.0 mmol/L.</p>\n</div></blockquote><p><b>patientInstruction</b>: Nhịn ăn ít nhất 8 giờ trước khi lấy máu xét nghiệm.</p></div>" ] ; fhir:ServiceRequest.status [ fhir:value "active"] ; fhir:ServiceRequest.intent [ fhir:value "order"] ; fhir:ServiceRequest.category [ fhir:index -1 ; fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs" ] ; fhir:Coding.code [ fhir:value "XN" ] ; fhir:Coding.display [ fhir:value "Xét nghiệm" ] ] ] ; fhir:ServiceRequest.priority [ fhir:value "routine"] ; fhir:ServiceRequest.code [ fhir:CodeableConcept.coding [ fhir:index -1 ; a loinc:1558-6 ; fhir:Coding.system [ fhir:value "http://loinc.org" ] ; fhir:Coding.code [ fhir:value "1558-6" ] ; fhir:Coding.display [ fhir:value "Fasting glucose [Mass/volume] in Serum or Plasma" ] ] ; fhir:CodeableConcept.text [ fhir:value "Glucose máu lúc đói" ] ] ; fhir:ServiceRequest.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:ServiceRequest.encounter [ fhir:link <http://hl7.org/fhir/Encounter/ExampleEncounterOutpatient> ; fhir:Reference.reference [ fhir:value "Encounter/ExampleEncounterOutpatient" ] ] ; fhir:ServiceRequest.authoredOn [ fhir:value "2026-03-19T08:50:00+07:00"^^xsd:dateTime] ; fhir:ServiceRequest.requester [ fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> ; fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerBSCKII" ] ; fhir:Reference.display [ fhir:value "BS CKII Nguyễn Thị Lan" ] ] ; fhir:ServiceRequest.reasonCode [ fhir:index -1 ; fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ] ; fhir:Coding.code [ fhir:value "R73.0" ] ; fhir:Coding.display [ fhir:value "Abnormal glucose tolerance test" ] ] ; fhir:CodeableConcept.text [ fhir:value "Nghi ngờ đái tháo đường — glucose niệu (+)" ] ] ; fhir:ServiceRequest.specimen [ fhir:index -1 ; fhir:link <http://hl7.org/fhir/Specimen/ExampleSpecimenSerumChemistry> ; fhir:Reference.reference [ fhir:value "Specimen/ExampleSpecimenSerumChemistry" ] ; fhir:Reference.display [ fhir:value "Mẫu huyết thanh xét nghiệm sinh hóa" ] ] ; fhir:ServiceRequest.note [ fhir:index -1 ; fhir:Annotation.text [ fhir:value "BN có tiền sử gia đình ĐTĐ type 2. Kiểm tra HbA1c nếu glucose > 7.0 mmol/L." ] ] ; fhir:ServiceRequest.patientInstruction [ fhir:value "Nhịn ăn ít nhất 8 giờ trước khi lấy máu xét nghiệm."] . <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> a fhir:Practitioner . <http://hl7.org/fhir/Specimen/ExampleSpecimenSerumChemistry> a fhir:Specimen . <http://fhir.hl7.org.vn/core/Specimen/ExampleSpecimenSerumChemistry> a fhir:Specimen ; fhir:Resource.id [ fhir:value "ExampleSpecimenSerumChemistry"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-specimen" ; fhir:index -1 ; fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-specimen> ] ] ; fhir:Resource.language [ fhir:value "vi"] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Specimen_ExampleSpecimenSerumChemistry\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Specimen ExampleSpecimenSerumChemistry</b></p><a name=\"ExampleSpecimenSerumChemistry\"> </a><a name=\"hcExampleSpecimenSerumChemistry\"> </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-specimen.html\">Mẫu bệnh phẩm VN Core — VN Core Specimen Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-vn-specimen-local-id-ns.html\" title=\"Hệ định danh cục bộ cho Specimen tại cơ sở y tế Việt Nam.\">VNSpecimenLocalIdNamingSystem</a>/SP-20260319-0001</p><p><b>accessionIdentifier</b>: <a href=\"NamingSystem-vn-specimen-local-id-ns.html\" title=\"Hệ định danh cục bộ cho Specimen tại cơ sở y tế Việt Nam.\">VNSpecimenLocalIdNamingSystem</a>/XN-TN-20260319-0158</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0487 SER}\">Mẫu huyết thanh</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>receivedTime</b>: 2026-03-19 09:05:00+0700</p><p><b>request</b>: <a href=\"ServiceRequest-ExampleServiceRequestLabGlucose.html\">Yêu cầu xét nghiệm đường huyết lúc đói</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collector</b></td><td><b>Collected[x]</b></td><td><b>Quantity</b></td><td><b>Method</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></td><td>2026-03-19 09:00:00+0700</td><td>4 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemL = 'mL')</span></td><td><span title=\"Codes:\">Lấy máu tĩnh mạch, ly tâm tách huyết thanh</span></td><td><span title=\"Codes:{http://snomed.info/sct 368208006}\">Left upper arm structure</span></td></tr></table><h3>Processings</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td><td><b>Time[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Ly tâm tách huyết thanh trước khi chạy xét nghiệm sinh hóa</td><td>2026-03-19 09:10:00+0700</td></tr></table><h3>Containers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Description</b></td><td><b>Type</b></td><td><b>SpecimenQuantity</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"NamingSystem-vn-specimen-local-id-ns.html\" title=\"Hệ định danh cục bộ cho Specimen tại cơ sở y tế Việt Nam.\">VNSpecimenLocalIdNamingSystem</a>/TUBE-20260319-0158</td><td>Ống nghiệm sinh hóa nắp vàng</td><td><span title=\"Codes:\">Ống tách huyết thanh</span></td><td>2.5 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemL = 'mL')</span></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Mẫu huyết thanh đạt chất lượng, không huyết tán, dùng cho nhóm xét nghiệm sinh hóa máu.</p>\n</div></blockquote></div>" ] ; fhir:Specimen.identifier [ fhir:index -1 ; fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/specimen-local-id" ] ; fhir:Identifier.value [ fhir:value "SP-20260319-0001" ] ] ; fhir:Specimen.accessionIdentifier [ fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/specimen-local-id" ] ; fhir:Identifier.value [ fhir:value "XN-TN-20260319-0158" ] ] ; fhir:Specimen.status [ fhir:value "available"] ; fhir:Specimen.type [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0487" ] ; fhir:Coding.code [ fhir:value "SER" ] ; fhir:Coding.display [ fhir:value "Serum" ] ] ; fhir:CodeableConcept.text [ fhir:value "Mẫu huyết thanh" ] ] ; fhir:Specimen.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:Specimen.receivedTime [ fhir:value "2026-03-19T09:05:00+07:00"^^xsd:dateTime] ; fhir:Specimen.request [ fhir:index -1 ; fhir:link <http://hl7.org/fhir/ServiceRequest/ExampleServiceRequestLabGlucose> ; fhir:Reference.reference [ fhir:value "ServiceRequest/ExampleServiceRequestLabGlucose" ] ; fhir:Reference.display [ fhir:value "Yêu cầu xét nghiệm đường huyết lúc đói" ] ] ; fhir:Specimen.collection [ fhir:Specimen.collection.collector [ fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> ; fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerBSCKII" ] ; fhir:Reference.display [ fhir:value "BS CKII Nguyễn Thị Lan" ] ] ; fhir:Specimen.collection.collectedDateTime [ fhir:value "2026-03-19T09:00:00+07:00"^^xsd:dateTime ] ; fhir:Specimen.collection.quantity [ fhir:Quantity.value [ fhir:value "4"^^xsd:decimal ] ; fhir:Quantity.unit [ fhir:value "mL" ] ; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ; fhir:Quantity.code [ fhir:value "mL" ] ] ; fhir:Specimen.collection.method [ fhir:CodeableConcept.text [ fhir:value "Lấy máu tĩnh mạch, ly tâm tách huyết thanh" ] ] ; fhir:Specimen.collection.bodySite [ fhir:CodeableConcept.coding [ fhir:index -1 ; a sct:368208006 ; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ; fhir:Coding.code [ fhir:value "368208006" ] ; fhir:Coding.display [ fhir:value "Left upper arm structure" ] ] ] ] ; fhir:Specimen.processing [ fhir:index -1 ; fhir:Specimen.processing.description [ fhir:value "Ly tâm tách huyết thanh trước khi chạy xét nghiệm sinh hóa" ] ; fhir:Specimen.processing.timeDateTime [ fhir:value "2026-03-19T09:10:00+07:00"^^xsd:dateTime ] ] ; fhir:Specimen.container [ fhir:index -1 ; fhir:Specimen.container.identifier [ fhir:index -1 ; fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/specimen-local-id" ] ; fhir:Identifier.value [ fhir:value "TUBE-20260319-0158" ] ] ; fhir:Specimen.container.description [ fhir:value "Ống nghiệm sinh hóa nắp vàng" ] ; fhir:Specimen.container.type [ fhir:CodeableConcept.text [ fhir:value "Ống tách huyết thanh" ] ] ; fhir:Specimen.container.specimenQuantity [ fhir:Quantity.value [ fhir:value "2.5"^^xsd:decimal ] ; fhir:Quantity.unit [ fhir:value "mL" ] ; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ; fhir:Quantity.code [ fhir:value "mL" ] ] ] ; fhir:Specimen.note [ fhir:index -1 ; fhir:Annotation.text [ fhir:value "Mẫu huyết thanh đạt chất lượng, không huyết tán, dùng cho nhóm xét nghiệm sinh hóa máu." ] ] . <http://hl7.org/fhir/ServiceRequest/ExampleServiceRequestLabGlucose> a fhir:ServiceRequest . <http://fhir.hl7.org.vn/core/Observation/ExampleObservationLabGlucose> a fhir:Observation ; fhir:Resource.id [ fhir:value "ExampleObservationLabGlucose"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-lab" ; fhir:index -1 ; fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-lab> ] ] ; fhir:Resource.language [ fhir:value "vi"] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_ExampleObservationLabGlucose\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation ExampleObservationLabGlucose</b></p><a name=\"ExampleObservationLabGlucose\"> </a><a name=\"hcExampleObservationLabGlucose\"> </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-observation-lab.html\">Xét nghiệm VN Core — VN Core Observation Laboratory Profile</a></p></div><p><b>basedOn</b>: <a href=\"ServiceRequest-ExampleServiceRequestLabGlucose.html\">Yêu cầu xét nghiệm đường huyết lúc đói</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 14771-0}\">Glucose máu lúc đói</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; 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><p><b>effective</b>: 2026-03-19 09:20:00+0700</p><p><b>performer</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></p><p><b>value</b>: 6.8 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemmol/L = 'mmol/L')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></p><p><b>specimen</b>: <a href=\"Specimen-ExampleSpecimenSerumChemistry.html\">Mẫu huyết thanh xét nghiệm sinh hóa</a></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>3.9 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemmol/L = 'mmol/L')</span></td><td>6.1 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemmol/L = 'mmol/L')</span></td><td>3.9 - 6.1 mmol/L</td></tr></table></div>" ] ; fhir:Observation.basedOn [ fhir:index -1 ; fhir:link <http://hl7.org/fhir/ServiceRequest/ExampleServiceRequestLabGlucose> ; fhir:Reference.reference [ fhir:value "ServiceRequest/ExampleServiceRequestLabGlucose" ] ; fhir:Reference.display [ fhir:value "Yêu cầu xét nghiệm đường huyết lúc đói" ] ] ; fhir:Observation.status [ fhir:value "final"] ; fhir:Observation.category [ fhir:index -1 ; fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ; fhir:Coding.code [ fhir:value "laboratory" ] ; fhir:Coding.display [ fhir:value "Laboratory" ] ] ] ; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index -1 ; a loinc:14771-0 ; fhir:Coding.system [ fhir:value "http://loinc.org" ] ; fhir:Coding.code [ fhir:value "14771-0" ] ; fhir:Coding.display [ fhir:value "Fasting glucose [Moles/volume] in Serum or Plasma" ] ] ; fhir:CodeableConcept.text [ fhir:value "Glucose máu lúc đói" ] ] ; fhir:Observation.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:Observation.encounter [ fhir:link <http://hl7.org/fhir/Encounter/ExampleEncounterOutpatient> ; fhir:Reference.reference [ fhir:value "Encounter/ExampleEncounterOutpatient" ] ] ; fhir:Observation.effectiveDateTime [ fhir:value "2026-03-19T09:20:00+07:00"^^xsd:dateTime] ; fhir:Observation.performer [ fhir:index -1 ; fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> ; fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerBSCKII" ] ; fhir:Reference.display [ fhir:value "BS CKII Nguyễn Thị Lan" ] ] ; fhir:Observation.valueQuantity [ fhir:Quantity.value [ fhir:value "6.8"^^xsd:decimal ] ; fhir:Quantity.unit [ fhir:value "mmol/L" ] ; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ; fhir:Quantity.code [ fhir:value "mmol/L" ] ] ; fhir:Observation.interpretation [ fhir:index -1 ; fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" ] ; fhir:Coding.code [ fhir:value "H" ] ; fhir:Coding.display [ fhir:value "High" ] ] ] ; fhir:Observation.specimen [ fhir:link <http://hl7.org/fhir/Specimen/ExampleSpecimenSerumChemistry> ; fhir:Reference.reference [ fhir:value "Specimen/ExampleSpecimenSerumChemistry" ] ; fhir:Reference.display [ fhir:value "Mẫu huyết thanh xét nghiệm sinh hóa" ] ] ; fhir:Observation.referenceRange [ fhir:index -1 ; fhir:Observation.referenceRange.low [ fhir:Quantity.value [ fhir:value "3.9"^^xsd:decimal ] ; fhir:Quantity.unit [ fhir:value "mmol/L" ] ; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ; fhir:Quantity.code [ fhir:value "mmol/L" ] ] ; fhir:Observation.referenceRange.high [ fhir:Quantity.value [ fhir:value "6.1"^^xsd:decimal ] ; fhir:Quantity.unit [ fhir:value "mmol/L" ] ; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ; fhir:Quantity.code [ fhir:value "mmol/L" ] ] ; fhir:Observation.referenceRange.text [ fhir:value "3.9 - 6.1 mmol/L" ] ] . <http://fhir.hl7.org.vn/core/MedicationRequest/ExampleMedicationRequestAmoxicillin> a fhir:MedicationRequest ; fhir:Resource.id [ fhir:value "ExampleMedicationRequestAmoxicillin"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-request" ; fhir:index -1 ; fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-request> ] ] ; 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\"><a name=\"MedicationRequest_ExampleMedicationRequestAmoxicillin\"> </a><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-19 09:30: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; 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><p><b>authoredOn</b>: 2026-03-19 09: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 J18.9}\">Viêm phổi, không xác định</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#0791234567; status = active; type = Medical; relationship = Self; 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://hl7.org/fhir/uv/xver-r5.r4/0.1.0/CodeSystem-v3-ucum.html\">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>" ] ; fhir:DomainResource.extension [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-order-date" ] ; fhir:Extension.valueDateTime [ fhir:value "2026-03-19T09:30:00+07:00"^^xsd:dateTime ] ], [ 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:MedicationRequest.status [ fhir:value "active"] ; fhir:MedicationRequest.intent [ fhir:value "order"] ; fhir:MedicationRequest.category [ fhir:index -1 ; fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/medicationrequest-category" ] ; fhir:Coding.code [ fhir:value "outpatient" ] ; fhir:Coding.display [ fhir:value "Outpatient" ] ] ] ; fhir:MedicationRequest.medicationCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://www.whocc.no/atc" ] ; fhir:Coding.code [ fhir:value "J01CA04" ] ; fhir:Coding.display [ fhir:value "Amoxicillin" ] ] ; fhir:CodeableConcept.text [ fhir:value "Amoxicillin 500mg viên nang" ] ] ; fhir:MedicationRequest.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:MedicationRequest.encounter [ fhir:link <http://hl7.org/fhir/Encounter/ExampleEncounterOutpatient> ; fhir:Reference.reference [ fhir:value "Encounter/ExampleEncounterOutpatient" ] ] ; fhir:MedicationRequest.authoredOn [ fhir:value "2026-03-19T09:30:00+07:00"^^xsd:dateTime] ; fhir:MedicationRequest.requester [ fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> ; fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerBSCKII" ] ; fhir:Reference.display [ fhir:value "BS CKII Nguyễn Thị Lan" ] ] ; fhir:MedicationRequest.reasonCode [ fhir:index -1 ; fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ] ; fhir:Coding.code [ fhir:value "J18.9" ] ; fhir:Coding.display [ fhir:value "Pneumonia, unspecified" ] ] ; fhir:CodeableConcept.text [ fhir:value "Viêm phổi, không xác định" ] ] ; fhir:MedicationRequest.insurance [ fhir:index -1 ; fhir:link <http://hl7.org/fhir/Coverage/ExampleCoverageBHYTNew> ; fhir:Reference.reference [ fhir:value "Coverage/ExampleCoverageBHYTNew" ] ] ; fhir:MedicationRequest.note [ fhir:index -1 ; fhir:Annotation.text [ fhir:value "Bệnh nhân không dị ứng Penicillin. Tái khám sau 7 ngày nếu không đỡ." ] ] ; fhir:MedicationRequest.dosageInstruction [ fhir:index -1 ; fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ] ; fhir:Dosage.text [ fhir:value "Uống 1 viên 500mg, 3 lần/ngày, sau ăn" ] ; fhir:Dosage.timing [ fhir:Timing.repeat [ fhir:Timing.repeat.frequency [ fhir:value "3"^^xsd:positiveInteger ] ; fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ] ; fhir:Timing.repeat.periodUnit [ fhir:value "d" ] ] ] ; fhir:Dosage.route [ fhir:CodeableConcept.coding [ fhir:index -1 ; a sct:26643006 ; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ; fhir:Coding.code [ fhir:value "26643006" ] ; fhir:Coding.display [ fhir:value "Oral route" ] ] ; fhir:CodeableConcept.text [ fhir:value "Uống" ] ] ; fhir:Dosage.doseAndRate [ fhir:index -1 ; fhir:Dosage.doseAndRate.doseQuantity [ fhir:Quantity.value [ fhir:value "500"^^xsd:decimal ] ; fhir:Quantity.unit [ fhir:value "mg" ] ; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ; fhir:Quantity.code [ fhir:value "mg" ] ] ] ] ; fhir:MedicationRequest.dispenseRequest [ fhir:MedicationRequest.dispenseRequest.quantity [ fhir:Quantity.value [ fhir:value "21"^^xsd:decimal ] ; fhir:Quantity.unit [ fhir:value "viên" ] ] ; fhir:MedicationRequest.dispenseRequest.expectedSupplyDuration [ fhir:Quantity.value [ fhir:value "7"^^xsd:decimal ] ; fhir:Quantity.unit [ fhir:value "ngày" ] ; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ; fhir:Quantity.code [ fhir:value "d" ] ] ] . <http://hl7.org/fhir/Coverage/ExampleCoverageBHYTNew> a fhir:Coverage . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Bundle/ExampleBundleOutpatientTransaction.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/Bundle/ExampleBundleOutpatientTransaction.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