HL7 Vietnam VN Core FHIR Implementation Guide

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

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

: Negative Example: CCCD chỉ có data-absent-reason, không căn cứ thay thế

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

{
  "resourceType" : "Patient",
  "id" : "ExamplePatientDARBypassNoReason",
  "language" : "vi",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ExamplePatientDARBypassNoReason</b></p><a name=\"ExamplePatientDARBypassNoReason\"> </a><a name=\"hcExamplePatientDARBypassNoReason\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Bệnh nhân DAR không căn cứ Male, DoB: 1990-01-01 ( http://fhir.hl7.org.vn/core/sid/mrn#VNMRN#BV-CR-2026-9999)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><a href=\"NamingSystem-vn-cccd-ns.html\" title=\"Hệ thống định danh Số Căn cước công dân (12 chữ số), do Bộ Công an cấp.\nLà số định danh cá nhân duy nhất theo Luật Căn cước 2023 (26/2023/QH15).\nTừ 01/7/2025, thay thế mã số thuế cá nhân.\nBắt buộc cho bệnh án điện tử theo TT 13/2025/TT-BYT.\nLiên kết với dữ liệu người bệnh trong CSDL quốc gia về y tế theo NĐ 102/2025/NĐ-CP (13/5/2025).\">VNCCCD</a>/?ngen-9?</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.hl7.org.vn/core/sid/mrn",
      "value" : "BV-CR-2026-9999"
    },
    {
      "system" : "http://fhir.hl7.org.vn/core/sid/cccd",
      "_value" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode" : "unknown"
          }
        ]
      }
    }
  ],
  "name" : [
    {
      "text" : "Bệnh nhân DAR không căn cứ"
    }
  ],
  "gender" : "male",
  "birthDate" : "1990-01-01"
}