FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cl.corecl
Resource TypeAuditEvent
IdAuditEvent-AuditEventEx.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: AuditEvent

Resource AuditEvent "AuditEventEx"

Profile: CL Auditoria

type: Restful Operation (Details: http://terminology.hl7.org/CodeSystem/audit-event-type code rest = 'RESTful Operation', stated as 'Restful Operation')

subtype: search (Details: http://hl7.org/fhir/restful-interaction code search = 'search', stated as 'search')

action: E

recorded: Aug 22, 2021, 7:42:24 PM

outcome: 0

agent

type: human user (SecurityRoleType#humanuser)

who:

altId: 601847123

name: Grahame Grieve

requestor: true

Networks

-AddressType
*Workstation1.ehr.familyclinic.com1

Exception generating Narrative: null


Source1

{
  "resourceType": "AuditEvent",
  "id": "AuditEventEx",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/CoreCL/StructureDefinition/AuditEventCl"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
      }
    }
  ]
}