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ô json | Tải xuống

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