FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | AuditEvent |
| Id | UKCore-AuditEvent-Query-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"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"
}
}
]
}