FHIR IG analytics| Package | fhir.r4.wales |
| Resource Type | AuditEvent |
| Id | Example-DataStandardsWales-AuditEvent-Create.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "AuditEvent",
"id": "Example-AuditEvent-CreateObservations",
"type": {
"system": "http://terminology.hl7.org/CodeSystem/audit-event-type",
"code": "rest",
"display": "Restful Operation"
},
"subtype": [
{
"system": "http://hl7.org/fhir/restful-interaction",
"code": "create",
"display": "create"
}
],
"action": "C",
"recorded": "2024-07-21T14:03:59.00125+00:00",
"agent": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type",
"code": "humanuser",
"display": "human user"
}
]
},
"who": {
"reference": "Practitioner/Example-Practitioner-NadexIdentifier",
"display": "Mark Smith (Healthcare Assistant)"
},
"altId": "ma001999",
"name": "Mark Smith",
"requestor": true
}
],
"entity": [
{
"what": {
"reference": "Observation/example1/_history/1"
}
},
{
"what": {
"reference": "Observation/example2/_history/1"
}
}
]
}