HL7 Vietnam VN Core FHIR Implementation Guide

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.3.0 - STU1 Draft Viet Nam cờ

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ (Edge Case): Thẻ BHYT hết hạn — đối tượng hộ nghèo

Bản thô json | Tải xuống

{
  "resourceType" : "Coverage",
  "id" : "ExampleCoverageBHYTExpired",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-coverage"
    ]
  },
  "language" : "vi",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"vi\" lang=\"vi\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage ExampleCoverageBHYTExpired</b></p><a name=\"ExampleCoverageBHYTExpired\"> </a><a name=\"hcExampleCoverageBHYTExpired\"> </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\">Language: vi</p><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 HN}\">Người thuộc hộ gia đình nghèo</span></p><p><b>Nơi đăng ký KCB ban đầu — Vietnam Primary Care Facility Extension</b>: Trạm Y tế xã Tân Phú (Identifier: <a href=\"NamingSystem-vn-ma-cskcb-ns.html\" title=\"Hệ thống mã cơ sở khám chữa bệnh (5 chữ số), do BHXH Việt Nam cấp.\nDùng để định danh các cơ sở y tế trong hệ thống thanh toán BHYT.\nCăn cứ: Luật KCB 2023 (15/2023/QH15), BHXH Việt Nam.\">VNCSKCB</a>/79088)</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>/079188045678</p><p><b>status</b>: Cancelled</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/insurance-coverage-type medical}\">Bảo hiểm y tế (HẾT HẠN)</span></p><p><b>beneficiary</b>: Lê Văn Tùng</p><p><b>period</b>: 2025-01-01 --&gt; 2026-01-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" : "HN",
            "display" : "Người thuộc hộ gia đình nghèo"
          }
        ]
      }
    },
    {
      "url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-primary-care-facility",
      "valueReference" : {
        "identifier" : {
          "system" : "http://fhir.hl7.org.vn/core/sid/ma-cskcb",
          "value" : "79088"
        },
        "display" : "Trạm Y tế xã Tân Phú"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://fhir.hl7.org.vn/core/sid/bhyt",
      "value" : "079188045678"
    }
  ],
  "status" : "cancelled",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/insurance-coverage-type",
        "code" : "medical",
        "display" : "Medical"
      }
    ],
    "text" : "Bảo hiểm y tế (HẾT HẠN)"
  },
  "beneficiary" : {
    "display" : "Lê Văn Tùng"
  },
  "period" : {
    "start" : "2025-01-01",
    "end" : "2026-01-31"
  },
  "payor" : [
    {
      "display" : "Bảo hiểm Xã hội Việt Nam"
    }
  ]
}