Skip to content

Commit 7bc53a3

Browse files
committed
IOPS-1250 Real world examples
Rare and Inherited disease examples for WGS and non-WGS scenarios. Will not validate yet as dependencies need to be updated to latest UKCore package and additional CodeSystems for Task businessStatus and code need to be created
1 parent 08d5754 commit 7bc53a3

17 files changed

Lines changed: 2324 additions & 0 deletions
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
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+
"entity": [
35+
{
36+
"what": {
37+
"reference": "ServiceRequest/ServiceRequest-SavedTestOrderUpdated-Example"
38+
},
39+
"type": {
40+
"system": "http://hl7.org/fhir/resource-types",
41+
"code": "ServiceRequest",
42+
"display": "ServiceRequest"
43+
},
44+
"role": {
45+
"system": "http://terminology.hl7.org/CodeSystem/object-role",
46+
"code": "20",
47+
"display": "Job"
48+
}
49+
}
50+
]
51+
}
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
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+
"entity": [
35+
{
36+
"what": {
37+
"reference": "Task/Task-NonWGSRareDiseaseTestOrderRejected-Example"
38+
},
39+
"type": {
40+
"system": "http://hl7.org/fhir/resource-types",
41+
"code": "Task",
42+
"display": "Task"
43+
},
44+
"role": {
45+
"system": "http://terminology.hl7.org/CodeSystem/object-role",
46+
"code": "20",
47+
"display": "Job"
48+
}
49+
}
50+
]
51+
}

0 commit comments

Comments
 (0)