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
{
"resourceType" : "AuditEvent",
"id" : "ExAuditEventBase",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/saner/StructureDefinition/AuditEventBase"
]
},
"text" : {
"status" : "generated",
"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 "ExAuditEventBase" </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 --> 2021-08-09 00:00:34+0000</p><p><b>recorded</b>: Aug 9, 2021, 12:00:35\u202fAM</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> "CLARKE MEMORIAL HOSPITAL"</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> "Michigan Health"</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> "Michigan Health"</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>"
},
"type" : {
"system" : "http://terminology.hl7.org/CodeSystem/audit-event-type",
"code" : "rest"
},
"subtype" : [
{
"system" : "http://hl7.org/fhir/restful-interaction",
"code" : "create"
}
],
"action" : "C",
"period" : {
"start" : "2021-08-09T00:00:01Z",
"end" : "2021-08-09T00:00:34Z"
},
"recorded" : "2021-08-09T00:00:35Z",
"outcome" : "0",
"agent" : [
{
"role" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/contractsignertypecodes",
"code" : "PRIMAUTH"
}
]
}
],
"who" : {
🔗 "reference" : "Organization/X140008"
},
"name" : "SANER Project automation",
"requestor" : false
},
{
"role" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "IRCP"
}
]
}
],
"who" : {
🔗 "reference" : "Organization/MiDOH"
},
"name" : "State DOH",
"requestor" : false
}
],
"source" : {
"observer" : {
🔗 "reference" : "Organization/MiDOH"
}
},
"entity" : [
{
"role" : {
"system" : "http://terminology.hl7.org/CodeSystem/object-role",
"code" : "3"
}
}
]
}