This page is part of the Situational Awareness for Novel Epidemic Response (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, 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 "ExAuditEventBase"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/uv/saner/StructureDefinition/AuditEventBase";
fhir:index 0;
fhir:link <http://hl7.org/fhir/uv/saner/StructureDefinition/AuditEventBase> ]
];
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://terminology.hl7.org/CodeSystem/audit-event-type rest}\">RESTful Operation</span></p><p><b>subtype</b>: <span title=\"{http://hl7.org/fhir/restful-interaction create}\">create</span></p><p><b>action</b>: C</p><p><b>period</b>: Aug 9, 2021 12:00:01 AM --> Aug 9, 2021 12:00:34 AM</p><p><b>recorded</b>: Aug 9, 2021 12:00:35 AM</p><p><b>outcome</b>: 0</p><blockquote><p><b>agent</b></p><p><b>role</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/contractsignertypecodes PRIMAUTH}\">Primary Author</span></p><p><b>who</b>: <a href=\"Organization-X140008.html\">Generated Summary: id: X140008; active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span>; name: CLARKE MEMORIAL HOSPITAL</a></p><p><b>name</b>: SANER Project automation</p><p><b>requestor</b>: false</p></blockquote><blockquote><p><b>agent</b></p><p><b>role</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ParticipationType IRCP}\">information recipient</span></p><p><b>who</b>: <a href=\"Organization-MiDOH.html\">Generated Summary: id: 25; name: Michigan Health; alias: Michigan State Department of Health</a></p><p><b>name</b>: State DOH</p><p><b>requestor</b>: false</p></blockquote><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Observer</b></td></tr><tr><td>*</td><td><a href=\"Organization-MiDOH.html\">Generated Summary: id: 25; name: Michigan Health; alias: Michigan State Department of Health</a></td></tr></table><h3>Entities</h3><table class=\"grid\"><tr><td>-</td><td><b>Role</b></td></tr><tr><td>*</td><td><span title=\"{http://terminology.hl7.org/CodeSystem/object-role 3}\">Report</span></td></tr></table></div>"
];
fhir:AuditEvent.type [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/audit-event-type" ];
fhir:Coding.code [ fhir:value "rest" ]
];
fhir:AuditEvent.subtype [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/restful-interaction" ];
fhir:Coding.code [ fhir:value "create" ]
];
fhir:AuditEvent.action [ fhir:value "C"];
fhir:AuditEvent.period [
fhir:Period.start [ fhir:value "2021-08-09T00:00:01Z"^^xsd:dateTime ];
fhir:Period.end [ fhir:value "2021-08-09T00:00:34Z"^^xsd:dateTime ]
];
fhir:AuditEvent.recorded [ fhir:value "2021-08-09T00:00:35Z"^^xsd:dateTime];
fhir:AuditEvent.outcome [ fhir:value "0"];
fhir:AuditEvent.agent [
fhir:index 0;
fhir:AuditEvent.agent.role [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/contractsignertypecodes" ];
fhir:Coding.code [ fhir:value "PRIMAUTH" ] ] ];
fhir:AuditEvent.agent.who [
fhir:Reference.reference [ fhir:value "Organization/X140008" ] ];
fhir:AuditEvent.agent.name [ fhir:value "SANER Project automation" ];
fhir:AuditEvent.agent.requestor [ fhir:value "false"^^xsd:boolean ]
], [
fhir:index 1;
fhir:AuditEvent.agent.role [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ];
fhir:Coding.code [ fhir:value "IRCP" ] ] ];
fhir:AuditEvent.agent.who [
fhir:Reference.reference [ fhir:value "Organization/MiDOH" ] ];
fhir:AuditEvent.agent.name [ fhir:value "State DOH" ];
fhir:AuditEvent.agent.requestor [ fhir:value "false"^^xsd:boolean ]
];
fhir:AuditEvent.source [
fhir:AuditEvent.source.observer [
fhir:Reference.reference [ fhir:value "Organization/MiDOH" ] ]
];
fhir:AuditEvent.entity [
fhir:index 0;
fhir:AuditEvent.entity.role [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/object-role" ];
fhir:Coding.code [ fhir:value "3" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.