VN Core FHIR Implementation Guide — Bộ Hướng dẫn Triển khai FHIR Cốt lõi cho Việt Nam
0.1.0 - STU1 Draft Viet Nam flag

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

: Phương thức thanh toán BHYT — VN Payment Method CodeSystem - TTL Representation

Draft as of 2026-03-21

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "vn-payment-method-cs"] ; # 
  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: CodeSystem vn-payment-method-cs</b></p><a name=\"vn-payment-method-cs\"> </a><a name=\"hcvn-payment-method-cs\"> </a><p>This case-sensitive code system <code>http://fhir.hl7.org.vn/core/CodeSystem/vn-payment-method-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"vn-payment-method-cs-1\"> </a></td><td>Phí dịch vụ (FFS)</td><td>Fee-For-Service — Thanh toán theo từng dịch vụ</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"vn-payment-method-cs-2\"> </a></td><td>Định suất (Capitation)</td><td>Capitation — Thanh toán theo đầu thẻ đăng ký</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"vn-payment-method-cs-3\"> </a></td><td>Theo trường hợp bệnh (DRG)</td><td>Diagnosis-Related Group — Thanh toán theo nhóm chẩn đoán</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-payment-method-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-payment-method-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "VNPaymentMethodCS"] ; # 
  fhir:title [ fhir:v "Phương thức thanh toán BHYT — VN Payment Method CodeSystem"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-03-21"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 Vietnam"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Vietnam" ] ;
    ( 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:description [ fhir:v "Phương thức thanh toán KCB BHYT.\nMapping XML 3176: MA_PTTT_QT.\nCăn cứ: QĐ 3176/QĐ-BYT (29/10/2024) — Bảng 14: Phương thức thanh toán."] ; # 
  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:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Phí dịch vụ (FFS)" ] ;
fhir:definition [ fhir:v "Fee-For-Service — Thanh toán theo từng dịch vụ" ]
  ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Định suất (Capitation)" ] ;
fhir:definition [ fhir:v "Capitation — Thanh toán theo đầu thẻ đăng ký" ]
  ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Theo trường hợp bệnh (DRG)" ] ;
fhir:definition [ fhir:v "Diagnosis-Related Group — Thanh toán theo nhóm chẩn đoán" ]
  ] ) . #