HL7 Vietnam VN Core FHIR Implementation Guide

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.3.0 - STU1 Draft Viet Nam cờ

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ: Báo cáo giải phẫu bệnh — Viêm ruột thừa cấp mủ

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


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleDiagnosticReportPathology"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-diagnostic-report"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-diagnostic-report>     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"vi\" lang=\"vi\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport ExampleDiagnosticReportPathology</b></p><a name=\"ExampleDiagnosticReportPathology\"> </a><a name=\"hcExampleDiagnosticReportPathology\"> </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\">Language: vi</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-diagnostic-report.html\">Báo cáo cận lâm sàng VN Core — VN Core DiagnosticReport Profile</a></p></div><h2><span title=\"Codes:{http://loinc.org 60568-3}\">Giải phẫu bệnh lý</span> (<span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs XN}\">Xét nghiệm</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Nguyễn Văn An Male, DoB: 1985-03-15 ( Căn cước công dân: VNCCCD#001085012345)</td></tr><tr><td>When For</td><td>2026-03-10 14:30:00+0700</td></tr><tr><td>Reported</td><td>2026-03-12 16:00:00+0700</td></tr><tr><td>Performer</td><td> <a href=\"Organization-ExampleOrganizationChoRay.html\">Khoa Giải phẫu bệnh — BV Chợ Rẫy</a></td></tr></table><p><b>Report Details</b></p><p>Đại thể: Ruột thừa dài 7cm, đường kính 1.2cm, sưng nề phù nề, phủ fibrin màu vàng xanh. Lòng ruột thừa chứa mủ vàng đục. Vi thể: Thâm nhập bạch cầu đa nhân toàn thành, mủ trong lòng ruột thừa. Hoại tử thành khu trú, chưa thủng. Không thấy tế bào ác tính. Kết luận: Viêm ruột thừa cấp mủ (K35.8), chưa vỡ.</p><p><b>Coded Conclusions:</b></p><ul><li><span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 K35.8}\">Viêm ruột thừa cấp mủ, chưa vỡ</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs>       ] ;
fhir:code [ fhir:v "XN" ] ;
fhir:display [ fhir:v "Xét nghiệm" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:60568-3 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "60568-3" ] ;
fhir:display [ fhir:v "Pathology Synoptic report" ]     ] ) ;
fhir:text [ fhir:v "Giải phẫu bệnh lý" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/ExamplePatientNguyenVanAn ;
fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ;
fhir:display [ fhir:v "Nguyễn Văn An" ]
  ] ; # 
  fhir:encounter [
fhir:l fhir:Encounter/ExampleEncounterInpatient ;
fhir:reference [ fhir:v "Encounter/ExampleEncounterInpatient" ]
  ] ; # 
  fhir:effective [
a fhir:DateTime ;
fhir:v "2026-03-10T14:30:00+07:00"^^xsd:dateTime
  ] ; # 
  fhir:issued [ fhir:v "2026-03-12T16:00:00+07:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:l fhir:Organization/ExampleOrganizationChoRay ;
fhir:reference [ fhir:v "Organization/ExampleOrganizationChoRay" ] ;
fhir:display [ fhir:v "Khoa Giải phẫu bệnh — BV Chợ Rẫy" ]
  ] ) ; # 
  fhir:conclusion [ fhir:v "Đại thể: Ruột thừa dài 7cm, đường kính 1.2cm, sưng nề phù nề, phủ fibrin màu vàng xanh. Lòng ruột thừa chứa mủ vàng đục. Vi thể: Thâm nhập bạch cầu đa nhân toàn thành, mủ trong lòng ruột thừa. Hoại tử thành khu trú, chưa thủng. Không thấy tế bào ác tính. Kết luận: Viêm ruột thừa cấp mủ (K35.8), chưa vỡ."] ; # 
  fhir:conclusionCode ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/sid/icd-10>       ] ;
fhir:code [ fhir:v "K35.8" ] ;
fhir:display [ fhir:v "Acute appendicitis, other and unspecified" ]     ] ) ;
fhir:text [ fhir:v "Viêm ruột thừa cấp mủ, chưa vỡ" ]
  ] ) ; # 
  fhir:presentedForm ( [
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:language [ fhir:v "vi" ] ;
fhir:title [ fhir:v "GPB-RuotThua-NguyenVanAn-20260312.pdf" ] ;
fhir:creation [ fhir:v "2026-03-12T16:00:00+07:00"^^xsd:dateTime ]
  ] ) . #