Situational Awareness for Novel Epidemic Response
1.0.0 - STU Release

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

: ExAuditEventBase - JSON Representation

Raw json | Download


{
  "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</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 --&gt; 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>"
  },
  "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"
      }
    }
  ]
}