VN Core FHIR Implementation Guide — Bộ Hướng dẫn Triển khai FHIR Cốt lõi cho Việt Nam - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Coverage",
"id" : "ExampleCoverageBHYTLegacy",
"meta" : {
"profile" : [
🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-coverage"
]
},
"text" : {
"status" : "extensions",
"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.\nHỗ trợ 3 format (hiện duy trì song song):\n- CCCD 12 chữ số: hỗ trợ từ 15/8/2025 (NĐ 188/2025/NĐ-CP, hiệu lực 15/8/2025)\n- Mã số BHXH 10 chữ số: từ 01/4/2021\n- Format cũ 15 ký tự (2 chữ cái + 13 chữ số): trước 01/4/2021\nBê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.\nCăn cứ: Luật BHYT 2008 sửa đổi 2014, NĐ 188/2025/NĐ-CP, QĐ 3176/QĐ-BYT (29/10/2024).\">VNBHYT</a>/HT4790123456789</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:\">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>"
},
"extension" : [
{
"url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-bhyt-card-type",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-card-type-cs",
"code" : "HT",
"display" : "Người hưởng lương hưu, trợ cấp mất sức lao động hàng tháng"
}
]
}
}
],
"identifier" : [
{
"system" : "http://fhir.hl7.org.vn/core/sid/bhyt",
"value" : "HT4790123456789"
}
],
"status" : "active",
"type" : {
"text" : "Bảo hiểm y tế"
},
"beneficiary" : {
🔗 "reference" : "Patient/ExamplePatientMinimal",
"display" : "Trần Thị B"
},
"period" : {
"start" : "2020-01-01",
"end" : "2021-03-31"
},
"payor" : [
{
"display" : "Bảo hiểm Xã hội Việt Nam"
}
]
}