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ụ: Yêu cầu xét nghiệm đường huyết

Bản thô ttl | Tải xuống


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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/ExampleServiceRequestLabGlucose> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleServiceRequestLabGlucose"] ;
  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 "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ExampleServiceRequestLabGlucose</b></p><a name=\"ExampleServiceRequestLabGlucose\"> </a><a name=\"hcExampleServiceRequestLabGlucose\"> </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>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 XN}\">Xét nghiệm</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 1558-6}\">Glucose máu lúc đói</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Encounter-ExampleEncounterOutpatient.html\">Encounter: extension = Khám chữa bệnh ban đầu; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-03-19-NGT-0207; status = finished; class = ambulatory (ActCode#AMB); period = 2026-03-19 08:30:00+0700 --&gt; 2026-03-19 11:00:00+0700; reasonCode = </a></p><p><b>authoredOn</b>: 2026-03-19 08:50:00+0700</p><p><b>requester</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 R73.0}\">Nghi ngờ đái tháo đường — glucose niệu (+)</span></p><p><b>specimen</b>: <a href=\"Specimen-ExampleSpecimenSerumChemistry.html\">Mẫu huyết thanh xét nghiệm sinh hóa</a></p><p><b>note</b>: </p><blockquote><div><p>BN có tiền sử gia đình ĐTĐ type 2. Kiểm tra HbA1c nếu glucose &gt; 7.0 mmol/L.</p>\n</div></blockquote><p><b>patientInstruction</b>: Nhịn ăn ít nhất 8 giờ trước khi lấy máu xét nghiệm.</p></div>"
  ] ;
  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 "XN" ] ;
       fhir:Coding.display [ fhir:value "Xét nghiệm" ]
     ]
  ] ;
  fhir:ServiceRequest.priority [ fhir:value "routine"] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a loinc:1558-6 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "1558-6" ] ;
       fhir:Coding.display [ fhir:value "Fasting glucose [Mass/volume] in Serum or Plasma" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Glucose máu lúc đói" ]
  ] ;
  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.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/ExampleEncounterOutpatient> ;
     fhir:Reference.reference [ fhir:value "Encounter/ExampleEncounterOutpatient" ]
  ] ;
  fhir:ServiceRequest.authoredOn [ fhir:value "2026-03-19T08:50:00+07:00"^^xsd:dateTime] ;
  fhir:ServiceRequest.requester [
     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: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 "R73.0" ] ;
       fhir:Coding.display [ fhir:value "Abnormal glucose tolerance test" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Nghi ngờ đái tháo đường — glucose niệu (+)" ]
  ] ;
  fhir:ServiceRequest.specimen [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Specimen/ExampleSpecimenSerumChemistry> ;
     fhir:Reference.reference [ fhir:value "Specimen/ExampleSpecimenSerumChemistry" ] ;
     fhir:Reference.display [ fhir:value "Mẫu huyết thanh xét nghiệm sinh hóa" ]
  ] ;
  fhir:ServiceRequest.note [
     fhir:index -1 ;
     fhir:Annotation.text [ fhir:value "BN có tiền sử gia đình ĐTĐ type 2. Kiểm tra HbA1c nếu glucose > 7.0 mmol/L." ]
  ] ;
  fhir:ServiceRequest.patientInstruction [ fhir:value "Nhịn ăn ít nhất 8 giờ trước khi lấy máu xét nghiệm."] .

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

<http://hl7.org/fhir/Encounter/ExampleEncounterOutpatient> a fhir:Encounter .

<http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> a fhir:Practitioner .

<http://hl7.org/fhir/Specimen/ExampleSpecimenSerumChemistry> a fhir:Specimen .

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

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