Example SCR-Alert-AuditEvent

{
"resourceType": "AuditEvent",
"id": "example",
{
"url": "https://fhir.nhs.uk/StructureDefinition/Extension-SCR-NotificationMessage",
"valueString": "Alert: Permission to view override 1C03CF4F-D404-4D76-B192-4F81727059F6"
}
],
"type": {
"system": "https://fhir.nhs.uk/CodeSystem/SCR-AlertType",
"code": "1",
"display": "Create LR (Self Claimed)"
},
"subtype": [
{
"system": "https://fhir.nhs.uk/CodeSystem/SCR-AlertReason",
"code": "1",
"display": "Access made in the public interest"
}
],
"recorded": "2020-11-13T00:00:00+00:00",
"agent": [
{
"who": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9999999998"
}
},
"requestor": false
},
{
"who": {
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "T10101"
}
},
"requestor": false
},
{
"who": {
"system": "https://fhir.nhs.uk/Id/sds-user-id",
"value": "T10101"
}
},
"role": [
{
"text": "General Practitioner"
}
],
"requestor": false
}
],
"source": {
"system": "https://fhir.nhs.uk/Id/nhsSpineASID",
"value": "227319907548"
}
}
},
"entity": [
{
"what": {
"value": "1C03CF4F-D404-4D76-B192-4F81727059F6"
}
}
}
]
}
<AuditEvent xmlns="http://hl7.org/fhir">
<id value="example" />
<extension url="https://fhir.nhs.uk/StructureDefinition/Extension-SCR-NotificationMessage">
<valueString value="Alert: Permission to view override 1C03CF4F-D404-4D76-B192-4F81727059F6" />
</extension>
<system value="https://fhir.nhs.uk/CodeSystem/SCR-AlertType" />
<code value="1" />
<display value="Create LR (Self Claimed)" />
</type>
<system value="https://fhir.nhs.uk/CodeSystem/SCR-AlertReason" />
<code value="1" />
<display value="Access made in the public interest" />
</subtype>
<recorded value="2020-11-13T00:00:00+00:00" />
<who>
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9999999998" />
</identifier>
</who>
<requestor value="false" />
</agent>
<who>
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="T10101" />
</identifier>
</who>
<requestor value="false" />
</agent>
<text value="General Practitioner" />
</role>
<who>
<system value="https://fhir.nhs.uk/Id/sds-user-id" />
<value value="T10101" />
</identifier>
</who>
<requestor value="false" />
</agent>
<system value="https://fhir.nhs.uk/Id/nhsSpineASID" />
<value value="227319907548" />
</identifier>
</observer>
</source>
<value value="1C03CF4F-D404-4D76-B192-4F81727059F6" />
</identifier>
</what>
</entity>
</AuditEvent>