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
: Danh mục dịch vụ BHYT ví dụ cục bộ — Example-only BHYT Service Catalog ValueSet
|
Draft
tại thời điểm
2026-04-22
|
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-example-bhyt-service-catalog-vs"] ; #
fhir:language [ fhir:v "vi"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vn-example-bhyt-service-catalog-vs</b></p><a name=\"vn-example-bhyt-service-catalog-vs\"> </a><a name=\"hcvn-example-bhyt-service-catalog-vs\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-vn-example-bhyt-service-catalog-cs.html\"><code>http://fhir.hl7.org.vn/core/CodeSystem/vn-example-bhyt-service-catalog-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></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/ValueSet/vn-example-bhyt-service-catalog-vs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/ValueSet/vn-example-bhyt-service-catalog-vs>
] ; #
fhir:version [ fhir:v "0.5.0"] ; #
fhir:name [ fhir:v "VNExampleBHYTServiceCatalogVS"] ; #
fhir:title [ fhir:v "Danh mục dịch vụ BHYT ví dụ cục bộ — Example-only BHYT Service Catalog ValueSet"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2026-04-22"^^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ị mã dịch vụ BHYT ví dụ cục bộ dùng để làm sạch XML3 round-trip seed cho 2 dòng khám/chăm sóc đang chưa có mapping chính thức tương ứng.\nHai dòng này hiện được giữ example-only theo quyết định governance vì chưa có nguồn mã official đúng loại để publish.\nChỉ phục vụ example trong repo, không phải binding cho danh mục dịch vụ chính thức."] ; #
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:purpose [ fhir:v "Interim example-only value set for BHYT XML3 round-trip fixtures. Do not use as a production or normative service catalog."] ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-example-bhyt-service-catalog-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-example-bhyt-service-catalog-cs> ] ] )
] . #