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

: Ví dụ: Vật tư y tế — Kim luồn tĩnh mạch 22G - JSON Representation

Raw json | Download

{
  "resourceType" : "Device",
  "id" : "ExampleDeviceVTYT",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-device"
    ]
  },
  "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\">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-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 272265001}\">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 VTYT: Nhóm 1 (tiêu hao). Đơn giá BHYT: 15.000 VND/cái.</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-22G-001"
    }
  ],
  "status" : "active",
  "manufacturer" : "BD (Becton, Dickinson and Company)",
  "lotNumber" : "BD2026030101",
  "modelNumber" : "22G x 25mm",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "272265001",
        "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 VTYT: Nhóm 1 (tiêu hao). Đơn giá BHYT: 15.000 VND/cái."
    }
  ]
}