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

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeAuditEvent
IdUKCore-AuditEvent-Query-Example.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

An example to illustrate an event made for purposes of maintaining a security log for a query search

Source1

{
  "resourceType": "AuditEvent",
  "id": "UKCore-AuditEvent-Query-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "type": {
    "system": "http://dicom.nema.org/resources/ontology/DCM",
    "code": "110112",
    "display": "Query"
  },
  "subtype": [
    {
      "system": "http://hl7.org/fhir/restful-interaction",
      "code": "search",
      "display": "search"
    }
  ],
  "recorded": "2020-12-10T13:10:00+00:00",
  "agent": [
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "RESPRSN",
              "display": "responsible party"
            }
          ]
        }
      ],
      "who": {
        "reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"
      },
      "requestor": true,
      "location": {
        "reference": "Location/UKCore-Location-CardiologySJUH-Example"
      }
    }
  ],
  "source": {
    "observer": {
      "reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"
    },
    "type": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/security-source-type",
        "code": "1",
        "display": "User Device"
      }
    ]
  },
  "entity": [
    {
      "what": {
        "reference": "Patient/UKCore-Patient-RichardSmith-Example"
      },
      "type": {
        "system": "http://hl7.org/fhir/resource-types",
        "code": "Patient",
        "display": "Patient"
      }
    }
  ]
}