Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.7.0 - Draft for Community Review
Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Local Development build (v0.7.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/Coverage/ExampleCoverageBHYTLegacy> a fhir:Coverage ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleCoverageBHYTLegacy"] ;
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\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage ExampleCoverageBHYTLegacy</b></p><a name=\"ExampleCoverageBHYTLegacy\"> </a><a name=\"hcExampleCoverageBHYTLegacy\"> </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 HT}\">Người hưởng lương hưu, trợ cấp mất sức lao động hàng tháng</span></p><p><b>identifier</b>: <a href=\"NamingSystem-vn-bhyt-ns.html\" title=\"Hệ thống định danh Số thẻ Bảo hiểm Y tế, do BHXH Việt Nam cấp.#xA;Hỗ trợ 3 format (hiện duy trì song song):#xA;- CCCD 12 chữ số: hỗ trợ từ 15/8/2025 (NĐ 188/2025/NĐ-CP, hiệu lực 15/8/2025)#xA;- Mã số BHXH 10 chữ số: từ 01/4/2021#xA;- Format cũ 15 ký tự (2 chữ cái + 13 chữ số): trước 01/4/2021#xA;Bên triển khai cần xác minh chính sách BHXH hiện hành trước khi coi CCCD là mã BHYT duy nhất.#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, hỗ trợ định danh BHYT 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>/HT4790123456789</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>beneficiary</b>: <a href=\"Patient-ExamplePatientMinimal.html\">Trần Thị B</a></p><p><b>period</b>: 2020-01-01 --> 2021-03-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 "HT" ] ;
fhir:Coding.display [ fhir:value "Người hưởng lương hưu, trợ cấp mất sức lao động hàng tháng" ]
]
]
] ;
fhir:Coverage.identifier [
fhir:index -1 ;
fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/bhyt" ] ;
fhir:Identifier.value [ fhir:value "HT4790123456789" ]
] ;
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.beneficiary [
fhir:link <http://hl7.org/fhir/Patient/ExamplePatientMinimal> ;
fhir:Reference.reference [ fhir:value "Patient/ExamplePatientMinimal" ] ;
fhir:Reference.display [ fhir:value "Trần Thị B" ]
] ;
fhir:Coverage.period [
fhir:Period.start [ fhir:value "2020-01-01"^^xsd:date ] ;
fhir:Period.end [ fhir:value "2021-03-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/Patient/ExamplePatientMinimal> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Coverage/ExampleCoverageBHYTLegacy.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Coverage/ExampleCoverageBHYTLegacy.ttl> .
IG © 2026+ Omi HealthTech / VN Core FHIR Community Initiative.
Package hl7.fhir.vn.core#0.7.0 based on FHIR 4.0.1.
Sinh ngày
2026-07-14
Liên kết: Mục lục |
Báo cáo QA