HL7 VN

VN Core FHIR Implementation Guide — Bộ Hướng dẫn Triển khai FHIR Cốt lõi cho Việt Nam
0.1.0 - STU1 Draft Viet Nam flag

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

: Ví dụ: Bệnh án điện tử (EMR) - TTL Representation

Raw ttl | Download


@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:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleDocumentReferenceEMR"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-document-reference"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-document-reference>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference ExampleDocumentReferenceEMR</b></p><a name=\"ExampleDocumentReferenceEMR\"> </a><a name=\"hcExampleDocumentReferenceEMR\"> </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-document-reference.html\">Tài liệu y tế VN Core — VN Core DocumentReference Profile</a></p></div><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 34133-9}\">Bệnh án điện tử nội trú</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 11503-0}\">Bệnh án</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>date</b>: 2026-03-17 10:00:00+0700</p><p><b>author</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS.CKII Trần Minh Đức</a></p><p><b>authenticator</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS.CKII Trần Minh Đức</a></p><p><b>custodian</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p><p><b>description</b>: Bệnh án nội trú: Viêm ruột thừa cấp (K35.8), phẫu thuật cắt ruột thừa nội soi, ra viện ngày 17/3/2026 — trạng thái khỏi</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Language</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td>Vietnamese</td><td>Bệnh án điện tử — Nguyễn Văn An — 10-17/03/2026</td><td>2026-03-17 10:00:00+0700</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Encounter</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Encounter-ExampleEncounterInpatient.html\">Nhập viện 10-17/03/2026</a></td><td>2026-03-10 --&gt; 2026-03-17</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:34133-9 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "34133-9" ] ;
fhir:display [ fhir:v "Summary of episode note" ]     ] ) ;
fhir:text [ fhir:v "Bệnh án điện tử nội trú" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:11503-0 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "11503-0" ] ;
fhir:display [ fhir:v "Medical records" ]     ] ) ;
fhir:text [ fhir:v "Bệnh án" ]
  ] ) ; # 
  fhir:subject [
fhir:l fhir:Patient/ExamplePatientNguyenVanAn ;
fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ;
fhir:display [ fhir:v "Nguyễn Văn An" ]
  ] ; # 
  fhir:date [ fhir:v "2026-03-17T10:00:00+07:00"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:l fhir:Practitioner/ExamplePractitionerBSCKII ;
fhir:reference [ fhir:v "Practitioner/ExamplePractitionerBSCKII" ] ;
fhir:display [ fhir:v "BS.CKII Trần Minh Đức" ]
  ] ) ; # 
  fhir:authenticator [
fhir:l fhir:Practitioner/ExamplePractitionerBSCKII ;
fhir:reference [ fhir:v "Practitioner/ExamplePractitionerBSCKII" ] ;
fhir:display [ fhir:v "BS.CKII Trần Minh Đức" ]
  ] ; # 
  fhir:custodian [
fhir:l fhir:Organization/ExampleOrganizationChoRay ;
fhir:reference [ fhir:v "Organization/ExampleOrganizationChoRay" ] ;
fhir:display [ fhir:v "Bệnh viện Chợ Rẫy" ]
  ] ; # 
  fhir:description [ fhir:v "Bệnh án nội trú: Viêm ruột thừa cấp (K35.8), phẫu thuật cắt ruột thừa nội soi, ra viện ngày 17/3/2026 — trạng thái khỏi"] ; # 
  fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:language [ fhir:v "vi" ] ;
fhir:title [ fhir:v "Bệnh án điện tử — Nguyễn Văn An — 10-17/03/2026" ] ;
fhir:creation [ fhir:v "2026-03-17T10:00:00+07:00"^^xsd:dateTime ]     ]
  ] ) ; # 
  fhir:context [
    ( fhir:encounter [
fhir:l fhir:Encounter/ExampleEncounterInpatient ;
fhir:reference [ fhir:v "Encounter/ExampleEncounterInpatient" ] ;
fhir:display [ fhir:v "Nhập viện 10-17/03/2026" ]     ] ) ;
fhir:period [
fhir:start [ fhir:v "2026-03-10"^^xsd:date ] ;
fhir:end [ fhir:v "2026-03-17"^^xsd:date ]     ]
  ] . #