Please note:
- This version of the UK Core is a development copy.
- This contains BREAKING CHANGES as a result of the C&TA Sprint 7 Review, and STU2 Sequence ballot reconciliation.
- This version is not yet reviewed for implementation. Other versions are available on the UK Core Version History Guide
- Please follow the guidance on the Contact Us page if you need any assistance.
- A summary of changes is available on the STU3 Sequence Change Log
UKCore-AuditEvent-Query-Example
An example to illustrate an event made for purposes of maintaining a security log for a query search
Table View
AuditEvent.id[0] | UKCore-AuditEvent-Query-Example |
AuditEvent.text[0].status[0] | additional |
AuditEvent.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate an event made for purposes of maintaining a security log for a query search</div> |
AuditEvent.type[0].system[0] | http://dicom.nema.org/resources/ontology/DCM |
AuditEvent.type[0].code[0] | 110112 |
AuditEvent.type[0].display[0] | Query |
AuditEvent.subtype[0].system[0] | http://hl7.org/fhir/restful-interaction |
AuditEvent.subtype[0].code[0] | search |
AuditEvent.subtype[0].display[0] | search |
AuditEvent.recorded[0] | 2020-12-10T13:10:00+00:00 |
AuditEvent.agent[0].role[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
AuditEvent.agent[0].role[0].coding[0].code[0] | RESPRSN |
AuditEvent.agent[0].role[0].coding[0].display[0] | responsible party |
AuditEvent.agent[0].who[0].reference[0] | Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example |
AuditEvent.agent[0].requestor[0] | True |
AuditEvent.agent[0].location[0].reference[0] | Location/UKCore-Location-CardiologySJUH-Example |
AuditEvent.source[0].observer[0].reference[0] | Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example |
AuditEvent.source[0].type[0].system[0] | http://terminology.hl7.org/CodeSystem/security-source-type |
AuditEvent.source[0].type[0].code[0] | 1 |
AuditEvent.source[0].type[0].display[0] | User Device |
AuditEvent.entity[0].what[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
AuditEvent.entity[0].type[0].system[0] | http://hl7.org/fhir/resource-types |
AuditEvent.entity[0].type[0].code[0] | Patient |
AuditEvent.entity[0].type[0].display[0] | Patient |
Tree View
AuditEvent |
id : UKCore-AuditEvent-Query-Example |
text |
status : additional |
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 |
XML View
<AuditEvent xmlns="http://hl7.org/fhir"> <id value="UKCore-AuditEvent-Query-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <type> <system value="http://dicom.nema.org/resources/ontology/DCM" /> <code value="110112" /> <display value="Query" /> </type> <subtype> <system value="http://hl7.org/fhir/restful-interaction" /> <code value="search" /> <display value="search" /> </subtype> <recorded value="2020-12-10T13:10:00+00:00" /> <agent> <role> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <code value="RESPRSN" /> <display value="responsible party" /> </coding> </role> <who> <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> </who> <requestor value="true" /> <location> <reference value="Location/UKCore-Location-CardiologySJUH-Example" /> </location> </agent> <source> <observer> <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> </observer> <type> <system value="http://terminology.hl7.org/CodeSystem/security-source-type" /> <code value="1" /> <display value="User Device" /> </type> </source> <entity> <what> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </what> <type> <system value="http://hl7.org/fhir/resource-types" /> <code value="Patient" /> <display value="Patient" /> </type> </entity> </AuditEvent>
JSON View
{ "resourceType": "AuditEvent", "id": "UKCore-AuditEvent-Query-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "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": "12/10/2020 13:10: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" } } ] }