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
: Danh mục kỹ thuật KCB (Phụ lục 1) — VN Medical Procedure Catalogue
|
Draft
tại thời điểm
2026-07-16
|
Bản thô ttl | Tải xuống
@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/CodeSystem/vn-dvkt-cs> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "vn-dvkt-cs"] ;
fhir:Resource.language [ fhir:value "vi"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem vn-dvkt-cs</b></p><a name=\"vn-dvkt-cs\"> </a><a name=\"hcvn-dvkt-cs\"> </a><p>This case-sensitive code system <code>http://fhir.hl7.org.vn/core/CodeSystem/vn-dvkt-cs</code> defines codes, but no codes are represented here</p></div>"
] ;
fhir:CodeSystem.url [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-dvkt-cs"] ;
fhir:CodeSystem.identifier [
fhir:index -1 ;
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
fhir:Identifier.value [ fhir:value "urn:oid:2.25.161089673617632664299011809196868855799.16.138" ]
] ;
fhir:CodeSystem.version [ fhir:value "0.8.0"] ;
fhir:CodeSystem.name [ fhir:value "VNDVKTCS"] ;
fhir:CodeSystem.title [ fhir:value "Danh mục kỹ thuật KCB (Phụ lục 1) — VN Medical Procedure Catalogue"] ;
fhir:CodeSystem.status [ fhir:value "draft"] ;
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.date [ fhir:value "2026-07-16"^^xsd:date] ;
fhir:CodeSystem.publisher [ fhir:value "Omi HealthTech / VN Core FHIR Community Initiative"] ;
fhir:CodeSystem.contact [
fhir:index -1 ;
fhir:ContactDetail.name [ fhir:value "Omi HealthTech / VN Core FHIR Community Initiative" ] ;
fhir:ContactDetail.telecom [
fhir:index -1 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://hl7.org.vn" ]
], [
fhir:index -1 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "info@hl7.org.vn" ]
]
], [
fhir:index -1 ;
fhir:ContactDetail.name [ fhir:value "Omi HealthTech (OmiGroup)" ] ;
fhir:ContactDetail.telecom [
fhir:index -1 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://omihealthtech.vn" ]
], [
fhir:index -1 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://omigroup.vn" ]
], [
fhir:index -1 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "info@hl7.org.vn" ]
]
] ;
fhir:CodeSystem.description [ fhir:value "Danh mục kỹ thuật khám bệnh, chữa bệnh Việt Nam theo TT 23/2024/TT-BYT, Phụ lục 1 (`19438` kỹ thuật, 28 chương). Artifact công bố trên IG này là **metadata wrapper**; dữ liệu concept đầy đủ nằm ở release download surface (`CodeSystem-vn-dvkt-cs.full.json`, xem [trang tải xuống](downloads.html#dvkt-fhir-json)). Dùng làm mã kỹ thuật/thủ thuật trong `VNCoreProcedure`; ánh xạ sang Phụ lục 2 qua `ConceptMap/vn-cm-dvkt-pl1-to-pl2`. Nguồn: dmkt.kcb.vn."] ;
fhir:CodeSystem.jurisdiction [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
fhir:Coding.code [ fhir:value "VN" ] ;
fhir:Coding.display [ fhir:value "Viet Nam" ]
]
] ;
fhir:CodeSystem.copyright [ fhir:value "Danh mục kỹ thuật khám bệnh, chữa bệnh: Bộ Y tế Việt Nam — TT 23/2024/TT-BYT. Nguồn dữ liệu: dmkt.kcb.vn (Cục Quản lý KCB)."] ;
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
fhir:CodeSystem.content [ fhir:value "not-present"] ;
fhir:CodeSystem.count [ fhir:value "19438"^^xsd:nonNegativeInteger] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/vn-dvkt-cs.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/vn-dvkt-cs.ttl> .