-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCodeSystem-Genomics-business-status.json
More file actions
121 lines (121 loc) · 3.76 KB
/
CodeSystem-Genomics-business-status.json
File metadata and controls
121 lines (121 loc) · 3.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
110
111
112
113
114
115
116
117
118
119
120
121
{
"resourceType": "CodeSystem",
"id": "business-status-genomics",
"url": "https://fhir.nhs.uk/CodeSystem/business-status-genomics",
"version": "0.4.1",
"name": "BusinessStatusGenomics",
"title": "Business Status Genomics",
"status": "draft",
"date": "2024-07-23",
"publisher": "NHS England",
"contact": [
{
"name": "NHS England",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net",
"use": "work"
}
]
}
],
"description": "Business status for test order Tasks in genomics",
"copyright": "Copyright © 2023+ NHS England Licensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.",
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "determining-test-recoverability",
"display": "Determining Test Recoverability"
},
{
"code": "test-recoverable",
"display": "Test Recoverable"
},
{
"code": "notifying-requester-of-failure",
"display": "Notifying Requester Of Failure"
},
{
"code": "sample-requested",
"display": "Sample Requested (from external lab)"
},
{
"code": "sample-availability-confirmed",
"display": "Sample Availability Confirmed"
},
{
"code": "sample-booked-into-lab",
"display": "Sample Booked Into Lab"
},
{
"code": "variants-priorities-list-required",
"display": "Variants Priorities List Required"
},
{
"code": "variants-priorities-list-retrieved",
"display": "Variants Priorities List Retrieved"
},
{
"code": "previous-genomic-sequence-data-required",
"display": "Previous Genomic Sequence Data Required"
},
{
"code": "previous-genomic-sequence-data-retrieved",
"display": "Previous Genomic Sequence Data Retrieved"
},
{
"code": "remote-sample-prep-required",
"display": "Remote Sample Prep Required"
},
{
"code": "sample-sent",
"display": "Sample Sent"
},
{
"code": "sample-received",
"display": "Sample Received"
},
{
"code": "sample-stored",
"display": "Sample Stored"
},
{
"code": "further-sample-prep-required",
"display": "Further Sample Prep Required"
},
{
"code": "remote-processing-required",
"display": "Remote Processing Required"
},
{
"code": "remote-genomic-data-processing-required",
"display": "Remote Genomic Data Processing Required"
},
{
"code": "remote-interpretation-required",
"display": "Remote Interpretation Required"
},
{
"code": "further-clinical-details-required",
"display": "Further Clinical Details Required"
},
{
"code": "further-clinical-details-provided",
"display": "Further Clinical Details Provided"
},
{
"code": "reflex-confirmatory-test-required",
"display": "Reflex/Confirmatory Test Required"
},
{
"code": "reflex-confirmatory-test-complete",
"display": "Reflex/Confirmatory Test Complete"
},
{
"code": "other",
"display": "other"
}
]
}