Situational Awareness for Novel Epidemic Response
1.0.1 - CI Build International flag

Situational Awareness for Novel Epidemic Response, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-saner/ and changes regularly. See the Directory of published versions

: ExAuditEventBase - 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 -------------------------------------------------------------------

 a fhir:AuditEvent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExAuditEventBase"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/saner/StructureDefinition/AuditEventBase"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/saner/StructureDefinition/AuditEventBase>     ] )
  ] ; # 
  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=\"ExAuditEventBase\"> </a><a name=\"hcExAuditEventBase\"> </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\">ResourceAuditEvent &quot;ExAuditEventBase&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-AuditEventBase.html\">General Audit Event Requirements</a></p></div><p><b>type</b>: RESTful Operation (Details: Audit Event ID code rest = 'RESTful Operation', stated as 'null')</p><p><b>subtype</b>: create (Details: FHIR Restful Interactions code create = 'create', stated as 'null')</p><p><b>action</b>: C</p><p><b>period</b>: 2021-08-09 00:00:01+0000 --&gt; 2021-08-09 00:00:34+0000</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>: Primary Author <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-contractsignertypecodes.html\">Contract Signer Type Codes</a>#PRIMAUTH)</span></p><p><b>who</b>: <a href=\"Organization-X140008.html\">Organization/X140008</a> &quot;CLARKE MEMORIAL HOSPITAL&quot;</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>: information recipient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#IRCP)</span></p><p><b>who</b>: <a href=\"Organization-MiDOH.html\">Organization/MiDOH</a> &quot;Michigan Health&quot;</p><p><b>name</b>: State DOH</p><p><b>requestor</b>: false</p></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-MiDOH.html\">Organization/MiDOH</a> &quot;Michigan Health&quot;</td></tr></table><h3>Entities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td></tr><tr><td style=\"display: none\">*</td><td>Report (Details: AuditEventEntityRole code 3 = 'Report', stated as 'null')</td></tr></table></div>"
  ] ; # 
  fhir:type [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/audit-event-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "rest" ]
  ] ; # 
  fhir:subtype ( [
fhir:system [ fhir:v "http://hl7.org/fhir/restful-interaction"^^xsd:anyURI ] ;
fhir:code [ fhir:v "create" ]
  ] ) ; # 
  fhir:action [ fhir:v "C"] ; # 
  fhir:period [
fhir:start [ fhir:v "2021-08-09T00:00:01Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2021-08-09T00:00:34Z"^^xsd:dateTime ]
  ] ; # 
  fhir:recorded [ fhir:v "2021-08-09T00:00:35Z"^^xsd:dateTime] ; # 
  fhir:outcome [ fhir:v "0"] ; # 
  fhir:agent ( [
    ( fhir:role [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/contractsignertypecodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRIMAUTH" ]       ] )     ] ) ;
fhir:who [
fhir:reference [ fhir:v "Organization/X140008" ]     ] ;
fhir:name [ fhir:v "SANER Project automation" ] ;
fhir:requestor [ fhir:v "false"^^xsd:boolean ]
  ] [
    ( fhir:role [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IRCP" ]       ] )     ] ) ;
fhir:who [
fhir:reference [ fhir:v "Organization/MiDOH" ]     ] ;
fhir:name [ fhir:v "State DOH" ] ;
fhir:requestor [ fhir:v "false"^^xsd:boolean ]
  ] ) ; # 
  fhir:source [
fhir:observer [
fhir:reference [ fhir:v "Organization/MiDOH" ]     ]
  ] ; # 
  fhir:entity ( [
fhir:role [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/object-role"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3" ]     ]
  ] ) . #