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ụ: AuditEvent truy cập hồ sơ bệnh án

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


<AuditEvent xmlns="http://hl7.org/fhir">
  <id value="ExampleAuditEventPatientAccess"/>
  <meta>
    <profile
             value="http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-audit-event"/>
  </meta>
  <language value="vi"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="vi" lang="vi"><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">Language: vi</p><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>
  </text>
  <type>
    <system value="http://terminology.hl7.org/CodeSystem/audit-event-type"/>
    <code value="rest"/>
    <display value="Restful Operation"/>
  </type>
  <subtype>
    <system value="http://hl7.org/fhir/restful-interaction"/>
    <code value="read"/>
    <display value="read"/>
  </subtype>
  <action value="R"/>
  <recorded value="2026-03-23T08:45:00+07:00"/>
  <outcome value="0"/>
  <purposeOfEvent>
    <coding>
      <system
              value="http://fhir.hl7.org.vn/core/CodeSystem/vn-consent-purpose-cs"/>
      <code value="TREAT"/>
      <display value="Khám chữa bệnh"/>
    </coding>
  </purposeOfEvent>
  <agent>
    <who>🔗 
      <reference value="Practitioner/ExamplePractitionerBSCKII"/>
      <display value="BS.CKII Nguyễn Thị Lan"/>
    </who>
    <requestor value="true"/>
    <network>
      <address value="10.10.25.14"/>
      <type value="2"/>
    </network>
  </agent>
  <source>
    <observer>🔗 
      <reference value="Organization/ExampleOrganizationChoRay"/>
      <display value="Bệnh viện Chợ Rẫy"/>
    </observer>
  </source>
  <entity>
    <what>🔗 
      <reference value="Patient/ExamplePatientNguyenVanAn"/>
    </what>
    <name value="Hồ sơ bệnh nhân Nguyễn Văn An"/>
  </entity>
  <entity>
    <what>🔗 
      <reference value="DocumentReference/ExampleDocumentReferenceEMR"/>
    </what>
    <name value="Bệnh án điện tử nội trú"/>
  </entity>
</AuditEvent>