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": {
        "type": "PractitionerRole",
        "reference": "PractitionerRole/PractitionerRole-TestClinicalScientist-Example",
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/sds-user-id",
          "value": "9999999997"
        }
      },
      "name": "Test Clinical Scientist",
      "requestor": true
    },
    {
      "who": {
        "type": "Organization",
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/ods-organization-code",
          "value": "ABC"
        }
      },
      "requestor": true
    }
  ],
  "source": {
    "observer": {
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/product-id",
        "value": "GOMS"
      },
      "display": "Genomic Order Management Service"
    },
    "type": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/security-source-type",
        "code": "2"
      }
    ]
  },
  "entity": [
    {
      "what": {
        "reference": "ServiceRequest/ServiceRequest-SavedTestOrderUpdated-Example",
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/GMSOrder",
          "value": "ROA43728"
        }
      },
      "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"
      }
    },
    {
      "what": {
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/nhs-number",
          "value": "9449307873"
        }
      },
      "type": {
        "system": "http://terminology.hl7.org/CodeSystem/audit-entity-type",
        "code": "1",
        "display": "Person"
      },
      "role": {
        "system": "http://terminology.hl7.org/CodeSystem/object-role",
        "code": "1",
        "display": "Patient"
      }
    },
    {
      "what": {
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/transaction",
          "value": "76d148b6-586d-11ec-bf63-0242ac130082"
        }
      },
      "type": {
        "system": "https://profiles.ihe.net/ITI/BALP/CodeSystem/BasicAuditEntityType",
        "code": "XrequestId"
      }
    }
  ]
}