Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.8.0 - Draft for Community Review
Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Draft for Community Review (v0.8.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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Device/ExampleDeviceVTYTN03Syringe> a fhir:Device ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleDeviceVTYTN03Syringe"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-device" ;
fhir:index -1 ;
fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-device>
]
] ;
fhir:Resource.language [ fhir:value "vi"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<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/NĐ-CP (đã được sửa đổi, bổ sung bởi NĐ 07/2023/NĐ-CP và NĐ 04/2025/NĐ-CP) → 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>"
] ;
fhir:DomainResource.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-device-group" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-device-group-cs" ] ;
fhir:Coding.code [ fhir:value "N03.00.000" ] ;
fhir:Coding.display [ fhir:value "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:index -1 ;
fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-device-risk-class" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-device-risk-class-cs" ] ;
fhir:Coding.code [ fhir:value "A" ] ;
fhir:Coding.display [ fhir:value "Loại A - rủi ro thấp" ]
]
]
] ;
fhir:Device.identifier [
fhir:index -1 ;
fhir:Identifier.type [
fhir:CodeableConcept.text [ fhir:value "Mã vật tư/thiết bị y tế" ]
] ;
fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/medical-device-item-code" ] ;
fhir:Identifier.value [ fhir:value "VT-SYR-5ML-23G-001" ]
] ;
fhir:Device.status [ fhir:value "active"] ;
fhir:Device.manufacturer [ fhir:value "Vinahankook"] ;
fhir:Device.manufactureDate [ fhir:value "2026-03-15"^^xsd:date] ;
fhir:Device.expirationDate [ fhir:value "2031-03-14"^^xsd:date] ;
fhir:Device.lotNumber [ fhir:value "VHK2026031501"] ;
fhir:Device.modelNumber [ fhir:value "5ml-23Gx1in"] ;
fhir:Device.type [
fhir:CodeableConcept.text [ fhir:value "Bơm tiêm 5ml dùng một lần (Disposable syringe with needle)" ]
] ;
fhir:Device.note [
fhir:index -1 ;
fhir:Annotation.text [ fhir:value "Vật tư tiêu hao loại A theo NĐ 98/2021/NĐ-CP (đã được sửa đổi, bổ sung bởi NĐ 07/2023/NĐ-CP và NĐ 04/2025/NĐ-CP) → 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." ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Device/ExampleDeviceVTYTN03Syringe.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Device/ExampleDeviceVTYTN03Syringe.ttl> .
IG © 2026+ Omi HealthTech / VN Core FHIR Community Initiative.
Package hl7.fhir.vn.core#0.8.0 based on FHIR 4.0.1.
Sinh ngày
2026-07-17
Liên kết: Mục lục |
Guide Map |
Báo cáo QA