HL7 Vietnam VN Core FHIR Implementation Guide

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.5.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.5.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ: Thiết bị y tế — Kim luồn tĩnh mạch 22G

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

{
  "resourceType" : "Device",
  "id" : "ExampleDeviceVTYT",
  "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\"><p class=\"res-header-id\"><b>Generated Narrative: Device ExampleDeviceVTYT</b></p><a name=\"ExampleDeviceVTYT\"> </a><a name=\"hcExampleDeviceVTYT\"> </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-device.html\">Thiết bị y tế VN Core — VN Core Device Profile</a></p></div><p><b>Nhóm TBYT theo danh mục BHYT — VN Device Group</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-device-group-cs N04.00.000}\">Ống thông, ống dẫn lưu, ống nối, dây nối, chạc nối, catheter</span></p><p><b>identifier</b>: Mã vật tư/thiết bị y tế/VT-22G-001</p><p><b>status</b>: Active</p><p><b>manufacturer</b>: BD (Becton, Dickinson and Company)</p><p><b>lotNumber</b>: BD2026030101</p><p><b>modelNumber</b>: 22G x 25mm</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 63653004}\">Kim luồn tĩnh mạch</span></p><p><b>note</b>: </p><blockquote><div><p>Kim luồn tĩnh mạch 22G x 25mm, có cánh, an toàn. Nhóm TBYT BHYT: N04.00.000 — ống thông/catheter theo TT 04/2017/TT-BYT Phụ lục 01. Phạm vi, tỷ lệ thanh toán và đơn giá BHYT thuộc dòng Claim.item, không phải thuộc tính cố định của Device.</p>\n</div></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-device-group",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-device-group-cs",
            "code" : "N04.00.000",
            "display" : "Ống thông, ống dẫn lưu, ống nối, dây nối, chạc nối, catheter"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "type" : {
        "text" : "Mã vật tư/thiết bị y tế"
      },
      "system" : "http://fhir.hl7.org.vn/core/sid/medical-device-item-code",
      "value" : "VT-22G-001"
    }
  ],
  "status" : "active",
  "manufacturer" : "BD (Becton, Dickinson and Company)",
  "lotNumber" : "BD2026030101",
  "modelNumber" : "22G x 25mm",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "63653004",
        "display" : "Medical device"
      }
    ],
    "text" : "Kim luồn tĩnh mạch"
  },
  "note" : [
    {
      "text" : "Kim luồn tĩnh mạch 22G x 25mm, có cánh, an toàn. Nhóm TBYT BHYT: N04.00.000 — ống thông/catheter theo TT 04/2017/TT-BYT Phụ lục 01. Phạm vi, tỷ lệ thanh toán và đơn giá BHYT thuộc dòng Claim.item, không phải thuộc tính cố định của Device."
    }
  ]
}