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
: Cấp quản lý hành chính y tế — Vietnam Administrative Health Level ValueSet
|
Draft
tại thời điểm
2026-03-24
|
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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "vn-healthcare-level-vs"] ; #
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: ValueSet vn-healthcare-level-vs</b></p><a name=\"vn-healthcare-level-vs\"> </a><a name=\"hcvn-healthcare-level-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-vn-healthcare-level-cs.html\"><code>http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.5.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-vn-healthcare-level-cs.html#vn-healthcare-level-cs-TW\">TW</a></td><td>Trung ương</td><td>Cấp quản lý Trung ương — cơ sở y tế do Bộ Y tế hoặc cơ quan Trung ương quản lý trực tiếp.</td></tr><tr><td><a href=\"CodeSystem-vn-healthcare-level-cs.html#vn-healthcare-level-cs-TINH\">TINH</a></td><td>Tỉnh</td><td>Cấp quản lý Tỉnh/Thành phố trực thuộc Trung ương — cơ sở y tế do địa phương quản lý trong mô hình 2 cấp.</td></tr><tr><td><a href=\"CodeSystem-vn-healthcare-level-cs.html#vn-healthcare-level-cs-XA\">XA</a></td><td>Xã</td><td>Cấp quản lý Xã/Phường/Đặc khu — đơn vị y tế tuyến cơ sở thuộc mô hình chính quyền 2 cấp.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/ValueSet/vn-healthcare-level-vs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/ValueSet/vn-healthcare-level-vs>
] ; #
fhir:version [ fhir:v "0.5.0"] ; #
fhir:name [ fhir:v "VNHealthcareLevelVS"] ; #
fhir:title [ fhir:v "Cấp quản lý hành chính y tế — Vietnam Administrative Health Level ValueSet"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-03-24"^^xsd:date] ; #
fhir:publisher [ fhir:v "Omi HealthTech / VN Core FHIR Community Initiative"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Omi HealthTech / VN Core FHIR Community Initiative" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://hl7.org.vn" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "[email protected]" ] ] )
] [
fhir:name [ fhir:v "Omi HealthTech (OmiGroup)" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://omihealthtech.vn" ] ] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://omigroup.vn" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "[email protected]" ] ] )
] ) ; #
fhir:description [ fhir:v "Tập giá trị cấp quản lý hành chính y tế hiện hành. Không dùng thay cho tuyến chuyên môn kỹ thuật lịch sử."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "VN" ] ;
fhir:display [ fhir:v "Viet Nam" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs> ] ;
( fhir:concept [
fhir:code [ fhir:v "TW" ] ;
fhir:display [ fhir:v "Trung ương" ] ] [
fhir:code [ fhir:v "TINH" ] ;
fhir:display [ fhir:v "Tỉnh" ] ] [
fhir:code [ fhir:v "XA" ] ;
fhir:display [ fhir:v "Xã" ] ] ) ] )
] . #