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
{
"resourceType" : "AuditEvent",
"id" : "AuditEvent-REST-Search-Example",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2025-01-08T10:35:00.000+01:00",
"source" : "#ozo-aaa-proxy",
"profile" : [
🔗 "http://headease.gitlab.io/ozo-refererence-impl/ozo-implementation-guide/StructureDefinition/ozo-auditevent"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AuditEvent AuditEvent-REST-Search-Example</b></p><a name=\"AuditEvent-REST-Search-Example\"> </a><a name=\"hcAuditEvent-REST-Search-Example\"> </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:35: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>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-search\">FHIR Restful Interactions search</a>: search</p><p><b>action</b>: Read/View/Print</p><p><b>recorded</b>: 2025-01-08 10:35: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 110153}\">Source Role ID</span></td><td><a href=\"RelatedPerson-RelatedPerson-Kees-Groot.html\">Kees Groot</a></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><td><b>Query</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&canonical=http://simplifier.net/packages/nictiz.fhir.nl.r4.zib2020#0.12.0-beta.4/CareTeam/example-careteam\">Example CareTeam (search target)</a></td><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-audit-entity-type.html#audit-entity-type-2\">Audit event entity type 2</a>: System Object</td><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-object-role.html#object-role-24\">AuditEventEntityRole 24</a>: Query</td><td><code>c3RhdHVzPWFjdGl2ZQ==</code></td></tr></table></div>"
},
"type" : {
"system" : "http://terminology.hl7.org/CodeSystem/audit-event-type",
"code" : "rest",
"display" : "RESTful Operation"
},
"subtype" : [
{
"system" : "http://hl7.org/fhir/restful-interaction",
"code" : "search",
"display" : "search"
}
],
"action" : "R",
"recorded" : "2025-01-08T10:35:00.000+01:00",
"outcome" : "0",
"agent" : [
{
"type" : {
"coding" : [
{
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "110153",
"display" : "Source Role ID"
}
]
},
"who" : {
🔗 "reference" : "RelatedPerson/RelatedPerson-Kees-Groot",
"type" : "RelatedPerson",
"display" : "Kees Groot"
},
"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/example-careteam",
"type" : "CareTeam",
"display" : "Example CareTeam (search target)"
},
"type" : {
"system" : "http://terminology.hl7.org/CodeSystem/audit-entity-type",
"code" : "2",
"display" : "System Object"
},
"role" : {
"system" : "http://terminology.hl7.org/CodeSystem/object-role",
"code" : "24",
"display" : "Query"
},
"query" : "c3RhdHVzPWFjdGl2ZQ=="
}
]
}