HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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 -------------------------------------------------------------------
a fhir:AuditEvent ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "AuditEventExample02"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.cn/fhir/StructureDefinition/profile-core-auditevent"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/StructureDefinition/profile-core-auditevent> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: AuditEvent</b><a name=\"AuditEventExample02\"> </a><a name=\"hcAuditEventExample02\"> </a></p><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\">Resource AuditEvent "AuditEventExample02" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-core-auditevent.html\">核心审计事件结构定义</a></p></div><p><b>category</b>: Application Activity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (DICOM#110100)</span></p><p><b>code</b>: Application Start <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (DICOM#110120)</span></p><p><b>action</b>: E</p><p><b>occurred</b>: 2021-05-07 12:32:23+0000</p><p><b>recorded</b>: 2021年5月7日 下午8:34:23</p><h3>Outcomes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>success (Details: [not stated] code success = 'success', stated as 'null')</td></tr></table><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Who</b></td><td><b>Requestor</b></td><td><b>Network[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Source Role ID <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (DICOM#110153)</span></td><td><span>empi.platform.local</span></td><td>false</td><td>[192.16.8.1.43]</td></tr></table><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Site</b></td><td><b>Observer</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td><span>: 中心机房</span></td><td><span>: 居民主索引服务系统</span></td><td>Web Server <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (security-source-typ#3)</span></td></tr></table></div>"
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "110100" ] ;
fhir:display [ fhir:v "Application Activity" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "110120" ] ;
fhir:display [ fhir:v "Application Start" ] ] )
] ; #
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://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.platform.local" ] ] ] ;
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 "empi.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" ] ] ) ] )
] . #