@prefix fhir: <http://hl7.org/fhir/> .
@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 -------------------------------------------------------------------

<http://fhir.hl7.org.vn/core/AuditEvent/ExampleAuditEventPatientAccess> a fhir:AuditEvent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleAuditEventPatientAccess"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-audit-event"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-audit-event>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  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: AuditEvent ExampleAuditEventPatientAccess</b></p><a name=\"ExampleAuditEventPatientAccess\"> </a><a name=\"hcExampleAuditEventPatientAccess\"> </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-audit-event.html\">Nhật ký truy cập dữ liệu VN Core — VN Core AuditEvent Profile</a></p></div><p><b>type</b>: <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-audit-event-type.html#audit-event-type-rest\">Audit Event ID: rest</a> (Restful Operation)</p><p><b>subtype</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-restful-interaction.html#restful-interaction-read\">FHIR Restful Interactions: read</a> (read)</p><p><b>action</b>: Read/View/Print</p><p><b>recorded</b>: 2026-03-23 08:45:00+0700</p><p><b>outcome</b>: Success</p><p><b>purposeOfEvent</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-consent-purpose-cs TREAT}\">Khám chữa bệnh</span></p><blockquote><p><b>agent</b></p><p><b>who</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS.CKII Nguyễn Thị Lan</a></p><p><b>requestor</b>: true</p><h3>Networks</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Address</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>10.10.25.14</td><td>IP Address</td></tr></table></blockquote><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Observer</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></td></tr></table><blockquote><p><b>entity</b></p><p><b>what</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An Male, DoB: 1985-03-15 ( Căn cước công dân: VNCCCD#001085012345)</a></p><p><b>name</b>: Hồ sơ bệnh nhân Nguyễn Văn An</p></blockquote><blockquote><p><b>entity</b></p><p><b>what</b>: <a href=\"DocumentReference-ExampleDocumentReferenceEMR.html\">DocumentReference: status = current; type = Summary of episode note; category = Medical records; date = 2026-03-17 10:00:00+0700; description = 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</a></p><p><b>name</b>: Bệnh án điện tử nội trú</p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:type [
     fhir:system [
       fhir:v "http://terminology.hl7.org/CodeSystem/audit-event-type"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/CodeSystem/audit-event-type>
     ] ;
     fhir:code [ fhir:v "rest" ] ;
     fhir:display [ fhir:v "Restful Operation" ]
  ] ; # 
  fhir:subtype ( [
     fhir:system [
       fhir:v "http://hl7.org/fhir/restful-interaction"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/restful-interaction>
     ] ;
     fhir:code [ fhir:v "read" ] ;
     fhir:display [ fhir:v "read" ]
  ] ) ; # 
  fhir:action [ fhir:v "R"] ; # 
  fhir:recorded [ fhir:v "2026-03-23T08:45:00+07:00"^^xsd:dateTime] ; # 
  fhir:outcome [ fhir:v "0"] ; # 
  fhir:purposeOfEvent ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-consent-purpose-cs"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-consent-purpose-cs>
       ] ;
       fhir:code [ fhir:v "TREAT" ] ;
       fhir:display [ fhir:v "Khám chữa bệnh" ]
     ] )
  ] ) ; # 
  fhir:agent ( [
     fhir:who [
       fhir:l <http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerBSCKII> ;
       fhir:reference [ fhir:v "Practitioner/ExamplePractitionerBSCKII" ] ;
       fhir:display [ fhir:v "BS.CKII Nguyễn Thị Lan" ]
     ] ;
     fhir:requestor [ fhir:v true ] ;
     fhir:network [
       fhir:address [ fhir:v "10.10.25.14" ] ;
       fhir:type [ fhir:v "2" ]
     ]
  ] ) ; # 
  fhir:source [
     fhir:observer [
       fhir:l <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationChoRay> ;
       fhir:reference [ fhir:v "Organization/ExampleOrganizationChoRay" ] ;
       fhir:display [ fhir:v "Bệnh viện Chợ Rẫy" ]
     ]
  ] ; # 
  fhir:entity ( [
     fhir:what [
       fhir:l <http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn> ;
       fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ]
     ] ;
     fhir:name [ fhir:v "Hồ sơ bệnh nhân Nguyễn Văn An" ]
  ] [
     fhir:what [
       fhir:l <http://fhir.hl7.org.vn/core/DocumentReference/ExampleDocumentReferenceEMR> ;
       fhir:reference [ fhir:v "DocumentReference/ExampleDocumentReferenceEMR" ]
     ] ;
     fhir:name [ fhir:v "Bệnh án điện tử nội trú" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

