This page is part of the Chile Core (v1.8.5: STU2 Draft) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: Ejemplo de un Audit-Event Search. - JSON Representation
Raw json | Download
{
"resourceType" : "AuditEvent",
"id" : "AuditEventEx",
"meta" : {
"profile" : [
"https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/AuditEventCl"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: AuditEvent</b><a name=\"AuditEventEx\"> </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\">Resource AuditEvent "AuditEventEx" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-AuditEventCl.html\">CL Auditoria</a></p></div><p><b>type</b>: Restful Operation (Details: http://terminology.hl7.org/CodeSystem/audit-event-type code rest = 'RESTful Operation', stated as 'Restful Operation')</p><p><b>subtype</b>: search (Details: http://hl7.org/fhir/restful-interaction code search = 'search', stated as 'search')</p><p><b>action</b>: E</p><p><b>recorded</b>: Aug 22, 2021, 7:42:24\u202fPM</p><p><b>outcome</b>: 0</p><blockquote><p><b>agent</b></p><p><b>type</b>: human user <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-extra-security-role-type.html\">Security Role Type</a>#humanuser)</span></p><p><b>who</b>: <span>id:\u00a095</span></p><p><b>altId</b>: 601847123</p><p><b>name</b>: Grahame Grieve</p><p><b>requestor</b>: true</p><h3>Networks</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Address</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Workstation1.ehr.familyclinic.com</td><td>1</td></tr></table></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=\"Practitioner-3240.html\">Practitioner/3240</a> ""</td></tr></table><h3>Entities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>What</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Organization-ORG1.html\">Organization/ORG1</a> "Centro de Salud Familiar Rio Bueno de Linares"</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" : "E",
"recorded" : "2021-08-22T23:42:24Z",
"outcome" : "0",
"agent" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/extra-security-role-type",
"code" : "humanuser",
"display" : "human user"
}
]
},
"who" : {
"identifier" : {
"value" : "95"
}
},
"altId" : "601847123",
"name" : "Grahame Grieve",
"requestor" : true,
"network" : {
"address" : "Workstation1.ehr.familyclinic.com",
"type" : "1"
}
}
],
"source" : {
"observer" : {
"reference" : "Practitioner/3240"
}
},
"entity" : [
{
"what" : {
"reference" : "Organization/ORG1"
}
}
]
}