HL7 Vietnam VN Core FHIR Implementation Guide

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.8.0 - Draft for Community Review Viet Nam cờ

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

: Kết quả điều trị — Vietnam Treatment Outcome CodeSystem

Active tại thời điểm 2026-03-21

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-treatment-outcome-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "vn-treatment-outcome-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-treatment-outcome-cs</b></p><a name=\"vn-treatment-outcome-cs\"> </a><a name=\"hcvn-treatment-outcome-cs\"> </a><p>This case-sensitive code system <code>http://fhir.hl7.org.vn/core/CodeSystem/vn-treatment-outcome-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><td><b>English (English, en)</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"vn-treatment-outcome-cs-1\"> </a></td><td>Khỏi</td><td>Người bệnh khỏi bệnh hoàn toàn, không còn triệu chứng. Theo QĐ 3176/QĐ-BYT, KET_QUA_DTRI = 1.</td><td>Cured</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"vn-treatment-outcome-cs-2\"> </a></td><td>Đỡ</td><td>Tình trạng bệnh cải thiện, triệu chứng giảm nhưng chưa khỏi hẳn. Theo QĐ 3176/QĐ-BYT, KET_QUA_DTRI = 2.</td><td>Improved</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"vn-treatment-outcome-cs-3\"> </a></td><td>Không thay đổi</td><td>Tình trạng bệnh không thay đổi so với lúc nhập viện. Theo QĐ 3176/QĐ-BYT, KET_QUA_DTRI = 3.</td><td>Unchanged</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"vn-treatment-outcome-cs-4\"> </a></td><td>Nặng hơn</td><td>Tình trạng bệnh nặng hơn so với lúc nhập viện. Theo QĐ 3176/QĐ-BYT, KET_QUA_DTRI = 4.</td><td>Worsened</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"vn-treatment-outcome-cs-5\"> </a></td><td>Tử vong tại cơ sở KBCB</td><td>Người bệnh tử vong trong quá trình điều trị tại cơ sở KCB. Theo QĐ 3176/QĐ-BYT, KET_QUA_DTRI = 5.</td><td>Deceased at healthcare facility</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"vn-treatment-outcome-cs-6\"> </a></td><td>Tiên lượng nặng xin về</td><td>Người bệnh được tiên lượng nặng, gia đình xin đưa về nhà. Theo QĐ 3176/QĐ-BYT, KET_QUA_DTRI = 6.</td><td>Poor prognosis — discharged at request</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"vn-treatment-outcome-cs-7\"> </a></td><td>Chưa xác định</td><td>Kết quả điều trị chưa xác định được tại thời điểm ra viện. Theo QĐ 3176/QĐ-BYT, KET_QUA_DTRI = 7.</td><td>Undetermined</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"vn-treatment-outcome-cs-8\"> </a></td><td>Tử vong ngoại viện</td><td>Người bệnh tử vong ngoài cơ sở KCB (tử vong trước khi đến viện hoặc trên đường vận chuyển). Theo QĐ 4750/QĐ-BYT bổ sung, QĐ 3176/QĐ-BYT giữ nguyên.</td><td>Deceased outside healthcare facility</td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-legal-basis" ] ;
     fhir:Extension.valueCoding [
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-legal-document-ref-cs" ] ;
       fhir:Coding.code [ fhir:value "QD-3176-2024" ]
     ]
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-treatment-outcome-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.132" ]
  ] ;
  fhir:CodeSystem.version [ fhir:value "0.8.0"] ;
  fhir:CodeSystem.name [ fhir:value "VNTreatmentOutcomeCS"] ;
  fhir:CodeSystem.title [ fhir:value "Kết quả điều trị — Vietnam Treatment Outcome CodeSystem"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-03-21"^^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ết quả điều trị theo QĐ 130/QĐ-BYT (2023), sửa đổi bởi QĐ 4750/QĐ-BYT (2023) và QĐ 3176/QĐ-BYT (29/10/2024) (trường KETQUA)."] ;
  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 "Bộ Y tế Việt Nam — QĐ 130/QĐ-BYT (18/01/2023), sửa đổi bởi QĐ 4750/QĐ-BYT (29/12/2023) và QĐ 3176/QĐ-BYT (29/10/2024). Trường KET_QUA_DTRI (STT 41, Bảng 1)."] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "8"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "1" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Khỏi" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Người bệnh khỏi bệnh hoàn toàn, không còn triệu chứng. Theo QĐ 3176/QĐ-BYT, KET_QUA_DTRI = 1." ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index -1 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Cured" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "2" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Đỡ" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Tình trạng bệnh cải thiện, triệu chứng giảm nhưng chưa khỏi hẳn. Theo QĐ 3176/QĐ-BYT, KET_QUA_DTRI = 2." ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index -1 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Improved" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "3" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Không thay đổi" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Tình trạng bệnh không thay đổi so với lúc nhập viện. Theo QĐ 3176/QĐ-BYT, KET_QUA_DTRI = 3." ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index -1 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Unchanged" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "4" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Nặng hơn" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Tình trạng bệnh nặng hơn so với lúc nhập viện. Theo QĐ 3176/QĐ-BYT, KET_QUA_DTRI = 4." ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index -1 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Worsened" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "5" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Tử vong tại cơ sở KBCB" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Người bệnh tử vong trong quá trình điều trị tại cơ sở KCB. Theo QĐ 3176/QĐ-BYT, KET_QUA_DTRI = 5." ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index -1 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Deceased at healthcare facility" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "6" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Tiên lượng nặng xin về" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Người bệnh được tiên lượng nặng, gia đình xin đưa về nhà. Theo QĐ 3176/QĐ-BYT, KET_QUA_DTRI = 6." ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index -1 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Poor prognosis — discharged at request" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "7" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Chưa xác định" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Kết quả điều trị chưa xác định được tại thời điểm ra viện. Theo QĐ 3176/QĐ-BYT, KET_QUA_DTRI = 7." ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index -1 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Undetermined" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "8" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Tử vong ngoại viện" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Người bệnh tử vong ngoài cơ sở KCB (tử vong trước khi đến viện hoặc trên đường vận chuyển). Theo QĐ 4750/QĐ-BYT bổ sung, QĐ 3176/QĐ-BYT giữ nguyên." ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index -1 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Deceased outside healthcare facility" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/vn-treatment-outcome-cs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/vn-treatment-outcome-cs.ttl> .