HL7中国FHIR Connectathon测试实施指南
V20230304 - release
HL7中国FHIR Connectathon测试实施指南 - Local Development build (vV20230304). 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:Resource.id [ fhir:value "AuditEventExample02"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.cn/fhir/StructureDefinition/profile-core-auditevent";
fhir:index 0;
fhir:link <http://hl7.org.cn/fhir/StructureDefinition/profile-core-auditevent> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>type</b>: <span title=\"{http://dicom.nema.org/resources/ontology/DCM 110100}\">Application Activity</span></p><p><b>subtype</b>: <span title=\"{http://dicom.nema.org/resources/ontology/DCM 110120}\">Application Start</span></p><p><b>action</b>: E</p><p><b>period</b>: 2021年5月7日 下午12:30:02 --> (ongoing)</p><p><b>recorded</b>: 2021年5月7日 下午8:32:23</p><p><b>outcome</b>: 0</p><blockquote><p><b>agent</b></p><p><b>type</b>: <span title=\"Codes: {http://dicom.nema.org/resources/ontology/DCM 110153}\">Source Role ID</span></p><p><b>who</b>: <span></span></p><p><b>name</b>: 居民主索引服务系统</p><p><b>requestor</b>: false</p><h3>Networks</h3><table class=\"grid\"><tr><td>-</td><td><b>Address</b></td><td><b>Type</b></td></tr><tr><td>*</td><td>192.16.8.1.43</td><td>2</td></tr></table></blockquote><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Site</b></td><td><b>Observer</b></td><td><b>Type</b></td></tr><tr><td>*</td><td>区域卫生信息平台</td><td><span>居民主索引服务系统</span></td><td><span title=\"{http://terminology.hl7.org/CodeSystem/security-source-typ 3}\">Web Server</span></td></tr></table></div>"
];
fhir:AuditEvent.type [
fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ];
fhir:Coding.code [ fhir:value "110100" ];
fhir:Coding.display [ fhir:value "Application Activity" ]
];
fhir:AuditEvent.subtype [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ];
fhir:Coding.code [ fhir:value "110120" ];
fhir:Coding.display [ fhir:value "Application Start" ]
];
fhir:AuditEvent.action [ fhir:value "E"];
fhir:AuditEvent.period [
fhir:Period.start [ fhir:value "2021-05-07T12:30:02+08:00"^^xsd:dateTime ]
];
fhir:AuditEvent.recorded [ fhir:value "2021-05-07T12:32:23Z"^^xsd:dateTime];
fhir:AuditEvent.outcome [ fhir:value "0"];
fhir:AuditEvent.agent [
fhir:index 0;
fhir:AuditEvent.agent.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ];
fhir:Coding.code [ fhir:value "110153" ];
fhir:Coding.display [ fhir:value "Source Role ID" ] ] ];
fhir:AuditEvent.agent.who [
fhir:Reference.identifier [
fhir:Identifier.value [ fhir:value "empi.platform.local" ] ] ];
fhir:AuditEvent.agent.name [ fhir:value "居民主索引服务系统" ];
fhir:AuditEvent.agent.requestor [ fhir:value "false"^^xsd:boolean ];
fhir:AuditEvent.agent.network [
fhir:AuditEvent.agent.network.address [ fhir:value "192.16.8.1.43" ];
fhir:AuditEvent.agent.network.type [ fhir:value "2" ] ]
];
fhir:AuditEvent.source [
fhir:AuditEvent.source.site [ fhir:value "区域卫生信息平台" ];
fhir:AuditEvent.source.observer [
fhir:Reference.identifier [
fhir:Identifier.value [ fhir:value "empi.platform.local" ] ];
fhir:Reference.display [ fhir:value "居民主索引服务系统" ] ];
fhir:AuditEvent.source.type [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/security-source-typ" ];
fhir:Coding.code [ fhir:value "3" ];
fhir:Coding.display [ fhir:value "Web Server" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.