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

: Tìm kiếm Device theo số lưu hành — VN Device Registration Number Search Parameter

Draft tại thời điểm 2026-04-26

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

{
  "resourceType" : "SearchParameter",
  "id" : "vn-sp-device-registration-number",
  "language" : "vi",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter vn-sp-device-registration-number</b></p><a name=\"vn-sp-device-registration-number\"> </a><a name=\"hcvn-sp-device-registration-number\"> </a><h2>VNSPDeviceRegistrationNumber</h2><p>Parameter <code>vn-registration-number</code>:<code>token</code></p><div><p>SearchParameter cho phép tìm kiếm Device theo số lưu hành TBYT do Cục Hạ tầng &amp; Thiết bị y tế cấp.\nCăn cứ: NĐ 98/2021/NĐ-CP Chương III (đã sửa NĐ 07/2023, NĐ 04/2025) — đăng ký lưu hành TBYT.\nVí dụ: GET [base]/Device?vn-registration-number=20255555/BYT-CCHTBYT</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/device.html\">Device</a></td></tr><tr><td>Expression</td><td><code>Device.extension.where(url='http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-device-registration-number').value.ofType(Identifier).value</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  },
  "url" : "http://fhir.hl7.org.vn/core/SearchParameter/vn-sp-device-registration-number",
  "version" : "0.5.0",
  "name" : "VNSPDeviceRegistrationNumber",
  "status" : "draft",
  "date" : "2026-04-26",
  "publisher" : "Omi HealthTech / VN Core FHIR Community Initiative",
  "contact" : [
    {
      "name" : "Omi HealthTech / VN Core FHIR Community Initiative",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://hl7.org.vn"
        },
        {
          "system" : "email",
          "value" : "[email protected]"
        }
      ]
    },
    {
      "name" : "Omi HealthTech (OmiGroup)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://omihealthtech.vn"
        },
        {
          "system" : "url",
          "value" : "https://omigroup.vn"
        },
        {
          "system" : "email",
          "value" : "[email protected]"
        }
      ]
    }
  ],
  "description" : "SearchParameter cho phép tìm kiếm Device theo số lưu hành TBYT do Cục Hạ tầng & Thiết bị y tế cấp.\nCăn cứ: NĐ 98/2021/NĐ-CP Chương III (đã sửa NĐ 07/2023, NĐ 04/2025) — đăng ký lưu hành TBYT.\nVí dụ: GET [base]/Device?vn-registration-number=20255555/BYT-CCHTBYT",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "VN",
          "display" : "Viet Nam"
        }
      ]
    }
  ],
  "code" : "vn-registration-number",
  "base" : [
    "Device"
  ],
  "type" : "token",
  "expression" : "Device.extension.where(url='http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-device-registration-number').value.ofType(Identifier).value"
}