臺灣社政領域基礎實作指引
0.0.1 - ci-build

臺灣社政領域基礎實作指引, published by 衛生福利部社會及家庭署. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/sfaassn2025-source/base/ and changes regularly. See the Directory of published versions

: 資訊記錄範例 - JSON Representation

Raw json | Download

{
  "resourceType" : "AuditEvent",
  "id" : "audit-event-information-record-min",
  "meta" : {
    "profile" : [
      🔗 "https://sfaa.gov.tw/base/StructureDefinition/AuditEvent-twss-base"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AuditEvent audit-event-information-record-min</b></p><a name=\"audit-event-information-record-min\"> </a><a name=\"hcaudit-event-information-record-min\"> </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-AuditEvent-twss-base.html\">資訊記錄-AuditEvent TWSS Base</a></p></div><p><b>type</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-110101\">DICOM: 110101</a> (Audit Log Used)</p><p><b>period</b>: 2026-09-11 09:30:00+0800 --&gt; 2026-09-11 09:31:00+0800</p><p><b>recorded</b>: 2026-09-11 09:31:05+0800</p><blockquote><p><b>agent</b></p><p><b>who</b>: <a href=\"Organization-org-min.html\">Organization 社家署示範機構</a></p><p><b>altId</b>: TWSS-API</p><p><b>requestor</b>: true</p><p><b>location</b>: <a href=\"Location-location-min.html\">Location 安心托嬰中心托育地址</a></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>203.0.113.10</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-org-min.html\">Organization 社家署示範機構</a></td></tr></table></div>"
  },
  "type" : {
    "system" : "http://dicom.nema.org/resources/ontology/DCM",
    "code" : "110101",
    "display" : "Audit Log Used"
  },
  "period" : {
    "start" : "2026-09-11T09:30:00+08:00",
    "end" : "2026-09-11T09:31:00+08:00"
  },
  "recorded" : "2026-09-11T09:31:05+08:00",
  "agent" : [
    {
      "who" : {
        🔗 "reference" : "Organization/org-min"
      },
      "altId" : "TWSS-API",
      "requestor" : true,
      "location" : {
        🔗 "reference" : "Location/location-min"
      },
      "network" : {
        "address" : "203.0.113.10",
        "type" : "2"
      }
    }
  ],
  "source" : {
    "observer" : {
      🔗 "reference" : "Organization/org-min"
    }
  }
}