Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.3.0 - STU1 Draft
Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Local Development build (v0.3.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 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 "ExampleDeviceImplant"] ; #
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\" xml:lang=\"vi\" lang=\"vi\"><p class=\"res-header-id\"><b>Generated Narrative: Device ExampleDeviceImplant</b></p><a name=\"ExampleDeviceImplant\"> </a><a name=\"hcExampleDeviceImplant\"> </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\">Language: vi</p><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-STENT-DES-001</p><h3>UdiCarriers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DeviceIdentifier</b></td><td><b>CarrierHRF</b></td></tr><tr><td style=\"display: none\">*</td><td>00844588003288</td><td>(01)00844588003288(11)260115(17)280115(21)S260120001</td></tr></table><p><b>status</b>: Active</p><p><b>manufacturer</b>: Abbott Vascular</p><p><b>lotNumber</b>: ABT2026010501</p><p><b>serialNumber</b>: S260120001</p><p><b>modelNumber</b>: XIENCE Sierra 3.0mm x 18mm</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 304120007}\">Stent mạch vành phủ thuốc (Drug-Eluting Stent)</span></p><p><b>note</b>: </p><blockquote><div><p>Stent mạch vành phủ thuốc Everolimus (XIENCE Sierra). Kích thước 3.0mm x 18mm. Nhóm VTYT: Nhóm 3 (cấy ghép). Đơn giá BHYT: 28.000.000 VND/cái. Per NĐ 74/2025/NĐ-CP, mức thanh toán VTYT cao giá theo QĐ BHXH.</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-STENT-DES-001" ]
] ) ; #
fhir:udiCarrier ( [
fhir:deviceIdentifier [ fhir:v "00844588003288" ] ;
fhir:carrierHRF [ fhir:v "(01)00844588003288(11)260115(17)280115(21)S260120001" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:manufacturer [ fhir:v "Abbott Vascular"] ; #
fhir:lotNumber [ fhir:v "ABT2026010501"] ; #
fhir:serialNumber [ fhir:v "S260120001"] ; #
fhir:modelNumber [ fhir:v "XIENCE Sierra 3.0mm x 18mm"] ; #
fhir:type [
( fhir:coding [
a sct:304120007 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "304120007" ] ;
fhir:display [ fhir:v "Total hip replacement prosthesis" ] ] ) ;
fhir:text [ fhir:v "Stent mạch vành phủ thuốc (Drug-Eluting Stent)" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "Stent mạch vành phủ thuốc Everolimus (XIENCE Sierra). Kích thước 3.0mm x 18mm. Nhóm VTYT: Nhóm 3 (cấy ghép). Đơn giá BHYT: 28.000.000 VND/cái. Per NĐ 74/2025/NĐ-CP, mức thanh toán VTYT cao giá theo QĐ BHXH." ]
] ) . #
IG © 2026+ HL7 Vietnam.
Package hl7.fhir.vn.core#0.3.0 based on FHIR 4.0.1.
Sinh ngày
2026-03-27
Liên kết: Mục lục |
Báo cáo QA