Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
1.8.10 - ci-build
This page is part of the Chile Core (v1.8.10: STU2 Draft) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
{
"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>: Application Activity (Details: DICOM code 110100 = 'Application Activity', stated as 'Application Activity')</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>: 22 Aug 2021, 19:42:24</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>95</span></p><p><b>altId</b>: 601847123</p><p><b>name</b>: El Nombre</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://dicom.nema.org/resources/ontology/DCM",
"code" : "110100",
"display" : "Application Activity"
},
"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" : "El Nombre",
"requestor" : true,
"network" : {
"address" : "Workstation1.ehr.familyclinic.com",
"type" : "1"
}
}
],
"source" : {
"observer" : {
🔗 "reference" : "Practitioner/3240"
}
},
"entity" : [
{
"what" : {
🔗 "reference" : "Organization/ORG1"
}
}
]
}