Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
2.0.0 - draft Chile flag

Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva), published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile/clcore_2.0/ and changes regularly. 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/clcore2/StructureDefinition/AuditEventCl"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AuditEvent AuditEventEx</b></p><a name=\"AuditEventEx\"> </a><a name=\"hcAuditEventEx\"> </a><a name=\"AuditEventEx-es-CL\"> </a><p><b>type</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-audit-event-type.html#audit-event-type-rest\">Audit Event ID</a> rest: Restful Operation</p><p><b>subtype</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-restful-interaction.html#restful-interaction-search\">FHIR Restful Interactions</a> search: search</p><p><b>action</b>: Execute</p><p><b>recorded</b>: 2021-08-22 23:42:24+0000</p><p><b>outcome</b>: Success</p><blockquote><p><b>agent</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/extra-security-role-type humanuser}\">Usuario Humano</span></p><p><b>who</b>: Identifier: 95</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>Machine Name</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-EjemploPrestadorCL.html\">Practitioner Johanna Rosa Silva (official)</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-OrganizacionClEjemplo1.html\">Organization Centro de Salud Familiar Arauco</a></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"
          }
        ],
        "text" : "Usuario Humano"
      },
      "who" : {
        "identifier" : {
          "value" : "95"
        }
      },
      "altId" : "601847123",
      "name" : "Grahame Grieve",
      "requestor" : true,
      "network" : {
        "address" : "Workstation1.ehr.familyclinic.com",
        "type" : "1"
      }
    }
  ],
  "source" : {
    "observer" : {
      🔗 "reference" : "Practitioner/EjemploPrestadorCL"
    }
  },
  "entity" : [
    {
      "what" : {
        🔗 "reference" : "Organization/OrganizacionClEjemplo1"
      }
    }
  ]
}