HL7 Vietnam VN Core FHIR Implementation Guide

Hướng dẫn triển khai FHIR cốt lõi Việt Nam — VN Core FHIR Implementation Guide
0.9.0 - Draft for Community Review Viet Nam cờ

Hướng dẫn triển khai FHIR cốt lõi Việt Nam — VN Core FHIR Implementation Guide - Local Development build (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ: Khung giờ khám từ xa đã được đặt

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/Slot/ExampleSlotTelehealthBooked> a fhir:Slot ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleSlotTelehealthBooked"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-slot" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-slot>
     ]
  ] ;
  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: Slot ExampleSlotTelehealthBooked</b></p><a name=\"ExampleSlotTelehealthBooked\"> </a><a name=\"hcExampleSlotTelehealthBooked\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-slot.html\">Khung giờ đặt lịch VN Core — VN Core Slot Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-vn-organization-local-id-ns.html\" title=\"Hệ thống định danh cục bộ cho Organization khi chưa có mã dùng chung cấp quốc gia tương ứng với ngữ cảnh nghiệp vụ.\">VNOrganizationLocalId</a>/SLOT-2026-04-22-0900</p><p><b>specialty</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-specialty-cs TIM}\">Tim mạch</span></p><p><b>appointmentType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0276 FOLLOWUP}\">Tái khám</span></p><p><b>schedule</b>: <a href=\"Schedule-ExampleScheduleTelehealthCardiology.html\">Lịch khám từ xa Tim mạch — BS CKII Nguyễn Thị Lan</a></p><p><b>status</b>: Busy</p><p><b>start</b>: 2026-04-22 09:00:00+0700</p><p><b>end</b>: 2026-04-22 09:30:00+0700</p></div>"
  ] ;
  fhir:Slot.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/organization-local-id" ] ;
     fhir:Identifier.value [ fhir:value "SLOT-2026-04-22-0900" ]
  ] ;
  fhir:Slot.specialty [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-specialty-cs" ] ;
       fhir:Coding.code [ fhir:value "TIM" ] ;
       fhir:Coding.display [ fhir:value "Tim mạch" ]
     ]
  ] ;
  fhir:Slot.appointmentType [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0276" ] ;
       fhir:Coding.code [ fhir:value "FOLLOWUP" ] ;
       fhir:Coding.display [ fhir:value "A follow up visit from a previous appointment" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Tái khám" ]
  ] ;
  fhir:Slot.schedule [
     fhir:link <http://hl7.org/fhir/Schedule/ExampleScheduleTelehealthCardiology> ;
     fhir:Reference.reference [ fhir:value "Schedule/ExampleScheduleTelehealthCardiology" ] ;
     fhir:Reference.display [ fhir:value "Lịch khám từ xa Tim mạch — BS CKII Nguyễn Thị Lan" ]
  ] ;
  fhir:Slot.status [ fhir:value "busy"] ;
  fhir:Slot.start [ fhir:value "2026-04-22T09:00:00+07:00"^^xsd:dateTime] ;
  fhir:Slot.end [ fhir:value "2026-04-22T09:30:00+07:00"^^xsd:dateTime] .

<http://hl7.org/fhir/Schedule/ExampleScheduleTelehealthCardiology> a fhir:Schedule .

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

<http://hl7.org/fhir/Slot/ExampleSlotTelehealthBooked.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Slot/ExampleSlotTelehealthBooked.ttl> .