Skip to content

Commit 3d6a7c4

Browse files
authored
Merge pull request #20 from NHSDigital/IOPS-1250
IOPS-1250
2 parents 08d5754 + b808b9b commit 3d6a7c4

19 files changed

Lines changed: 2680 additions & 320 deletions
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"resourceType": "AuditEvent",
3+
"id": "AuditEvent-ServiceRequestUpdate-Example",
4+
"type": {
5+
"system": "http://terminology.hl7.org/CodeSystem/audit-event-type",
6+
"code": "rest",
7+
"display": "RESTful Operation"
8+
},
9+
"action": "U",
10+
"recorded": "2023-08-10T11:10:00Z",
11+
"outcome": "0",
12+
"agent": [
13+
{
14+
"type": {
15+
"coding": [
16+
{
17+
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
18+
"code": "AUT",
19+
"display": "author (originator)"
20+
}
21+
]
22+
},
23+
"who": {
24+
"reference": "PractitionerRole/PractitionerRole-TestClinicalScientist-Example",
25+
"identifier": {
26+
"system": "https://fhir.nhs.uk/Id/sds-user-id",
27+
"value": "9999999997"
28+
}
29+
},
30+
"name": "Test Clinical Scientist",
31+
"requestor": true
32+
}
33+
],
34+
"source": {
35+
"observer": {
36+
"reference": "PractitionerRole/PractitionerRole-TestClinicalScientist-Example"
37+
}
38+
},
39+
"entity": [
40+
{
41+
"what": {
42+
"reference": "ServiceRequest/ServiceRequest-SavedTestOrderUpdated-Example"
43+
},
44+
"type": {
45+
"system": "http://hl7.org/fhir/resource-types",
46+
"code": "ServiceRequest",
47+
"display": "ServiceRequest"
48+
},
49+
"role": {
50+
"system": "http://terminology.hl7.org/CodeSystem/object-role",
51+
"code": "20",
52+
"display": "Job"
53+
}
54+
}
55+
]
56+
}
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"resourceType": "AuditEvent",
3+
"id": "AuditEvent-TaskUpdate-Example",
4+
"type": {
5+
"system": "http://terminology.hl7.org/CodeSystem/audit-event-type",
6+
"code": "rest",
7+
"display": "RESTful Operation"
8+
},
9+
"action": "U",
10+
"recorded": "2023-08-08T15:43:00Z",
11+
"outcome": "0",
12+
"agent": [
13+
{
14+
"type": {
15+
"coding": [
16+
{
17+
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
18+
"code": "AUT",
19+
"display": "author (originator)"
20+
}
21+
]
22+
},
23+
"who": {
24+
"reference": "PractitionerRole/PractitionerRole-TestClinicalScientist-Example",
25+
"identifier": {
26+
"system": "https://fhir.nhs.uk/Id/sds-user-id",
27+
"value": "9999999997"
28+
}
29+
},
30+
"name": "Test Clinical Scientist",
31+
"requestor": true
32+
}
33+
],
34+
"source": {
35+
"observer": {
36+
"reference": "PractitionerRole/PractitionerRole-TestClinicalScientist-Example"
37+
}
38+
},
39+
"entity": [
40+
{
41+
"what": {
42+
"reference": "Task/Task-NonWGSRareDiseaseTestOrderRejected-Example"
43+
},
44+
"type": {
45+
"system": "http://hl7.org/fhir/resource-types",
46+
"code": "Task",
47+
"display": "Task"
48+
},
49+
"role": {
50+
"system": "http://terminology.hl7.org/CodeSystem/object-role",
51+
"code": "20",
52+
"display": "Job"
53+
}
54+
}
55+
]
56+
}

0 commit comments

Comments
 (0)