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ụ: Implant legacy thiếu số lưu hành (test fixture âm)

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

{
  "resourceType" : "Device",
  "id" : "ExampleDeviceImplantLegacyNoRegnum",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-implantable-device"
    ]
  },
  "language" : "vi",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device ExampleDeviceImplantLegacyNoRegnum</b></p><a name=\"ExampleDeviceImplantLegacyNoRegnum\"> </a><a name=\"hcExampleDeviceImplantLegacyNoRegnum\"> </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-implantable-device.html\">Thiết bị cấy ghép VN Core — VN Core Implantable 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 N06.00.000}\">Vật liệu thay thế, vật liệu cấy ghép nhân tạo</span></p><p><b>Phân loại rủi ro thiết bị y tế — VN Device Risk Class</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-device-risk-class-cs D}\">Loại D - rủi ro cao</span></p><p><b>identifier</b>: Mã vật tư/thiết bị y tế/LEGACY-IMPL-001</p><p><b>status</b>: Inactive</p><p><b>manufacturer</b>: Boston Scientific (legacy)</p><p><b>lotNumber</b>: BST2018090101</p><p><b>serialNumber</b>: S20180901</p><p><b>type</b>: <span title=\"Codes:\">Stent kim loại trần (Bare-Metal Stent) — legacy device, năm sản xuất 2018</span></p><p><b>patient</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An (legacy)</a></p><p><b>note</b>: </p><blockquote><div><p>TEST FIXTURE — Thiết bị legacy không có số lưu hành. Invariant vn-implant-regnum-class-cd fires warning intentionally để demo cảnh báo. Trong production, bệnh viện cần bổ sung số lưu hành (qua RFI Cục Hạ tầng &amp; TBYT hoặc data quality remediation).</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" : "N06.00.000",
            "display" : "Vật liệu thay thế, vật liệu cấy ghép nhân tạo"
          }
        ]
      }
    },
    {
      "url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-device-risk-class",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-device-risk-class-cs",
            "code" : "D",
            "display" : "Loại D - rủi ro cao"
          }
        ]
      }
    }
  ],
  "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" : "LEGACY-IMPL-001"
    }
  ],
  "status" : "inactive",
  "manufacturer" : "Boston Scientific (legacy)",
  "lotNumber" : "BST2018090101",
  "serialNumber" : "S20180901",
  "type" : {
    "text" : "Stent kim loại trần (Bare-Metal Stent) — legacy device, năm sản xuất 2018"
  },
  "patient" : {
    🔗 "reference" : "Patient/ExamplePatientNguyenVanAn",
    "display" : "Nguyễn Văn An (legacy)"
  },
  "note" : [
    {
      "text" : "TEST FIXTURE — Thiết bị legacy không có số lưu hành. Invariant vn-implant-regnum-class-cd fires warning intentionally để demo cảnh báo. Trong production, bệnh viện cần bổ sung số lưu hành (qua RFI Cục Hạ tầng & TBYT hoặc data quality remediation)."
    }
  ]
}