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

: Ví dụ: Giấy chuyển viện — Nghi viêm cơ tim cấp

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/ServiceRequest/ExampleServiceRequestReferral> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleServiceRequestReferral"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-service-request" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-service-request>
     ]
  ] ;
  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: ServiceRequest ExampleServiceRequestReferral</b></p><a name=\"ExampleServiceRequestReferral\"> </a><a name=\"hcExampleServiceRequestReferral\"> </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-service-request.html\">Yêu cầu DVKT/Cận lâm sàng VN Core — VN Core ServiceRequest Profile</a></p></div><p><b>Hình thức chuyển tuyến — Referral Mode Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-referral-mode-cs 2}\">Chuyển đến từ tuyến dưới</span></p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs KHAM}\">Khám chuyên khoa</span></p><p><b>priority</b>: Urgent</p><p><b>code</b>: <span title=\"Codes:\">Chuyển tuyến cấp cứu — nghi viêm cơ tim cấp (I40.9)</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>authoredOn</b>: 2026-04-20 15:00:00+0700</p><p><b>requester</b>: <a href=\"Organization-ExampleOrganizationTramYTe.html\">Trạm Y tế phường Ngọc Hà</a></p><p><b>performer</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 I40.9}\">Nghi viêm cơ tim cấp — chưa xác định</span></p><p><b>note</b>: </p><blockquote><div><p>Chuyển tuyến cấp cứu. BN đau ngực điển hình, sốt 39°C, ECG bất thường (ST chênh), CK-MB tăng. Vượt khả năng xử lý của Trạm Y tế. Đề nghị BV Chợ Rẫy khoa Tim mạch tiếp nhận và xử lý khẩn.</p>\n</div></blockquote></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-referral-mode" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-referral-mode-cs" ] ;
         fhir:Coding.code [ fhir:value "2" ] ;
         fhir:Coding.display [ fhir:value "Chuyển đến từ tuyến dưới" ]
       ]
     ]
  ] ;
  fhir:ServiceRequest.status [ fhir:value "active"] ;
  fhir:ServiceRequest.intent [ fhir:value "order"] ;
  fhir:ServiceRequest.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs" ] ;
       fhir:Coding.code [ fhir:value "KHAM" ] ;
       fhir:Coding.display [ fhir:value "Khám chuyên khoa" ]
     ]
  ] ;
  fhir:ServiceRequest.priority [ fhir:value "urgent"] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.text [ fhir:value "Chuyển tuyến cấp cứu — nghi viêm cơ tim cấp (I40.9)" ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
  ] ;
  fhir:ServiceRequest.authoredOn [ fhir:value "2026-04-20T15:00:00+07:00"^^xsd:dateTime] ;
  fhir:ServiceRequest.requester [
     fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationTramYTe> ;
     fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationTramYTe" ] ;
     fhir:Reference.display [ fhir:value "Trạm Y tế phường Ngọc Hà" ]
  ] ;
  fhir:ServiceRequest.performer [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationChoRay> ;
     fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationChoRay" ] ;
     fhir:Reference.display [ fhir:value "Bệnh viện Chợ Rẫy" ]
  ] ;
  fhir:ServiceRequest.reasonCode [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ] ;
       fhir:Coding.code [ fhir:value "I40.9" ] ;
       fhir:Coding.display [ fhir:value "Acute myocarditis, unspecified" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Nghi viêm cơ tim cấp — chưa xác định" ]
  ] ;
  fhir:ServiceRequest.note [
     fhir:index -1 ;
     fhir:Annotation.text [ fhir:value "Chuyển tuyến cấp cứu. BN đau ngực điển hình, sốt 39°C, ECG bất thường (ST chênh), CK-MB tăng. Vượt khả năng xử lý của Trạm Y tế. Đề nghị BV Chợ Rẫy khoa Tim mạch tiếp nhận và xử lý khẩn." ]
  ] .

<http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> a fhir:Patient .

<http://hl7.org/fhir/Organization/ExampleOrganizationTramYTe> a fhir:Organization .

<http://hl7.org/fhir/Organization/ExampleOrganizationChoRay> a fhir:Organization .

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

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