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 - XML Representation

Raw xml | Download


<Device xmlns="http://hl7.org/fhir">
  <id value="ExampleDeviceVTYT"/>
  <meta>
    <profile
             value="http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-device"/>
  </meta>
  <text>
    <status value="extensions"/>
    <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>
</div></blockquote></div>
  </text>
  <extension
             url="http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-device-insurance-scope">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-scope-cs"/>
        <code value="1"/>
        <display value="Trong phạm vi hưởng BHYT"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <type>
      <text value="Mã VTYT"/>
    </type>
    <system value="http://fhir.hl7.org.vn/core/sid/ma-vat-tu"/>
    <value value="VT-22G-001"/>
  </identifier>
  <status value="active"/>
  <manufacturer value="BD (Becton, Dickinson and Company)"/>
  <lotNumber value="BD2026030101"/>
  <modelNumber value="22G x 25mm"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="272265001"/>
      <display value="Medical device"/>
    </coding>
    <text value="Kim luồn tĩnh mạch"/>
  </type>
  <note>
    <text
          value="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."/>
  </note>
</Device>