臺灣社政領域基礎實作指引
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

: 資訊記錄範例 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/AuditEvent/audit-event-information-record-min> a fhir:AuditEvent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "audit-event-information-record-min"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://sfaa.gov.tw/base/StructureDefinition/AuditEvent-twss-base" ;
       fhir:index 0 ;
       fhir:link <https://sfaa.gov.tw/base/StructureDefinition/AuditEvent-twss-base>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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>"
  ] ;
  fhir:AuditEvent.type [
     fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ] ;
     fhir:Coding.code [ fhir:value "110101" ] ;
     fhir:Coding.display [ fhir:value "Audit Log Used" ]
  ] ;
  fhir:AuditEvent.period [
     fhir:Period.start [ fhir:value "2026-09-11T09:30:00+08:00"^^xsd:dateTime ] ;
     fhir:Period.end [ fhir:value "2026-09-11T09:31:00+08:00"^^xsd:dateTime ]
  ] ;
  fhir:AuditEvent.recorded [ fhir:value "2026-09-11T09:31:05+08:00"^^xsd:dateTime] ;
  fhir:AuditEvent.agent [
     fhir:index 0 ;
     fhir:AuditEvent.agent.who [
       fhir:link <http://hl7.org/fhir/Organization/org-min> ;
       fhir:Reference.reference [ fhir:value "Organization/org-min" ]
     ] ;
     fhir:AuditEvent.agent.altId [ fhir:value "TWSS-API" ] ;
     fhir:AuditEvent.agent.requestor [ fhir:value "true"^^xsd:boolean ] ;
     fhir:AuditEvent.agent.location [
       fhir:link <http://hl7.org/fhir/Location/location-min> ;
       fhir:Reference.reference [ fhir:value "Location/location-min" ]
     ] ;
     fhir:AuditEvent.agent.network [
       fhir:AuditEvent.agent.network.address [ fhir:value "203.0.113.10" ] ;
       fhir:AuditEvent.agent.network.type [ fhir:value "2" ]
     ]
  ] ;
  fhir:AuditEvent.source [
     fhir:AuditEvent.source.observer [
       fhir:link <http://hl7.org/fhir/Organization/org-min> ;
       fhir:Reference.reference [ fhir:value "Organization/org-min" ]
     ]
  ] .

<http://hl7.org/fhir/Organization/org-min> a fhir:Organization .

<http://hl7.org/fhir/Location/location-min> a fhir:Location .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/AuditEvent/audit-event-information-record-min.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/AuditEvent/audit-event-information-record-min.ttl> .