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 - TTL Representation
Raw ttl | Download
@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: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\">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>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-device-insurance-scope"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-device-insurance-scope> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-scope-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-scope-cs> ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Trong phạm vi hưởng BHYT" ] ] ) ]
] ) ; #
fhir:identifier ( [
fhir:type [
fhir:text [ fhir:v "Mã VTYT" ] ] ;
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/sid/ma-vat-tu"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/sid/ma-vat-tu> ] ;
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:272265001 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "272265001" ] ;
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 VTYT: Nhóm 1 (tiêu hao). Đơn giá BHYT: 15.000 VND/cái." ]
] ) . #