-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathRequestGroup-WGSTrioTesting-Example.json
More file actions
49 lines (49 loc) · 1.1 KB
/
RequestGroup-WGSTrioTesting-Example.json
File metadata and controls
49 lines (49 loc) · 1.1 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
{
"resourceType": "RequestGroup",
"id": "RequestGroup-WGSTrioTesting-Example",
"extension": [
{
"url": "https://fhir.nhs.uk/England/StructureDefinition/Extension-GenomicTest-ParticipantCount",
"valueInteger": 3
}
],
"identifier": [
{
"system": "https://fhir.leedssth.nhs.uk//Id/grouptestId",
"value": "RR-REQ12764",
"assigner": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RR8"
}
}
}
],
"status": "active",
"intent": "order",
"subject": {
"reference": "Patient/Patient-PheobeSmitham-Example",
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307539"
}
},
"authoredOn": "2026-01-13T12:00:00Z",
"action": [
{
"resource": {
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProband-Example"
}
},
{
"resource": {
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProbandFather-Example"
}
},
{
"resource": {
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProbandMother-Example"
}
}
]
}