Skip to content

Commit 32b507c

Browse files
committed
Correction to statusReason code
and Tab to Space changes
1 parent 38f1243 commit 32b507c

13 files changed

Lines changed: 550 additions & 550 deletions
Lines changed: 81 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,83 @@
11
{
2-
"resourceType": "CodeSystem",
3-
"id": "959a0a2f-73e3-4c6e-8e99-babb6b3a4296",
4-
"url": "https://fhir.nhs.uk/CodeSystem/business-status-genomics",
5-
"identifier": [
6-
{
7-
"system": "https://fhir.nhs.uk/identifier/CodeSystem",
8-
"value": "business-status-genomics"
9-
}
10-
],
11-
"version": "0.2.0",
12-
"name": "BusinessStatusGenomics",
13-
"title": "Business Status Genomics",
14-
"status": "draft",
15-
"date": "2022-11-25",
16-
"publisher": "NHS Digital",
17-
"contact": [
18-
{
19-
"name": "NHS Digital",
20-
"telecom": [
21-
{
22-
"system": "email",
23-
"value": "interoperabilityteam@nhs.net",
24-
"use": "work"
25-
}
26-
]
27-
}
28-
],
29-
"description": "Business status for test order Tasks in genomics",
30-
"copyright": "Copyright © 2022 NHS Digital",
31-
"caseSensitive": true,
32-
"content": "complete",
33-
"concept": [
34-
{
35-
"code": "AwaitingSpecimen",
36-
"display": "Awaiting Specimen"
37-
},
38-
{
39-
"code": "AwaitingRoDAndSpecimen",
40-
"display": "Awaiting Record of Discussion and Specimen"
41-
},
42-
{
43-
"code": "SpecimenReceived",
44-
"display": "Specimen Received"
45-
},
46-
{
47-
"code": "RemoteProcessingRequired",
48-
"display": "Remote Processing Required"
49-
},
50-
{
51-
"code": "AlignSequencing",
52-
"display": "Align Sequencing"
53-
},
54-
{
55-
"code": "RemoteGeneticDataProcessingRequired",
56-
"display": "Remote Genetic Data Processing Required"
57-
},
58-
{
59-
"code": "VariantsIdentified",
60-
"display": "Variants Identified"
61-
},
62-
{
63-
"code": "RemoteInterpretationRequired",
64-
"display": "Remote Interpretation Required"
65-
},
66-
{
67-
"code": "FurtherClinicalDetailsRequired",
68-
"display": "Further Clinical Details Required"
69-
},
70-
{
71-
"code": "FurtherClinicalDetailsProvided",
72-
"display": "Further Clinical Details Provided"
73-
},
74-
{
75-
"code": "ReflexTestRequired",
76-
"display": "Reflex Test Required"
77-
},
78-
{
79-
"code": "ReflexTestComplete",
80-
"display": "Reflex Test Complete"
81-
}
82-
]
2+
"resourceType": "CodeSystem",
3+
"id": "959a0a2f-73e3-4c6e-8e99-babb6b3a4296",
4+
"url": "https://fhir.nhs.uk/CodeSystem/business-status-genomics",
5+
"identifier": [
6+
{
7+
"system": "https://fhir.nhs.uk/identifier/CodeSystem",
8+
"value": "business-status-genomics"
9+
}
10+
],
11+
"version": "0.2.0",
12+
"name": "BusinessStatusGenomics",
13+
"title": "Business Status Genomics",
14+
"status": "draft",
15+
"date": "2022-11-25",
16+
"publisher": "NHS Digital",
17+
"contact": [
18+
{
19+
"name": "NHS Digital",
20+
"telecom": [
21+
{
22+
"system": "email",
23+
"value": "interoperabilityteam@nhs.net",
24+
"use": "work"
25+
}
26+
]
27+
}
28+
],
29+
"description": "Business status for test order Tasks in genomics",
30+
"copyright": "Copyright © 2022 NHS Digital",
31+
"caseSensitive": true,
32+
"content": "complete",
33+
"concept": [
34+
{
35+
"code": "AwaitingSpecimen",
36+
"display": "Awaiting Specimen"
37+
},
38+
{
39+
"code": "AwaitingRoDAndSpecimen",
40+
"display": "Awaiting Record of Discussion and Specimen"
41+
},
42+
{
43+
"code": "SpecimenReceived",
44+
"display": "Specimen Received"
45+
},
46+
{
47+
"code": "RemoteProcessingRequired",
48+
"display": "Remote Processing Required"
49+
},
50+
{
51+
"code": "AlignSequencing",
52+
"display": "Align Sequencing"
53+
},
54+
{
55+
"code": "RemoteGeneticDataProcessingRequired",
56+
"display": "Remote Genetic Data Processing Required"
57+
},
58+
{
59+
"code": "VariantsIdentified",
60+
"display": "Variants Identified"
61+
},
62+
{
63+
"code": "RemoteInterpretationRequired",
64+
"display": "Remote Interpretation Required"
65+
},
66+
{
67+
"code": "FurtherClinicalDetailsRequired",
68+
"display": "Further Clinical Details Required"
69+
},
70+
{
71+
"code": "FurtherClinicalDetailsProvided",
72+
"display": "Further Clinical Details Provided"
73+
},
74+
{
75+
"code": "ReflexTestRequired",
76+
"display": "Reflex Test Required"
77+
},
78+
{
79+
"code": "ReflexTestComplete",
80+
"display": "Reflex Test Complete"
81+
}
82+
]
8383
}
Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"resourceType": "CodeSystem",
3-
"url": "https://fhir.nhs.uk/CodeSystem/task-code-genomics",
4-
"identifier": [
5-
{
6-
"system": "https://fhir.nhs.uk/identifier/CodeSystem",
7-
"value": "task-code-genomics"
8-
}
9-
],
10-
"version": "0.1.0",
11-
"name": "TaskCodeGenomics",
12-
"title": "Task Code Genomics",
13-
"status": "draft",
14-
"date": "2023-12-06T10:54:00+00:00",
15-
"publisher": "NHS England",
16-
"contact": [
17-
{
18-
"name": "NHS England",
19-
"telecom": [
20-
{
21-
"system": "email",
22-
"value": "interoperabilityteam@nhs.net",
23-
"use": "work"
24-
}
25-
]
26-
}
27-
],
28-
"description": "A set of codes use to identify the type of task for Genomic Order Management",
29-
"copyright": "Copyright © 2023 NHS England",
30-
"caseSensitive": true,
31-
"content": "complete",
32-
"concept": [
33-
{
34-
"code": "RequestGenomicTest",
35-
"display": "RequestGenomicTest",
2+
"resourceType": "CodeSystem",
3+
"url": "https://fhir.nhs.uk/CodeSystem/task-code-genomics",
4+
"identifier": [
5+
{
6+
"system": "https://fhir.nhs.uk/identifier/CodeSystem",
7+
"value": "task-code-genomics"
8+
}
9+
],
10+
"version": "0.1.0",
11+
"name": "TaskCodeGenomics",
12+
"title": "Task Code Genomics",
13+
"status": "draft",
14+
"date": "2023-12-06T10:54:00+00:00",
15+
"publisher": "NHS England",
16+
"contact": [
17+
{
18+
"name": "NHS England",
19+
"telecom": [
20+
{
21+
"system": "email",
22+
"value": "interoperabilityteam@nhs.net",
23+
"use": "work"
24+
}
25+
]
26+
}
27+
],
28+
"description": "A set of codes use to identify the type of task for Genomic Order Management",
29+
"copyright": "Copyright © 2023 NHS England",
30+
"caseSensitive": true,
31+
"content": "complete",
32+
"concept": [
33+
{
34+
"code": "RequestGenomicTest",
35+
"display": "RequestGenomicTest",
3636
"designation": [
3737
{
3838
"use": {
@@ -43,10 +43,10 @@
4343
"value": "10.00"
4444
}
4545
]
46-
},
47-
{
48-
"code": "ProcessGenomicTestRequest",
49-
"display": "Process Genomic Test Request",
46+
},
47+
{
48+
"code": "ProcessGenomicTestRequest",
49+
"display": "Process Genomic Test Request",
5050
"designation": [
5151
{
5252
"use": {
@@ -57,10 +57,10 @@
5757
"value": "50.00"
5858
}
5959
]
60-
},
60+
},
6161
{
62-
"code": "RequestSampleAlignment",
63-
"display": "Request & Sample Alignment",
62+
"code": "RequestSampleAlignment",
63+
"display": "Request & Sample Alignment",
6464
"designation": [
6565
{
6666
"use": {
@@ -71,10 +71,10 @@
7171
"value": "100.00"
7272
}
7373
]
74-
},
74+
},
7575
{
76-
"code": "SamplePreparation",
77-
"display": "Sample Preparation",
76+
"code": "SamplePreparation",
77+
"display": "Sample Preparation",
7878
"designation": [
7979
{
8080
"use": {
@@ -85,10 +85,10 @@
8585
"value": "150.00"
8686
}
8787
]
88-
},
88+
},
8989
{
90-
"code": "SampleProcessing",
91-
"display": "SampleProcessing",
90+
"code": "SampleProcessing",
91+
"display": "SampleProcessing",
9292
"designation": [
9393
{
9494
"use": {
@@ -99,10 +99,10 @@
9999
"value": "200.00"
100100
}
101101
]
102-
},
102+
},
103103
{
104-
"code": "GeneticGenomicDataProcessing",
105-
"display": "Genetic/Genomic Data Processing",
104+
"code": "GeneticGenomicDataProcessing",
105+
"display": "Genetic/Genomic Data Processing",
106106
"designation": [
107107
{
108108
"use": {
@@ -113,10 +113,10 @@
113113
"value": "250.00"
114114
}
115115
]
116-
},
116+
},
117117
{
118-
"code": "Interpretation",
119-
"display": "Interpretation",
118+
"code": "Interpretation",
119+
"display": "Interpretation",
120120
"designation": [
121121
{
122122
"use": {
@@ -127,10 +127,10 @@
127127
"value": "300.00"
128128
}
129129
]
130-
},
130+
},
131131
{
132-
"code": "ProduceInterimReport",
133-
"display": "Produce Interim Report",
132+
"code": "ProduceInterimReport",
133+
"display": "Produce Interim Report",
134134
"designation": [
135135
{
136136
"use": {
@@ -141,10 +141,10 @@
141141
"value": "350.00"
142142
}
143143
]
144-
},
144+
},
145145
{
146-
"code": "Genomic MDT",
147-
"display": "GenomicMDT",
146+
"code": "Genomic MDT",
147+
"display": "GenomicMDT",
148148
"designation": [
149149
{
150150
"use": {
@@ -155,10 +155,10 @@
155155
"value": "400.00"
156156
}
157157
]
158-
},
158+
},
159159
{
160-
"code": "ProduceFinalReport",
161-
"display": "Produce Final Report",
160+
"code": "ProduceFinalReport",
161+
"display": "Produce Final Report",
162162
"designation": [
163163
{
164164
"use": {
@@ -169,10 +169,10 @@
169169
"value": "450.00"
170170
}
171171
]
172-
},
172+
},
173173
{
174-
"code": "DistributeReport",
175-
"display": "Distribute Report",
174+
"code": "DistributeReport",
175+
"display": "Distribute Report",
176176
"designation": [
177177
{
178178
"use": {
@@ -183,6 +183,6 @@
183183
"value": "500.00"
184184
}
185185
]
186-
}
187-
]
186+
}
187+
]
188188
}

0 commit comments

Comments
 (0)