VN Core FHIR Implementation Guide — Bộ Hướng dẫn Triển khai FHIR Cốt lõi cho Việt Nam
0.1.0 - STU1 Draft Viet Nam flag

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

: Tìm kiếm bệnh nhân theo số thẻ BHYT — VN Patient BHYT Search Parameter - JSON Representation

Draft as of 2026-03-20

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "vn-sp-patient-bhyt",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter vn-sp-patient-bhyt</b></p><a name=\"vn-sp-patient-bhyt\"> </a><a name=\"hcvn-sp-patient-bhyt\"> </a><h2>VNSPPatientBHYT</h2><p>Parameter <code>vn-bhyt</code>:<code>token</code></p><div><p>SearchParameter cho phép tìm kiếm Patient theo số thẻ BHYT.\nHỗ trợ cả 3 format (duy trì song song): CCCD 12 số (từ 15/8/2025 per NĐ 188/2025), BHXH 10 số, legacy 15 ký tự.\nVí dụ: GET [base]/Patient?vn-bhyt=001099012345</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/patient.html\">Patient</a></td></tr><tr><td>Expression</td><td><code>Patient.identifier.where(system='http://fhir.hl7.org.vn/core/sid/bhyt').value</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  },
  "url" : "http://fhir.hl7.org.vn/core/SearchParameter/vn-sp-patient-bhyt",
  "version" : "0.1.0",
  "name" : "VNSPPatientBHYT",
  "status" : "draft",
  "date" : "2026-03-20",
  "publisher" : "HL7 Vietnam",
  "contact" : [
    {
      "name" : "HL7 Vietnam",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://hl7.org.vn"
        },
        {
          "system" : "email",
          "value" : "[email protected]"
        }
      ]
    }
  ],
  "description" : "SearchParameter cho phép tìm kiếm Patient theo số thẻ BHYT.\nHỗ trợ cả 3 format (duy trì song song): CCCD 12 số (từ 15/8/2025 per NĐ 188/2025), BHXH 10 số, legacy 15 ký tự.\nVí dụ: GET [base]/Patient?vn-bhyt=001099012345",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "VN",
          "display" : "Viet Nam"
        }
      ]
    }
  ],
  "code" : "vn-bhyt",
  "base" : [
    "Patient"
  ],
  "type" : "token",
  "expression" : "Patient.identifier.where(system='http://fhir.hl7.org.vn/core/sid/bhyt').value"
}