Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.5.0 - Draft for Community Review
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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Device ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleDeviceVTYTN03Syringe"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-device"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-device> ] )
] ; #
fhir:language [ fhir:v "vi"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device ExampleDeviceVTYTN03Syringe</b></p><a name=\"ExampleDeviceVTYTN03Syringe\"> </a><a name=\"hcExampleDeviceVTYTN03Syringe\"> </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 N03.00.000}\">Bơm, kim tiêm, dây truyền, găng tay và thiết bị y tế sử dụng trong chăm sóc người bệnh</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 A}\">Loại A - rủi ro thấp</span></p><p><b>identifier</b>: Mã vật tư/thiết bị y tế/VT-SYR-5ML-23G-001</p><p><b>status</b>: Active</p><p><b>manufacturer</b>: Vinahankook</p><p><b>manufactureDate</b>: 2026-03-15</p><p><b>expirationDate</b>: 2031-03-14</p><p><b>lotNumber</b>: VHK2026031501</p><p><b>modelNumber</b>: 5ml-23Gx1in</p><p><b>type</b>: <span title=\"Codes:\">Bơm tiêm 5ml dùng một lần (Disposable syringe with needle)</span></p><p><b>note</b>: </p><blockquote><div><p>Vật tư tiêu hao loại A theo NĐ 98/2021 (đã được sửa đổi, bổ sung bởi NĐ 07/2023 và NĐ 04/2025) → công bố tiêu chuẩn áp dụng, không cấp số lưu hành, không có extension registrationNumber. Nhóm BHYT N03 theo TT 04/2017/TT-BYT Phụ lục 01.</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-device-group"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-device-group> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-device-group-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-device-group-cs> ] ;
fhir:code [ fhir:v "N03.00.000" ] ;
fhir:display [ fhir:v "Bơm, kim tiêm, dây truyền, găng tay và thiết bị y tế sử dụng trong chăm sóc người bệnh" ] ] ) ]
] [
fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-device-risk-class"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-device-risk-class> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-device-risk-class-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-device-risk-class-cs> ] ;
fhir:code [ fhir:v "A" ] ;
fhir:display [ fhir:v "Loại A - rủi ro thấp" ] ] ) ]
] ) ; #
fhir:identifier ( [
fhir:type [
fhir:text [ fhir:v "Mã vật tư/thiết bị y tế" ] ] ;
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/sid/medical-device-item-code"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/sid/medical-device-item-code> ] ;
fhir:value [ fhir:v "VT-SYR-5ML-23G-001" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:manufacturer [ fhir:v "Vinahankook"] ; #
fhir:manufactureDate [ fhir:v "2026-03-15"^^xsd:date] ; #
fhir:expirationDate [ fhir:v "2031-03-14"^^xsd:date] ; #
fhir:lotNumber [ fhir:v "VHK2026031501"] ; #
fhir:modelNumber [ fhir:v "5ml-23Gx1in"] ; #
fhir:type [
fhir:text [ fhir:v "Bơm tiêm 5ml dùng một lần (Disposable syringe with needle)" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "Vật tư tiêu hao loại A theo NĐ 98/2021 (đã được sửa đổi, bổ sung bởi NĐ 07/2023 và NĐ 04/2025) → công bố tiêu chuẩn áp dụng, không cấp số lưu hành, không có extension registrationNumber. Nhóm BHYT N03 theo TT 04/2017/TT-BYT Phụ lục 01." ]
] ) . #
IG © 2026+ Omi HealthTech / VN Core FHIR Community Initiative.
Package hl7.fhir.vn.core#0.5.0 based on FHIR 4.0.1.
Sinh ngày
2026-04-29
Liên kết: Mục lục |
Guide Map |
Báo cáo QA