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

: Hệ thống nhận — VN Core Receiver Actor

Active tại thời điểm 2026-07-17

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/ActorDefinition/vn-core-actor-receiver> a fhir:ActorDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "vn-core-actor-receiver"] ;
  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: ActorDefinition vn-core-actor-receiver</b></p><a name=\"vn-core-actor-receiver\"> </a><a name=\"hcvn-core-actor-receiver\"> </a><table class=\"grid\"><tr><td><b>Actor: VNCoreActorReceiver </b></td><td>Hệ thống nhận (Receiver)</td><td>Type: system </td></tr><tr><td colspan=\"3\"><div><p>Theo Hướng dẫn Must Support: SHALL tiếp nhận, lưu giữ hoặc chuyển tiếp được dữ liệu Must Support hợp lệ mà không làm mất ngữ nghĩa; không báo lỗi với phần tử hợp lệ.</p>\n</div></td></tr></table></div>"
  ] ;
  fhir:ActorDefinition.url [ fhir:value "http://fhir.hl7.org.vn/core/ActorDefinition/vn-core-actor-receiver"] ;
  fhir:ActorDefinition.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
     fhir:Identifier.value [ fhir:value "urn:oid:2.25.161089673617632664299011809196868855799.12.1" ]
  ] ;
  fhir:ActorDefinition.version [ fhir:value "0.8.0"] ;
  fhir:ActorDefinition.name [ fhir:value "VNCoreActorReceiver"] ;
  fhir:ActorDefinition.title [ fhir:value "Hệ thống nhận (Receiver)"] ;
  fhir:ActorDefinition.status [ fhir:value "active"] ;
  fhir:ActorDefinition.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ActorDefinition.date [ fhir:value "2026-07-17T17:54:50+00:00"^^xsd:dateTime] ;
  fhir:ActorDefinition.publisher [ fhir:value "Omi HealthTech / VN Core FHIR Community Initiative"] ;
  fhir:ActorDefinition.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Omi HealthTech / VN Core FHIR Community Initiative" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       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 0 ;
       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 2 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "info@hl7.org.vn" ]
     ]
  ] ;
  fhir:ActorDefinition.description [ fhir:value "Hệ thống tiếp nhận và xử lý tài nguyên FHIR (Kho dữ liệu y tế, Cổng giám định BHYT, ứng dụng người dân, hệ thống tuyến trên). Mang nghĩa vụ tiếp nhận/lưu/chuyển tiếp phần tử Must Support mà không gây lỗi và không mất ngữ nghĩa."] ;
  fhir:ActorDefinition.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "VN" ] ;
       fhir:Coding.display [ fhir:value "Viet Nam" ]
     ]
  ] ;
  fhir:ActorDefinition.type [ fhir:value "system"] ;
  fhir:ActorDefinition.documentation [ fhir:value "Theo Hướng dẫn Must Support: SHALL tiếp nhận, lưu giữ hoặc chuyển tiếp được dữ liệu Must Support hợp lệ mà không làm mất ngữ nghĩa; không báo lỗi với phần tử hợp lệ."] .

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

<http://hl7.org/fhir/ActorDefinition/vn-core-actor-receiver.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ActorDefinition/vn-core-actor-receiver.ttl> .