-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathAuditEvent-ServiceRequestUpdate-Example.json
More file actions
111 lines (111 loc) · 2.39 KB
/
AuditEvent-ServiceRequestUpdate-Example.json
File metadata and controls
111 lines (111 loc) · 2.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"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"
}
}
]
}