OZO FHIR implementation guide
0.1.0 - ci-build

OZO FHIR implementation guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AuditEvent - System Access - JSON Representation

Raw json | Download

{
  "resourceType" : "AuditEvent",
  "id" : "AuditEvent-System-Access",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2025-01-08T10:45:00.000+01:00",
    "source" : "#ozo-aaa-proxy",
    "profile" : [
      🔗 "http://headease.gitlab.io/ozo-refererence-impl/ozo-implementation-guide/StructureDefinition/ozo-auditevent"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AuditEvent AuditEvent-System-Access</b></p><a name=\"AuditEvent-System-Access\"> </a><a name=\"hcAuditEvent-System-Access\"> </a><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\">version: 1; Last updated: 2025-01-08 10:45:00+0100; </p><p style=\"margin-bottom: 0px\">Information Source: #ozo-aaa-proxy</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ozo-auditevent.html\">OZO AuditEvent</a></p></div><p><b>OZO Trace ID</b>: 2af7651916cd43dd8448eb211c80319c</p><p><b>OZO Span ID</b>: d7ad6b7169203331</p><p><b>type</b>: <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-audit-event-type.html#audit-event-type-rest\">Audit Event ID rest</a>: RESTful Operation</p><p><b>subtype</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-restful-interaction.html#restful-interaction-read\">FHIR Restful Interactions read</a>: read</p><p><b>action</b>: Read/View/Print</p><p><b>recorded</b>: 2025-01-08 10:45:00+0100</p><p><b>outcome</b>: Success</p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Who</b></td><td><b>Requestor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM 110150}\">Application</span></td><td>Hospital System 001 (Identifier: <code>did_web</code>/did:web:example.org:system:hospital-system-001)</td><td>true</td></tr></table><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Site</b></td><td><b>Observer</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>OZO AAA Proxy</td><td><a href=\"Device-ozo-aaa-proxy-001.html\">AAA Proxy Instance 001</a></td><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-security-source-type.html#security-source-type-4\">Audit Event Source Type 4</a>: Application Server</td></tr></table><h3>Entities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>What</b></td><td><b>Type</b></td><td><b>Role</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.zib2020@0.12.0-beta.4&amp;canonical=http://simplifier.net/packages/nictiz.fhir.nl.r4.zib2020#0.12.0-beta.4/CareTeam/10\">CareTeam/10</a></td><td><a href=\"http://hl7.org/fhir/R4/codesystem-resource-types.html#resource-types-CareTeam\">ResourceType CareTeam</a>: CareTeam</td><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-object-role.html#object-role-4\">AuditEventEntityRole 4</a>: Domain Resource</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://headease.gitlab.io/ozo-refererence-impl/ozo-implementation-guide/StructureDefinition/ozo-trace-id",
      "valueString" : "2af7651916cd43dd8448eb211c80319c"
    },
    {
      "url" : "http://headease.gitlab.io/ozo-refererence-impl/ozo-implementation-guide/StructureDefinition/ozo-span-id",
      "valueString" : "d7ad6b7169203331"
    }
  ],
  "type" : {
    "system" : "http://terminology.hl7.org/CodeSystem/audit-event-type",
    "code" : "rest",
    "display" : "RESTful Operation"
  },
  "subtype" : [
    {
      "system" : "http://hl7.org/fhir/restful-interaction",
      "code" : "read",
      "display" : "read"
    }
  ],
  "action" : "R",
  "recorded" : "2025-01-08T10:45:00.000+01:00",
  "outcome" : "0",
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://dicom.nema.org/resources/ontology/DCM",
            "code" : "110150",
            "display" : "Application"
          }
        ]
      },
      "who" : {
        "type" : "Device",
        "identifier" : {
          "system" : "did_web",
          "value" : "did:web:example.org:system:hospital-system-001"
        },
        "display" : "Hospital System 001"
      },
      "requestor" : true
    }
  ],
  "source" : {
    "site" : "OZO AAA Proxy",
    "observer" : {
      🔗 "reference" : "Device/ozo-aaa-proxy-001",
      "type" : "Device",
      "display" : "AAA Proxy Instance 001"
    },
    "type" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/security-source-type",
        "code" : "4",
        "display" : "Application Server"
      }
    ]
  },
  "entity" : [
    {
      "what" : {
        "reference" : "CareTeam/10",
        "type" : "CareTeam"
      },
      "type" : {
        "system" : "http://hl7.org/fhir/resource-types",
        "code" : "CareTeam",
        "display" : "CareTeam"
      },
      "role" : {
        "system" : "http://terminology.hl7.org/CodeSystem/object-role",
        "code" : "4",
        "display" : "Domain Resource"
      }
    }
  ]
}