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/Bundle/ExampleBHYTSubmissionReferral> a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "ExampleBHYTSubmissionReferral"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-bhyt-submission-bundle" ; fhir:index -1 ; fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-bhyt-submission-bundle> ] ] ; fhir:Resource.language [ fhir:value "vi"] ; fhir:Bundle.identifier [ 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_LK" ] ; fhir:Coding.display [ fhir:value "Mã liên kết hồ sơ BHYT" ] ] ] ; fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/ma-lk" ] ; fhir:Identifier.value [ fhir:value "LK-2026-CT-000031" ] ] ; fhir:Bundle.type [ fhir:value "collection"] ; fhir:Bundle.timestamp [ fhir:value "2026-04-22T11: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: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:index -1 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationTTYTHangIV" ] ; fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationTTYTHangIV> ], [ fhir:index -1 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationChoRay" ] ; fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationChoRay> ], [ fhir:index -1 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationBHXH" ] ; fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationBHXH> ], [ fhir:index -1 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerMinimal" ] ; fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerMinimal> ], [ fhir:index -1 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Claim/InlineClaimBHYTSubmissionReferral" ] ; fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Claim/InlineClaimBHYTSubmissionReferral> ], [ fhir:index -1 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Encounter/InlineEncounterBHYTSubmissionReferral" ] ; fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Encounter/InlineEncounterBHYTSubmissionReferral> ], [ fhir:index -1 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/ServiceRequest/InlineServiceRequestReferralBHYTSubmission" ] ; fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/ServiceRequest/InlineServiceRequestReferralBHYTSubmission> ], [ fhir:index -1 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Practitioner/InlinePractitionerReferralSignerBHYTSubmission" ] ; fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Practitioner/InlinePractitionerReferralSignerBHYTSubmission> ], [ fhir:index -1 ; fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/DocumentReference/InlineDocumentReferenceReferralLetterBHYTSubmission" ] ; fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/DocumentReference/InlineDocumentReferenceReferralLetterBHYTSubmission> ] . <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/Organization/ExampleOrganizationTTYTHangIV> a fhir:Organization ; fhir:Resource.id [ fhir:value "ExampleOrganizationTTYTHangIV"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization" ; fhir:index -1 ; fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization> ] ] ; 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=\"Organization_ExampleOrganizationTTYTHangIV\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization ExampleOrganizationTTYTHangIV</b></p><a name=\"ExampleOrganizationTTYTHangIV\"> </a><a name=\"hcExampleOrganizationTTYTHangIV\"> </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-organization.html\">Cơ sở y tế VN Core — VN Core Organization Profile</a></p></div><p><b>Loại hình cơ sở y tế — Vietnam Organization Type Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-type-cs TTYT}\">Trung tâm y tế</span></p><p><b>Cấp quản lý hành chính y tế — Vietnam Administrative Health Level Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs TINH}\">Tỉnh</span></p><p><b>Hạng đơn vị sự nghiệp y tế không phải cơ sở KCB — Non-KCB Health Unit Rank Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-health-unit-rank-cs IV}\">Hạng IV</span></p><p><b>Tình trạng xếp hạng cơ sở y tế — Organization Rank Status Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-rank-status-cs RANKED}\">Đã xếp hạng</span></p><p><b>Cấp năng lực cơ sở KCB — Facility Care Level Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-facility-care-level-cs CO_BAN}\">Cấp cơ bản</span></p><p><b>Tuyến chuyên môn kỹ thuật lịch sử — Legacy Technical Line Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-legacy-technical-line-cs TUYEN_3}\">Tuyến 3 — Huyện</span></p><p><b>identifier</b>: Mã cơ sở khám chữa bệnh/48045</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Trung tâm y tế khu vực</span></p><p><b>name</b>: Trung tâm Y tế khu vực An Phú</p><p><b>address</b>: Xã An Phú, Tỉnh An Giang</p></div>" ] ; fhir:DomainResource.extension [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-type" ] ; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-type-cs" ] ; fhir:Coding.code [ fhir:value "TTYT" ] ; fhir:Coding.display [ fhir:value "Trung tâm y tế" ] ] ] ], [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-level" ] ; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs" ] ; fhir:Coding.code [ fhir:value "TINH" ] ; fhir:Coding.display [ fhir:value "Tỉnh" ] ] ] ], [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-health-unit-rank" ] ; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-health-unit-rank-cs" ] ; fhir:Coding.code [ fhir:value "IV" ] ; fhir:Coding.display [ fhir:value "Hạng IV" ] ] ] ], [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank-status" ] ; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-rank-status-cs" ] ; fhir:Coding.code [ fhir:value "RANKED" ] ; fhir:Coding.display [ fhir:value "Đã xếp hạng" ] ] ] ], [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-facility-care-level" ] ; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-facility-care-level-cs" ] ; fhir:Coding.code [ fhir:value "CO_BAN" ] ; fhir:Coding.display [ fhir:value "Cấp cơ bản" ] ] ] ], [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-legacy-technical-line" ] ; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-legacy-technical-line-cs" ] ; fhir:Coding.code [ fhir:value "TUYEN_3" ] ; fhir:Coding.display [ fhir:value "Tuyến 3 — Huyện" ] ] ] ] ; fhir:Organization.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 "CSKCB" ] ; fhir:Coding.display [ fhir:value "Mã cơ sở khám chữa bệnh" ] ] ] ; fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/ma-cskcb" ] ; fhir:Identifier.value [ fhir:value "48045" ] ] ; fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ; fhir:Organization.type [ fhir:index -1 ; fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ] ; fhir:Coding.code [ fhir:value "prov" ] ; fhir:Coding.display [ fhir:value "Healthcare Provider" ] ] ; fhir:CodeableConcept.text [ fhir:value "Trung tâm y tế khu vực" ] ] ; fhir:Organization.name [ fhir:value "Trung tâm Y tế khu vực An Phú"] ; fhir:Organization.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 "91" ] ; fhir:Coding.display [ fhir:value "Tỉnh An Giang" ] ] ], [ 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 "30337" ] ; fhir:Coding.display [ fhir:value "Xã An Phú" ] ] ] ; fhir:Address.text [ fhir:value "Xã An Phú, Tỉnh An Giang" ] ; fhir:Address.state [ fhir:value "Tỉnh An Giang" ] ; fhir:Address.country [ fhir:value "VN" ] ] . <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationChoRay> a fhir:Organization ; fhir:Resource.id [ fhir:value "ExampleOrganizationChoRay"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization" ; fhir:index -1 ; fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization> ] ] ; 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=\"Organization_ExampleOrganizationChoRay\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization ExampleOrganizationChoRay</b></p><a name=\"ExampleOrganizationChoRay\"> </a><a name=\"hcExampleOrganizationChoRay\"> </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-organization.html\">Cơ sở y tế VN Core — VN Core Organization Profile</a></p></div><p><b>Loại hình cơ sở y tế — Vietnam Organization Type Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-type-cs BV}\">Bệnh viện</span></p><p><b>Cấp quản lý hành chính y tế — Vietnam Administrative Health Level Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs TW}\">Trung ương</span></p><p><b>Hạng cơ sở khám bệnh, chữa bệnh — Vietnam KCB Facility Rank Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-hospital-rank-cs DB}\">Đặc biệt</span></p><p><b>Tình trạng xếp hạng cơ sở y tế — Organization Rank Status Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-rank-status-cs RANKED}\">Đã xếp hạng</span></p><p><b>Cấp năng lực cơ sở KCB — Facility Care Level Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-facility-care-level-cs CHUYEN_SAU}\">Cấp chuyên sâu</span></p><p><b>Dải điểm chất lượng cơ sở KCB — Quality Score Band Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-quality-score-band-cs GT70}\">Trên 70 điểm</span></p><p><b>identifier</b>: Mã cơ sở khám chữa bệnh/79001</p><p><b>active</b>: true</p><p><b>name</b>: Bệnh viện Chợ Rẫy</p><p><b>telecom</b>: ph: 028 3855 4137</p><p><b>address</b>: 201B Nguyễn Chí Thanh, Phường Chợ Lớn, Thành phố Hồ Chí Minh</p></div>" ] ; fhir:DomainResource.extension [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-type" ] ; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-type-cs" ] ; fhir:Coding.code [ fhir:value "BV" ] ; fhir:Coding.display [ fhir:value "Bệnh viện" ] ] ] ], [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-level" ] ; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs" ] ; fhir:Coding.code [ fhir:value "TW" ] ; fhir:Coding.display [ fhir:value "Trung ương" ] ] ] ], [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank" ] ; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-hospital-rank-cs" ] ; fhir:Coding.code [ fhir:value "DB" ] ; fhir:Coding.display [ fhir:value "Đặc biệt" ] ] ] ], [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank-status" ] ; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-rank-status-cs" ] ; fhir:Coding.code [ fhir:value "RANKED" ] ; fhir:Coding.display [ fhir:value "Đã xếp hạng" ] ] ] ], [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-facility-care-level" ] ; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-facility-care-level-cs" ] ; fhir:Coding.code [ fhir:value "CHUYEN_SAU" ] ; fhir:Coding.display [ fhir:value "Cấp chuyên sâu" ] ] ] ], [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-quality-score-band" ] ; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-quality-score-band-cs" ] ; fhir:Coding.code [ fhir:value "GT70" ] ; fhir:Coding.display [ fhir:value "Trên 70 điểm" ] ] ] ] ; fhir:Organization.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 "CSKCB" ] ; fhir:Coding.display [ fhir:value "Mã cơ sở khám chữa bệnh" ] ] ] ; fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/ma-cskcb" ] ; fhir:Identifier.value [ fhir:value "79001" ] ] ; fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ; fhir:Organization.name [ fhir:value "Bệnh viện Chợ Rẫy"] ; fhir:Organization.telecom [ fhir:index -1 ; fhir:ContactPoint.system [ fhir:value "phone" ] ; fhir:ContactPoint.value [ fhir:value "028 3855 4137" ] ] ; fhir:Organization.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 "27343" ] ; fhir:Coding.display [ fhir:value "Phường Chợ Lớn" ] ] ] ; fhir:Address.text [ fhir:value "201B Nguyễn Chí Thanh, Phường Chợ Lớn, Thành phố Hồ Chí Minh" ] ; fhir:Address.line [ fhir:value "201B Nguyễn Chí Thanh" ; fhir:index -1 ] ; fhir:Address.district [ fhir:value "Quận 5" ] ; fhir:Address.state [ fhir:value "Thành phố Hồ Chí Minh" ] ; fhir:Address.country [ fhir:value "VN" ] ] . <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationBHXH> a fhir:Organization ; fhir:Resource.id [ fhir:value "ExampleOrganizationBHXH"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization" ; fhir:index -1 ; fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization> ] ] ; 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=\"Organization_ExampleOrganizationBHXH\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization ExampleOrganizationBHXH</b></p><a name=\"ExampleOrganizationBHXH\"> </a><a name=\"hcExampleOrganizationBHXH\"> </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-organization.html\">Cơ sở y tế VN Core — VN Core Organization Profile</a></p></div><p><b>identifier</b>: Mã cơ quan BHXH Việt Nam (mã quy ước)/00000</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type ins}\">Cơ quan bảo hiểm xã hội</span></p><p><b>name</b>: Bảo hiểm xã hội Việt Nam</p><p><b>address</b>: Số 7 Tràng Thi, Hoàn Kiếm, Hà Nội</p></div>" ] ; fhir:Organization.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 "CSKCB" ] ; fhir:Coding.display [ fhir:value "Mã cơ sở khám chữa bệnh" ] ] ; fhir:CodeableConcept.text [ fhir:value "Mã cơ quan BHXH Việt Nam (mã quy ước)" ] ] ; fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/ma-cskcb" ] ; fhir:Identifier.value [ fhir:value "00000" ] ] ; fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ; fhir:Organization.type [ fhir:index -1 ; fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ] ; fhir:Coding.code [ fhir:value "ins" ] ; fhir:Coding.display [ fhir:value "Insurance Company" ] ] ; fhir:CodeableConcept.text [ fhir:value "Cơ quan bảo hiểm xã hội" ] ] ; fhir:Organization.name [ fhir:value "Bảo hiểm xã hội Việt Nam"] ; fhir:Organization.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 "01" ] ; fhir:Coding.display [ fhir:value "Thành phố Hà Nội" ] ] ] ; fhir:Address.text [ fhir:value "Số 7 Tràng Thi, Hoàn Kiếm, Hà Nội" ] ; fhir:Address.state [ fhir:value "Thành phố Hà Nội" ] ; fhir:Address.country [ fhir:value "VN" ] ] . <http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerMinimal> a fhir:Practitioner ; fhir:Resource.id [ fhir:value "ExamplePractitionerMinimal"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-practitioner" ; fhir:index -1 ; fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-practitioner> ] ] ; 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=\"Practitioner_ExamplePractitionerMinimal\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner ExamplePractitionerMinimal</b></p><a name=\"ExamplePractitionerMinimal\"> </a><a name=\"hcExamplePractitionerMinimal\"> </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-practitioner.html\">Nhân viên y tế VN Core — VN Core Practitioner Profile</a></p></div><p><b>identifier</b>: Giấy phép hành nghề/005678/HCM-GPHN</p><p><b>name</b>: Trần Văn Minh</p></div>" ] ; fhir:Practitioner.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 "GPHN" ] ; fhir:Coding.display [ fhir:value "Giấy phép hành nghề" ] ] ] ; fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/gphn" ] ; fhir:Identifier.value [ fhir:value "005678/HCM-GPHN" ] ] ; fhir:Practitioner.name [ fhir:index -1 ; fhir:HumanName.text [ fhir:value "Trần Văn Minh" ] ] . <http://fhir.hl7.org.vn/core/Claim/InlineClaimBHYTSubmissionReferral> a fhir:Claim ; fhir:Resource.id [ fhir:value "InlineClaimBHYTSubmissionReferral"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-claim" ; fhir:index -1 ; fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-claim> ] ] ; 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=\"Claim_InlineClaimBHYTSubmissionReferral\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Claim InlineClaimBHYTSubmissionReferral</b></p><a name=\"InlineClaimBHYTSubmissionReferral\"> </a><a name=\"hcInlineClaimBHYTSubmissionReferral\"> </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-claim.html\">Yêu cầu thanh toán KCB VN Core — VN Core Claim Profile</a></p></div><p><b>identifier</b>: Mã liên kết hồ sơ BHYT/LK-2026-CT-000031</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/claim-type professional}\">Professional</span></p><p><b>subType</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-patient-visit-type-cs 1.2}\">KCB tại cơ sở KCB cấp ban đầu (TYT, PK, TTYT huyện)</span></p><p><b>use</b>: Claim</p><p><b>patient</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>created</b>: 2026-04-22</p><p><b>provider</b>: <a href=\"Organization-ExampleOrganizationTTYTHangIV.html\">Trung tâm Y tế khu vực An Phú</a></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/processpriority normal}\">Normal</span></p><blockquote><p><b>diagnosis</b></p><p><b>sequence</b>: 1</p><p><b>diagnosis</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 K92.2}\">Gastrointestinal haemorrhage, unspecified</span></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/ex-diagnosistype principal}\">Principal Diagnosis</span></p></blockquote><blockquote><p><b>diagnosis</b></p><p><b>sequence</b>: 2</p><p><b>diagnosis</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 D50.9}\">Iron deficiency anaemia, unspecified</span></p></blockquote><h3>Insurances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Focal</b></td><td><b>Coverage</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>true</td><td><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></td></tr></table><blockquote><p><b>item</b></p><p><b>sequence</b>: 1</p><p><b>category</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs 1}\">Khám bệnh</span></p><p><b>productOrService</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-examination-code-cs 02.05}\">Khám chuyên khoa Nội tiêu hóa</span></p><h3>Nets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>150000</td><td>Vietnamese đồng</td></tr></table></blockquote><h3>Totals</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>150000</td><td>Vietnamese đồng</td></tr></table></div>" ] ; fhir:Claim.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_LK" ] ; fhir:Coding.display [ fhir:value "Mã liên kết hồ sơ BHYT" ] ] ] ; fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/ma-lk" ] ; fhir:Identifier.value [ fhir:value "LK-2026-CT-000031" ] ] ; fhir:Claim.status [ fhir:value "active"] ; fhir:Claim.type [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/claim-type" ] ; fhir:Coding.code [ fhir:value "professional" ] ; fhir:Coding.display [ fhir:value "Professional" ] ] ] ; fhir:Claim.subType [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-patient-visit-type-cs" ] ; fhir:Coding.code [ fhir:value "1.2" ] ; fhir:Coding.display [ fhir:value "KCB tại cơ sở KCB cấp ban đầu (TYT, PK, TTYT huyện)" ] ] ] ; fhir:Claim.use [ fhir:value "claim"] ; fhir:Claim.patient [ 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:Claim.created [ fhir:value "2026-04-22"^^xsd:date] ; fhir:Claim.provider [ fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationTTYTHangIV> ; fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationTTYTHangIV" ] ; fhir:Reference.display [ fhir:value "Trung tâm Y tế khu vực An Phú" ] ] ; fhir:Claim.priority [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/processpriority" ] ; fhir:Coding.code [ fhir:value "normal" ] ; fhir:Coding.display [ fhir:value "Normal" ] ] ] ; fhir:Claim.diagnosis [ fhir:index -1 ; fhir:Claim.diagnosis.sequence [ fhir:value "1"^^xsd:positiveInteger ] ; fhir:Claim.diagnosis.diagnosisCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ] ; fhir:Coding.code [ fhir:value "K92.2" ] ; fhir:Coding.display [ fhir:value "Gastrointestinal haemorrhage, unspecified" ] ] ] ; fhir:Claim.diagnosis.type [ fhir:index -1 ; fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/ex-diagnosistype" ] ; fhir:Coding.code [ fhir:value "principal" ] ; fhir:Coding.display [ fhir:value "Principal Diagnosis" ] ] ] ], [ fhir:index -1 ; fhir:Claim.diagnosis.sequence [ fhir:value "2"^^xsd:positiveInteger ] ; fhir:Claim.diagnosis.diagnosisCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ] ; fhir:Coding.code [ fhir:value "D50.9" ] ; fhir:Coding.display [ fhir:value "Iron deficiency anaemia, unspecified" ] ] ] ] ; fhir:Claim.insurance [ fhir:index -1 ; fhir:Claim.insurance.sequence [ fhir:value "1"^^xsd:positiveInteger ] ; fhir:Claim.insurance.focal [ fhir:value "true"^^xsd:boolean ] ; fhir:Claim.insurance.coverage [ fhir:link <http://hl7.org/fhir/Coverage/ExampleCoverageBHYTNew> ; fhir:Reference.reference [ fhir:value "Coverage/ExampleCoverageBHYTNew" ] ] ] ; fhir:Claim.item [ fhir:index -1 ; fhir:Claim.item.sequence [ fhir:value "1"^^xsd:positiveInteger ] ; fhir:Claim.item.category [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs" ] ; fhir:Coding.code [ fhir:value "1" ] ; fhir:Coding.display [ fhir:value "Khám bệnh" ] ] ] ; fhir:Claim.item.productOrService [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-examination-code-cs" ] ; fhir:Coding.code [ fhir:value "02.05" ] ; fhir:Coding.display [ fhir:value "Nội tiêu hóa" ] ] ; fhir:CodeableConcept.text [ fhir:value "Khám chuyên khoa Nội tiêu hóa" ] ] ; fhir:Claim.item.net [ fhir:Money.value [ fhir:value "150000"^^xsd:decimal ] ; fhir:Money.currency [ fhir:value "VND" ] ] ] ; fhir:Claim.total [ fhir:Money.value [ fhir:value "150000"^^xsd:decimal ] ; fhir:Money.currency [ fhir:value "VND" ] ] . <http://hl7.org/fhir/Organization/ExampleOrganizationTTYTHangIV> a fhir:Organization . <http://hl7.org/fhir/Coverage/ExampleCoverageBHYTNew> a fhir:Coverage . <http://fhir.hl7.org.vn/core/Encounter/InlineEncounterBHYTSubmissionReferral> a fhir:Encounter ; fhir:Resource.id [ fhir:value "InlineEncounterBHYTSubmissionReferral"] ; 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 "generated" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Encounter_InlineEncounterBHYTSubmissionReferral\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Encounter InlineEncounterBHYTSubmissionReferral</b></p><a name=\"InlineEncounterBHYTSubmissionReferral\"> </a><a name=\"hcInlineEncounterBHYTSubmissionReferral\"> </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>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-04-22 08:30:00+0700 --> 2026-04-22 11:00:00+0700</p><p><b>reasonCode</b>: <span title=\"Codes:\">Nôn ra máu, đại tiện phân đen, nghi xuất huyết tiêu hóa trên</span></p><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Destination</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></td><td><span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-discharge-disposition-cs 2}\">Chuyển tuyến/Chuyển cơ sở KBCB theo yêu cầu chuyên môn</span></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-ExampleOrganizationTTYTHangIV.html\">Trung tâm Y tế khu vực An Phú</a></p></div>" ] ; 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-04-22T08:30:00+07:00"^^xsd:dateTime ] ; fhir:Period.end [ fhir:value "2026-04-22T11:00:00+07:00"^^xsd:dateTime ] ] ; fhir:Encounter.reasonCode [ fhir:index -1 ; fhir:CodeableConcept.text [ fhir:value "Nôn ra máu, đại tiện phân đen, nghi xuất huyết tiêu hóa trên" ] ] ; fhir:Encounter.hospitalization [ fhir:Encounter.hospitalization.destination [ 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" ] ] ; fhir:Encounter.hospitalization.dischargeDisposition [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-discharge-disposition-cs" ] ; fhir:Coding.code [ fhir:value "2" ] ; fhir:Coding.display [ fhir:value "Chuyển tuyến/Chuyển cơ sở KBCB theo yêu cầu chuyên môn" ] ] ] ] ; fhir:Encounter.serviceProvider [ fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationTTYTHangIV> ; fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationTTYTHangIV" ] ; fhir:Reference.display [ fhir:value "Trung tâm Y tế khu vực An Phú" ] ] . <http://fhir.hl7.org.vn/core/ServiceRequest/InlineServiceRequestReferralBHYTSubmission> a fhir:ServiceRequest ; fhir:Resource.id [ fhir:value "InlineServiceRequestReferralBHYTSubmission"] ; 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 "extensions" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_InlineServiceRequestReferralBHYTSubmission\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest InlineServiceRequestReferralBHYTSubmission</b></p><a name=\"InlineServiceRequestReferralBHYTSubmission\"> </a><a name=\"hcInlineServiceRequestReferralBHYTSubmission\"> </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>Hình thức chuyển tuyến — Referral Mode Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-referral-mode-cs 2}\">Chuyển đến từ tuyến dưới</span></p><p><b>identifier</b>: <a href=\"NamingSystem-vn-document-number-ns.html\" title=\"SCHEME DÙNG TẠM per-facility — 0.8.0 hạ cấp (hậu kiểm toán Codex): định danh này do TỪNG cơ sở#xA;tự quản lý nên khóa uniqueness là system+value; một URI quốc gia dùng chung KHÔNG bảo đảm uniqueness.#xA;Khuyến nghị chính: mỗi cơ sở tự công bố URI riêng; URI scheme này chỉ dùng khi chưa có URI riêng,#xA;khi đó assigner là bắt buộc nghiệp vụ (khuyến nghị bổ sung, không phải cơ chế uniqueness chính).#xA;Namespace khuyến nghị cho mã tài liệu lâm sàng nội bộ do cơ sở y tế phát sinh, dùng cho Composition.identifier và DocumentReference.identifier khi chưa có NamingSystem riêng của từng cơ sở.\">VNDocumentNumber</a>/HS-CT-2026-000031, <a href=\"NamingSystem-vn-document-number-ns.html\" title=\"SCHEME DÙNG TẠM per-facility — 0.8.0 hạ cấp (hậu kiểm toán Codex): định danh này do TỪNG cơ sở#xA;tự quản lý nên khóa uniqueness là system+value; một URI quốc gia dùng chung KHÔNG bảo đảm uniqueness.#xA;Khuyến nghị chính: mỗi cơ sở tự công bố URI riêng; URI scheme này chỉ dùng khi chưa có URI riêng,#xA;khi đó assigner là bắt buộc nghiệp vụ (khuyến nghị bổ sung, không phải cơ chế uniqueness chính).#xA;Namespace khuyến nghị cho mã tài liệu lâm sàng nội bộ do cơ sở y tế phát sinh, dùng cho Composition.identifier và DocumentReference.identifier khi chưa có NamingSystem riêng của từng cơ sở.\">VNDocumentNumber</a>/GCT-2026-000745, <a href=\"NamingSystem-vn-document-number-ns.html\" title=\"SCHEME DÙNG TẠM per-facility — 0.8.0 hạ cấp (hậu kiểm toán Codex): định danh này do TỪNG cơ sở#xA;tự quản lý nên khóa uniqueness là system+value; một URI quốc gia dùng chung KHÔNG bảo đảm uniqueness.#xA;Khuyến nghị chính: mỗi cơ sở tự công bố URI riêng; URI scheme này chỉ dùng khi chưa có URI riêng,#xA;khi đó assigner là bắt buộc nghiệp vụ (khuyến nghị bổ sung, không phải cơ chế uniqueness chính).#xA;Namespace khuyến nghị cho mã tài liệu lâm sàng nội bộ do cơ sở y tế phát sinh, dùng cho Composition.identifier và DocumentReference.identifier khi chưa có NamingSystem riêng của từng cơ sở.\">VNDocumentNumber</a>/SCT-2026-000112</p><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 KHAM}\">Khám chuyên khoa</span></p><p><b>priority</b>: Urgent</p><p><b>code</b>: <span title=\"Codes:\">Giấy chuyển tuyến — nghi xuất huyết tiêu hóa trên, vượt khả năng can thiệp nội soi</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Bundle-ExampleBHYTSubmissionReferral.html#Encounter_InlineEncounterBHYTSubmissionReferral\">Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 2026-04-22 08:30:00+0700 --> 2026-04-22 11:00:00+0700; reasonCode = </a></p><p><b>occurrence</b>: 2026-04-22 11:00:00+0700</p><p><b>authoredOn</b>: 2026-04-22 10:30:00+0700</p><p><b>requester</b>: <a href=\"Practitioner-ExamplePractitionerMinimal.html\">BS. Trần Văn Minh</a></p><p><b>performer</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 K92.2}\">Nôn ra máu tươi 2 lần, phân đen, mạch 110 lần/phút, huyết áp 90/60 mmHg</span>, <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-care-transfer-reason-cs 1}\">Đủ điều kiện chuyển cơ sở khám bệnh, chữa bệnh theo quy định (MA_LYDO_CT = 1)</span></p><p><b>note</b>: , </p><blockquote><div><p>Hướng điều trị: nội soi tiêu hóa cấp cứu, cầm máu qua nội soi, hồi sức truyền dịch tại tuyến trên.</p>\n</div></blockquote><blockquote><div><p>Vận chuyển bằng xe cứu thương của Trung tâm, có điều dưỡng hộ tống.</p>\n</div></blockquote></div>" ] ; fhir:DomainResource.extension [ fhir:index -1 ; fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-referral-mode" ] ; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-referral-mode-cs" ] ; fhir:Coding.code [ fhir:value "2" ] ; fhir:Coding.display [ fhir:value "Chuyển đến từ tuyến dưới" ] ] ] ] ; fhir:ServiceRequest.identifier [ fhir:index -1 ; fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/document-number" ] ; fhir:Identifier.value [ fhir:value "HS-CT-2026-000031" ] ], [ fhir:index -1 ; fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/document-number" ] ; fhir:Identifier.value [ fhir:value "GCT-2026-000745" ] ], [ fhir:index -1 ; fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/document-number" ] ; fhir:Identifier.value [ fhir:value "SCT-2026-000112" ] ] ; 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 "KHAM" ] ; fhir:Coding.display [ fhir:value "Khám chuyên khoa" ] ] ] ; fhir:ServiceRequest.priority [ fhir:value "urgent"] ; fhir:ServiceRequest.code [ fhir:CodeableConcept.text [ fhir:value "Giấy chuyển tuyến — nghi xuất huyết tiêu hóa trên, vượt khả năng can thiệp nội soi" ] ] ; 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/InlineEncounterBHYTSubmissionReferral> ; fhir:Reference.reference [ fhir:value "Encounter/InlineEncounterBHYTSubmissionReferral" ] ] ; fhir:ServiceRequest.occurrenceDateTime [ fhir:value "2026-04-22T11:00:00+07:00"^^xsd:dateTime] ; fhir:ServiceRequest.authoredOn [ fhir:value "2026-04-22T10:30:00+07:00"^^xsd:dateTime] ; fhir:ServiceRequest.requester [ fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerMinimal> ; fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerMinimal" ] ; fhir:Reference.display [ fhir:value "BS. Trần Văn Minh" ] ] ; fhir:ServiceRequest.performer [ fhir:index -1 ; 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" ] ] ; 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 "K92.2" ] ; fhir:Coding.display [ fhir:value "Gastrointestinal haemorrhage, unspecified" ] ] ; fhir:CodeableConcept.text [ fhir:value "Nôn ra máu tươi 2 lần, phân đen, mạch 110 lần/phút, huyết áp 90/60 mmHg" ] ], [ fhir:index -1 ; fhir:CodeableConcept.coding [ fhir:index -1 ; fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-care-transfer-reason-cs" ] ; fhir:Coding.code [ fhir:value "1" ] ; fhir:Coding.display [ fhir:value "Đủ điều kiện chuyển tuyến/chuyển cơ sở KBCB phù hợp quy định" ] ] ; fhir:CodeableConcept.text [ fhir:value "Đủ điều kiện chuyển cơ sở khám bệnh, chữa bệnh theo quy định (MA_LYDO_CT = 1)" ] ] ; fhir:ServiceRequest.note [ fhir:index -1 ; fhir:Annotation.text [ fhir:value "Hướng điều trị: nội soi tiêu hóa cấp cứu, cầm máu qua nội soi, hồi sức truyền dịch tại tuyến trên." ] ], [ fhir:index -1 ; fhir:Annotation.text [ fhir:value "Vận chuyển bằng xe cứu thương của Trung tâm, có điều dưỡng hộ tống." ] ] . <http://hl7.org/fhir/Encounter/InlineEncounterBHYTSubmissionReferral> a fhir:Encounter . <http://hl7.org/fhir/Practitioner/ExamplePractitionerMinimal> a fhir:Practitioner . <http://fhir.hl7.org.vn/core/Practitioner/InlinePractitionerReferralSignerBHYTSubmission> a fhir:Practitioner ; fhir:Resource.id [ fhir:value "InlinePractitionerReferralSignerBHYTSubmission"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-practitioner" ; fhir:index -1 ; fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-practitioner> ] ] ; 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=\"Practitioner_InlinePractitionerReferralSignerBHYTSubmission\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner InlinePractitionerReferralSignerBHYTSubmission</b></p><a name=\"InlinePractitionerReferralSignerBHYTSubmission\"> </a><a name=\"hcInlinePractitionerReferralSignerBHYTSubmission\"> </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-practitioner.html\">Nhân viên y tế VN Core — VN Core Practitioner Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-vn-gphn-ns.html\" title=\"Hệ thống định danh Số Giấy phép hành nghề khám bệnh, chữa bệnh theo Luật KCB 2023 và NĐ 96/2023/NĐ-CP.#xA;Đây là định danh hành nghề current của Practitioner trong dữ liệu mới.\">VNGPHN</a>/001357/BYT-GPHN</p><p><b>name</b>: BSCKII. Lê Thị Hoa</p></div>" ] ; fhir:Practitioner.identifier [ fhir:index -1 ; fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/gphn" ] ; fhir:Identifier.value [ fhir:value "001357/BYT-GPHN" ] ] ; fhir:Practitioner.name [ fhir:index -1 ; fhir:HumanName.text [ fhir:value "BSCKII. Lê Thị Hoa" ] ; fhir:HumanName.family [ fhir:value "Lê" ] ; fhir:HumanName.given [ fhir:value "Thị Hoa" ; fhir:index -1 ] ] . <http://fhir.hl7.org.vn/core/DocumentReference/InlineDocumentReferenceReferralLetterBHYTSubmission> a fhir:DocumentReference ; fhir:Resource.id [ fhir:value "InlineDocumentReferenceReferralLetterBHYTSubmission"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-document-reference" ; fhir:index -1 ; fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-document-reference> ] ] ; 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=\"DocumentReference_InlineDocumentReferenceReferralLetterBHYTSubmission\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference InlineDocumentReferenceReferralLetterBHYTSubmission</b></p><a name=\"InlineDocumentReferenceReferralLetterBHYTSubmission\"> </a><a name=\"hcInlineDocumentReferenceReferralLetterBHYTSubmission\"> </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-document-reference.html\">Tài liệu y tế VN Core — VN Core DocumentReference Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-vn-document-number-ns.html\" title=\"SCHEME DÙNG TẠM per-facility — 0.8.0 hạ cấp (hậu kiểm toán Codex): định danh này do TỪNG cơ sở#xA;tự quản lý nên khóa uniqueness là system+value; một URI quốc gia dùng chung KHÔNG bảo đảm uniqueness.#xA;Khuyến nghị chính: mỗi cơ sở tự công bố URI riêng; URI scheme này chỉ dùng khi chưa có URI riêng,#xA;khi đó assigner là bắt buộc nghiệp vụ (khuyến nghị bổ sung, không phải cơ chế uniqueness chính).#xA;Namespace khuyến nghị cho mã tài liệu lâm sàng nội bộ do cơ sở y tế phát sinh, dùng cho Composition.identifier và DocumentReference.identifier khi chưa có NamingSystem riêng của từng cơ sở.\">VNDocumentNumber</a>/GCT-2026-000745</p><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:\">Giấy chuyển tuyến/chuyển cơ sở khám bệnh, chữa bệnh (mẫu số 6 Phụ lục NĐ 75/2023/NĐ-CP)</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>date</b>: 2026-04-22 10:45:00+0700</p><p><b>author</b>: <a href=\"Bundle-ExampleBHYTSubmissionReferral.html#Practitioner_InlinePractitionerReferralSignerBHYTSubmission\">BSCKII. Lê Thị Hoa — Giám đốc Trung tâm Y tế khu vực An Phú</a></p><p><b>custodian</b>: <a href=\"Organization-ExampleOrganizationTTYTHangIV.html\">Trung tâm Y tế khu vực An Phú</a></p><p><b>description</b>: Giấy chuyển tuyến số GCT-2026-000745: chuyển người bệnh nghi xuất huyết tiêu hóa trên đến Bệnh viện Chợ Rẫy, ký bởi Giám đốc Trung tâm.</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Language</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td>Vietnamese</td><td>GiayChuyenTuyen-GCT-2026-000745.pdf</td><td>2026-04-22 10:45:00+0700</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Period</b></td><td><b>Related</b></td></tr><tr><td style=\"display: none\">*</td><td>2026-04-22 08:30:00+0700 --> 2026-04-22 11:00:00+0700</td><td><a href=\"Bundle-ExampleBHYTSubmissionReferral.html#ServiceRequest_InlineServiceRequestReferralBHYTSubmission\">ServiceRequest </a></td></tr></table></div>" ] ; fhir:DocumentReference.identifier [ fhir:index -1 ; fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/document-number" ] ; fhir:Identifier.value [ fhir:value "GCT-2026-000745" ] ] ; fhir:DocumentReference.status [ fhir:value "current"] ; fhir:DocumentReference.type [ fhir:CodeableConcept.text [ fhir:value "Giấy chuyển tuyến/chuyển cơ sở khám bệnh, chữa bệnh (mẫu số 6 Phụ lục NĐ 75/2023/NĐ-CP)" ] ] ; fhir:DocumentReference.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:DocumentReference.date [ fhir:value "2026-04-22T10:45:00+07:00"^^xsd:dateTime] ; fhir:DocumentReference.author [ fhir:index -1 ; fhir:link <http://hl7.org/fhir/Practitioner/InlinePractitionerReferralSignerBHYTSubmission> ; fhir:Reference.reference [ fhir:value "Practitioner/InlinePractitionerReferralSignerBHYTSubmission" ] ; fhir:Reference.display [ fhir:value "BSCKII. Lê Thị Hoa — Giám đốc Trung tâm Y tế khu vực An Phú" ] ] ; fhir:DocumentReference.custodian [ fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationTTYTHangIV> ; fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationTTYTHangIV" ] ; fhir:Reference.display [ fhir:value "Trung tâm Y tế khu vực An Phú" ] ] ; fhir:DocumentReference.description [ fhir:value "Giấy chuyển tuyến số GCT-2026-000745: chuyển người bệnh nghi xuất huyết tiêu hóa trên đến Bệnh viện Chợ Rẫy, ký bởi Giám đốc Trung tâm."] ; fhir:DocumentReference.content [ fhir:index -1 ; fhir:DocumentReference.content.attachment [ fhir:Attachment.contentType [ fhir:value "application/pdf" ] ; fhir:Attachment.language [ fhir:value "vi" ] ; fhir:Attachment.title [ fhir:value "GiayChuyenTuyen-GCT-2026-000745.pdf" ] ; fhir:Attachment.creation [ fhir:value "2026-04-22T10:45:00+07:00"^^xsd:dateTime ] ] ] ; fhir:DocumentReference.context [ fhir:DocumentReference.context.period [ fhir:Period.start [ fhir:value "2026-04-22T08:30:00+07:00"^^xsd:dateTime ] ; fhir:Period.end [ fhir:value "2026-04-22T11:00:00+07:00"^^xsd:dateTime ] ] ; fhir:DocumentReference.context.related [ fhir:index -1 ; fhir:link <http://hl7.org/fhir/ServiceRequest/InlineServiceRequestReferralBHYTSubmission> ; fhir:Reference.reference [ fhir:value "ServiceRequest/InlineServiceRequestReferralBHYTSubmission" ] ] ] . <http://hl7.org/fhir/Practitioner/InlinePractitionerReferralSignerBHYTSubmission> a fhir:Practitioner . <http://hl7.org/fhir/ServiceRequest/InlineServiceRequestReferralBHYTSubmission> a fhir:ServiceRequest . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Bundle/ExampleBHYTSubmissionReferral.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/Bundle/ExampleBHYTSubmissionReferral.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