@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:AuditEvent ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "AuditEventExample01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.cn/fhir/StructureDefinition/profile-core-auditevent"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: AuditEvent

Resource AuditEvent "AuditEventExample01"

Profile: 核心审计事件结构定义

category: User Authentication (DICOM#110114)

code: Login (DICOM#110122)

action: E

occurred: 2021-05-07 12:32:23+0000

recorded: 2021年5月7日 下午8:34:23

Outcomes

-Code
*success (Details: [not stated] code success = 'success', stated as 'null')

agent

type: human user (Security Role Type#humanuser)

who: 95

requestor: true

network: [192.16.8.1.41]

agent

type: Source Role ID (DICOM#110153)

who: empi.xxx.com

requestor: false

network: [192.16.8.1.43]

Sources

-SiteObserverType
*: 中心机房: 单点登录系统Web Server (security-source-typ#3)
" ] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ; fhir:code [ fhir:v "110114" ] ; fhir:display [ fhir:v "User Authentication" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ; fhir:code [ fhir:v "110122" ] ; fhir:display [ fhir:v "Login" ] ] ) ] ; # fhir:action [ fhir:v "E"] ; # fhir:occurred [ fhir:v "2021-05-07T12:32:23Z"^^xsd:dateTime] ; # fhir:recorded [ fhir:v "2021-05-07T12:34:23Z"^^xsd:dateTime] ; # fhir:outcome [ fhir:code [ fhir:code [ fhir:v "success" ] ] ] ; # fhir:agent ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/extra-security-role-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "humanuser" ] ; fhir:display [ fhir:v "human user" ] ] ) ] ; fhir:who [ fhir:identifier [ fhir:value [ fhir:v "95" ] ] ] ; fhir:requestor [ fhir:v "true"^^xsd:boolean ] ; fhir:network [ fhir:v "[192.16.8.1.41]" ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ; fhir:code [ fhir:v "110153" ] ; fhir:display [ fhir:v "Source Role ID" ] ] ) ] ; fhir:who [ fhir:identifier [ fhir:value [ fhir:v "empi.xxx.com" ] ] ] ; fhir:requestor [ fhir:v "false"^^xsd:boolean ] ; fhir:network [ fhir:v "[192.16.8.1.43]" ] ] ) ; # fhir:source [ fhir:site [ fhir:display [ fhir:v "中心机房" ] ] ; fhir:observer [ fhir:identifier [ fhir:value [ fhir:v "sso.platform.local" ] ] ; fhir:display [ fhir:v "单点登录系统" ] ] ; fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/security-source-typ"^^xsd:anyURI ] ; fhir:code [ fhir:v "3" ] ; fhir:display [ fhir:v "Web Server" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------