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
: Ví dụ: Thiết bị y tế — Kim luồn tĩnh mạch 22G
Bản thô ttl | Tải xuống
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Device ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleDeviceVTYT"] ; #
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 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\">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 N04.00.000}\">Ống thông, ống dẫn lưu, ống nối, dây nối, chạc nối, catheter</span></p><p><b>identifier</b>: Mã vật tư/thiết bị y tế/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 63653004}\">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 TBYT BHYT: N04.00.000 — ống thông/catheter theo TT 04/2017/TT-BYT Phụ lục 01. Phạm vi, tỷ lệ thanh toán và đơn giá BHYT thuộc dòng Claim.item, không phải thuộc tính cố định của Device.</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 "N04.00.000" ] ;
fhir:display [ fhir:v "Ống thông, ống dẫn lưu, ống nối, dây nối, chạc nối, catheter" ] ] ) ]
] ) ; #
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-22G-001" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:manufacturer [ fhir:v "BD (Becton, Dickinson and Company)"] ; #
fhir:lotNumber [ fhir:v "BD2026030101"] ; #
fhir:modelNumber [ fhir:v "22G x 25mm"] ; #
fhir:type [
( fhir:coding [
a sct:63653004 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "63653004" ] ;
fhir:display [ fhir:v "Medical device" ] ] ) ;
fhir:text [ fhir:v "Kim luồn tĩnh mạch" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "Kim luồn tĩnh mạch 22G x 25mm, có cánh, an toàn. Nhóm TBYT BHYT: N04.00.000 — ống thông/catheter theo TT 04/2017/TT-BYT Phụ lục 01. Phạm vi, tỷ lệ thanh toán và đơn giá BHYT thuộc dòng Claim.item, không phải thuộc tính cố định của Device." ]
] ) . #