HL7 Vietnam VN Core FHIR Implementation Guide

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

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Local Development build (v0.7.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Loại đồng ý — VN Consent Category CodeSystem

Active tại thời điểm 2026-03-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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/CodeSystem/vn-consent-category-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "vn-consent-category-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-consent-category-cs</b></p><a name=\"vn-consent-category-cs\"> </a><a name=\"hcvn-consent-category-cs\"> </a><p>This case-sensitive code system <code>http://fhir.hl7.org.vn/core/CodeSystem/vn-consent-category-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\">privacy<a name=\"vn-consent-category-cs-privacy\"> </a></td><td>Quyền riêng tư dữ liệu</td><td>Đồng ý xử lý DLCN theo Luật 91/2025/QH15 Điều 11. Bao gồm DLCN y tế (nhạy cảm).</td><td>Privacy Consent</td></tr><tr><td style=\"white-space:nowrap\">treatment<a name=\"vn-consent-category-cs-treatment\"> </a></td><td>Đồng ý điều trị</td><td>Đồng ý khám bệnh, chữa bệnh. Theo Luật KCB 2023.</td><td>Treatment Consent</td></tr><tr><td style=\"white-space:nowrap\">research<a name=\"vn-consent-category-cs-research\"> </a></td><td>Đồng ý nghiên cứu</td><td>Đồng ý tham gia nghiên cứu y sinh, thử nghiệm lâm sàng. Theo Luật 91/2025/QH15 Điều 17 khoản 3.</td><td>Research Consent</td></tr><tr><td style=\"white-space:nowrap\">emergency<a name=\"vn-consent-category-cs-emergency\"> </a></td><td>Miễn trừ — cấp cứu</td><td>Xử lý DLCN không cần đồng ý trong trường hợp cấp cứu. Theo Luật 91/2025/QH15 Điều 17 khoản 1.</td><td>Emergency Exception</td></tr><tr><td style=\"white-space:nowrap\">legal-obligation<a name=\"vn-consent-category-cs-legal-obligation\"> </a></td><td>Miễn trừ — nghĩa vụ pháp lý</td><td>Xử lý DLCN theo yêu cầu cơ quan nhà nước có thẩm quyền. Theo Luật 91/2025/QH15 Điều 17 khoản 4.</td><td>Legal Obligation Exception</td></tr><tr><td style=\"white-space:nowrap\">parental-proxy<a name=\"vn-consent-category-cs-parental-proxy\"> </a></td><td>Đồng ý qua cha/mẹ</td><td>Đồng ý xử lý DLCN trẻ em (dưới 16 tuổi) thông qua cha, mẹ hoặc người giám hộ hợp pháp. Theo Luật 91/2025/QH15 Điều 12 khoản 3, Bộ luật Dân sự 2015 Điều 21.</td><td>Parental/Guardian Proxy Consent</td></tr><tr><td style=\"white-space:nowrap\">guardian-consent<a name=\"vn-consent-category-cs-guardian-consent\"> </a></td><td>Đồng ý qua người giám hộ</td><td>Đồng ý xử lý DLCN người mất năng lực hành vi dân sự thông qua người giám hộ hợp pháp. Theo Luật 91/2025/QH15 Điều 12 khoản 3, Bộ luật Dân sự 2015 Điều 22.</td><td>Legal Guardian Consent</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 "L-91-2025" ]
     ]
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-consent-category-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.13" ]
  ] ;
  fhir:CodeSystem.version [ fhir:value "0.7.0"] ;
  fhir:CodeSystem.name [ fhir:value "VNConsentCategoryCS"] ;
  fhir:CodeSystem.title [ fhir:value "Loại đồng ý — VN Consent Category CodeSystem"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-03-22"^^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 "Phân loại loại đồng ý xử lý dữ liệu cá nhân trong y tế Việt Nam.\nCăn cứ: Luật 91/2025/QH15 Điều 11 (sự đồng ý), Điều 17 (miễn trừ đồng ý)."] ;
  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 "Omi HealthTech / VN Core FHIR Community Initiative — based on Luật 91/2025/QH15"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "7"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "privacy" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Quyền riêng tư dữ liệu" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Đồng ý xử lý DLCN theo Luật 91/2025/QH15 Điều 11. Bao gồm DLCN y tế (nhạy cảm)." ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index -1 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Privacy Consent" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "treatment" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Đồng ý điều trị" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Đồng ý khám bệnh, chữa bệnh. Theo Luật KCB 2023." ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index -1 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Treatment Consent" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "research" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Đồng ý nghiên cứu" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Đồng ý tham gia nghiên cứu y sinh, thử nghiệm lâm sàng. Theo Luật 91/2025/QH15 Điều 17 khoản 3." ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index -1 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Research Consent" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "emergency" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Miễn trừ — cấp cứu" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Xử lý DLCN không cần đồng ý trong trường hợp cấp cứu. Theo Luật 91/2025/QH15 Điều 17 khoản 1." ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index -1 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Emergency Exception" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "legal-obligation" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Miễn trừ — nghĩa vụ pháp lý" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Xử lý DLCN theo yêu cầu cơ quan nhà nước có thẩm quyền. Theo Luật 91/2025/QH15 Điều 17 khoản 4." ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index -1 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Legal Obligation Exception" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "parental-proxy" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Đồng ý qua cha/mẹ" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Đồng ý xử lý DLCN trẻ em (dưới 16 tuổi) thông qua cha, mẹ hoặc người giám hộ hợp pháp. Theo Luật 91/2025/QH15 Điều 12 khoản 3, Bộ luật Dân sự 2015 Điều 21." ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index -1 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Parental/Guardian Proxy Consent" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "guardian-consent" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Đồng ý qua người giám hộ" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Đồng ý xử lý DLCN người mất năng lực hành vi dân sự thông qua người giám hộ hợp pháp. Theo Luật 91/2025/QH15 Điều 12 khoản 3, Bộ luật Dân sự 2015 Điều 22." ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index -1 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en" ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Legal Guardian Consent" ]
     ]
  ] .

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

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