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ụ: Thiết bị cấy ghép — Stent mạch vành phủ thuốc

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

{
  "resourceType" : "Device",
  "id" : "ExampleDeviceImplant",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-device"
    ]
  },
  "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: Device ExampleDeviceImplant</b></p><a name=\"ExampleDeviceImplant\"> </a><a name=\"hcExampleDeviceImplant\"> </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-device.html\">Vật tư y tế VN Core — VN Core Device Profile</a></p></div><p><b>Phạm vi BHYT cho VTYT — Device Insurance Scope Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-scope-cs 1}\">Trong phạm vi hưởng BHYT</span></p><p><b>identifier</b>: Mã VTYT/VT-STENT-DES-001</p><h3>UdiCarriers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DeviceIdentifier</b></td><td><b>CarrierHRF</b></td></tr><tr><td style=\"display: none\">*</td><td>00844588003288</td><td>(01)00844588003288(11)260115(17)280115(21)S260120001</td></tr></table><p><b>status</b>: Active</p><p><b>manufacturer</b>: Abbott Vascular</p><p><b>lotNumber</b>: ABT2026010501</p><p><b>serialNumber</b>: S260120001</p><p><b>modelNumber</b>: XIENCE Sierra 3.0mm x 18mm</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 304120007}\">Stent mạch vành phủ thuốc (Drug-Eluting Stent)</span></p><p><b>note</b>: </p><blockquote><div><p>Stent mạch vành phủ thuốc Everolimus (XIENCE Sierra). Kích thước 3.0mm x 18mm. Nhóm VTYT: Nhóm 3 (cấy ghép). Đơn giá BHYT: 28.000.000 VND/cái. Per NĐ 74/2025/NĐ-CP, mức thanh toán VTYT cao giá theo QĐ BHXH.</p>\n</div></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-device-insurance-scope",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-scope-cs",
            "code" : "1",
            "display" : "Trong phạm vi hưởng BHYT"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "type" : {
        "text" : "Mã VTYT"
      },
      "system" : "http://fhir.hl7.org.vn/core/sid/ma-vat-tu",
      "value" : "VT-STENT-DES-001"
    }
  ],
  "udiCarrier" : [
    {
      "deviceIdentifier" : "00844588003288",
      "carrierHRF" : "(01)00844588003288(11)260115(17)280115(21)S260120001"
    }
  ],
  "status" : "active",
  "manufacturer" : "Abbott Vascular",
  "lotNumber" : "ABT2026010501",
  "serialNumber" : "S260120001",
  "modelNumber" : "XIENCE Sierra 3.0mm x 18mm",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "304120007",
        "display" : "Total hip replacement prosthesis"
      }
    ],
    "text" : "Stent mạch vành phủ thuốc (Drug-Eluting Stent)"
  },
  "note" : [
    {
      "text" : "Stent mạch vành phủ thuốc Everolimus (XIENCE Sierra). Kích thước 3.0mm x 18mm. Nhóm VTYT: Nhóm 3 (cấy ghép). Đơn giá BHYT: 28.000.000 VND/cái. Per NĐ 74/2025/NĐ-CP, mức thanh toán VTYT cao giá theo QĐ BHXH."
    }
  ]
}