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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeAuditEvent
IdAuditEvent-ServiceRequestUpdate-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "AuditEvent",
  "id": "AuditEvent-ServiceRequestUpdate-Example",
  "type": {
    "system": "http://terminology.hl7.org/CodeSystem/audit-event-type",
    "code": "rest",
    "display": "RESTful Operation"
  },
  "action": "U",
  "recorded": "2023-08-10T11:10:00Z",
  "outcome": "0",
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
            "code": "AUT",
            "display": "author (originator)"
          }
        ]
      },
      "who": {
        "reference": "PractitionerRole/PractitionerRole-TestClinicalScientist-Example",
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/sds-user-id",
          "value": "9999999997"
        }
      },
      "name": "Test Clinical Scientist",
      "requestor": true
    }
  ],
  "source": {
    "observer": {
      "reference": "PractitionerRole/PractitionerRole-TestClinicalScientist-Example"
    }
  },
  "entity": [
    {
      "what": {
        "reference": "ServiceRequest/ServiceRequest-SavedTestOrderUpdated-Example"
      },
      "type": {
        "system": "http://hl7.org/fhir/resource-types",
        "code": "ServiceRequest",
        "display": "ServiceRequest"
      },
      "role": {
        "system": "http://terminology.hl7.org/CodeSystem/object-role",
        "code": "20",
        "display": "Job"
      }
    }
  ]
}