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
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
@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/Schedule/ExampleScheduleTelehealthCardiology> a fhir:Schedule ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleScheduleTelehealthCardiology"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-schedule" ;
fhir:index -1 ;
fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-schedule>
]
] ;
fhir:Resource.language [ fhir:value "vi"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Schedule ExampleScheduleTelehealthCardiology</b></p><a name=\"ExampleScheduleTelehealthCardiology\"> </a><a name=\"hcExampleScheduleTelehealthCardiology\"> </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-schedule.html\">Lịch cung cấp dịch vụ VN Core — VN Core Schedule Profile</a></p></div><p><b>Phương thức cung cấp dịch vụ KCB — Care Delivery Mode Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-care-delivery-mode-cs telehealth}\">Khám bệnh, chữa bệnh từ xa</span></p><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>/SCH-TELEHEALTH-TIM-2026Q2</p><p><b>active</b>: true</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>actor</b>: </p><ul><li><a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></li><li><a href=\"Location-ExampleLocationChoRayCardiology.html\">Khoa Tim mạch — Bệnh viện Chợ Rẫy</a></li></ul><p><b>planningHorizon</b>: 2026-04-01 00:00:00+0700 --> 2026-06-30 23:59:59+0700</p><p><b>comment</b>: Chỉ nhận tái khám cho người bệnh đã khám trực tiếp tại BV Chợ Rẫy trong 12 tháng gần nhất. Người bệnh khám lần đầu phải đến khám trực tiếp.</p></div>"
] ;
fhir:DomainResource.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-care-delivery-mode" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-care-delivery-mode-cs" ] ;
fhir:Coding.code [ fhir:value "telehealth" ] ;
fhir:Coding.display [ fhir:value "Khám bệnh, chữa bệnh từ xa" ]
]
]
] ;
fhir:Schedule.identifier [
fhir:index -1 ;
fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/organization-local-id" ] ;
fhir:Identifier.value [ fhir:value "SCH-TELEHEALTH-TIM-2026Q2" ]
] ;
fhir:Schedule.active [ fhir:value "true"^^xsd:boolean] ;
fhir:Schedule.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:Schedule.actor [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> ;
fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerBSCKII" ] ;
fhir:Reference.display [ fhir:value "BS CKII Nguyễn Thị Lan" ]
], [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/Location/ExampleLocationChoRayCardiology> ;
fhir:Reference.reference [ fhir:value "Location/ExampleLocationChoRayCardiology" ] ;
fhir:Reference.display [ fhir:value "Khoa Tim mạch — Bệnh viện Chợ Rẫy" ]
] ;
fhir:Schedule.planningHorizon [
fhir:Period.start [ fhir:value "2026-04-01T00:00:00+07:00"^^xsd:dateTime ] ;
fhir:Period.end [ fhir:value "2026-06-30T23:59:59+07:00"^^xsd:dateTime ]
] ;
fhir:Schedule.comment [ fhir:value "Chỉ nhận tái khám cho người bệnh đã khám trực tiếp tại BV Chợ Rẫy trong 12 tháng gần nhất. Người bệnh khám lần đầu phải đến khám trực tiếp."] .
<http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> a fhir:Practitioner .
<http://hl7.org/fhir/Location/ExampleLocationChoRayCardiology> a fhir:Location .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Schedule/ExampleScheduleTelehealthCardiology.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Schedule/ExampleScheduleTelehealthCardiology.ttl> .
IG © 2026+ Omi HealthTech / VN Core FHIR Community Initiative.
Package hl7.fhir.vn.core#0.9.0 based on FHIR 4.0.1.
Sinh ngày
2026-07-31
Liên kết: Mục lục |
Báo cáo QA