-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathServiceRequest-NonWGSTestOrderForm-CascadeTesting-Example.json
More file actions
109 lines (109 loc) · 2.76 KB
/
ServiceRequest-NonWGSTestOrderForm-CascadeTesting-Example.json
File metadata and controls
109 lines (109 loc) · 2.76 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
{
"resourceType": "ServiceRequest",
"id": "ServiceRequest-NonWGSTestOrderForm-CascadeTesting-Example",
"basedOn": [
{
"reference": "ServiceRequest-NonWGSTestOrderForm-FatherOfFayMutlow-Example"
}
],
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory",
"code": "nhs-england",
"display": "NHS England"
}
]
}
}
],
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory",
"code": "rare-disease-non-wgs",
"display": "Rare Disease - Non-WGS"
}
]
},
{
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/reasonfortesting-genomics",
"code": "predictive",
"display": "Predictive"
}
]
}
],
"priority": "routine",
"code": {
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory",
"code": "R134",
"display": "Familial Hypercholesterolaemia",
"version": "7"
}
]
},
"subject": {
"reference": "Patient/Patient-FayMutlow-Example",
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307806"
}
},
"authoredOn": "2023-10-04T11:00:00Z",
"requester": {
"reference": "PractitionerRole/PractitionerRole-MarySmith-Example"
},
"supportingInfo": [
{
"reference": "Observation/Observation-GenomicEthnicity-Example"
},
{
"reference": "Observation/Observation-NoPregnancy-Example"
},
{
"reference": "Condition/Condition-MonogenicHearingLoss-Example"
},
{
"reference": "Observation/Observation-NonConsanguinousUnion-Example"
},
{
"reference": "Observation/Observation-NoTransplant-Example"
},
{
"reference": "Observation/Observation-NoTransfusion-Example"
},
{
"reference": "Observation/Observation-DutchLipidScore-Example"
},
{
"reference": "Observation/Observation-QueryXanthoma-Example"
},
{
"reference": "Observation/Observation-SimonBroomeCriteria-Example"
}
],
"specimen": [
{
"reference": "Specimen/Specimen-BloodEDTA-WithCollectionDetails-Example"
}
],
"note": [
{
"text": "Free text for diagnosis/reason for referral, relevant information including family history, phenotypic details/ HPO Terms"
},
{
"text": "Father tested positive for FH. Confirmation required if daughter is positive for FH"
}
]
}