Skip to content

Commit af2f3bc

Browse files
committed
Create and Update Term Assets
Update ValueSet-Genomics-reason-for-testing
1 parent e279a7b commit af2f3bc

5 files changed

+514
-117
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"resourceType": "CodeSystem",
3+
"id": "cancer-testing-genomics",
4+
"url": "https://fhir.nhs.uk/CodeSystem/cancer-testing-genomics",
5+
"version": "0.1.0",
6+
"name": "CancerTestingGenomics",
7+
"title": "Cancer Testing Genomics",
8+
"status": "draft",
9+
"date": "2026-02-06T00:00:00.000Z",
10+
"publisher": "NHS England",
11+
"contact": [
12+
{
13+
"name": "NHS England",
14+
"telecom": [
15+
{
16+
"system": "email",
17+
"value": "interoperabilityteam@nhs.net"
18+
}
19+
]
20+
}
21+
],
22+
"description": "CodeSystem used to identify Genomic test requested based on cancer suspicion/treatment.",
23+
"copyright": "Copyright © 2026+ 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.",
24+
"caseSensitive": true,
25+
"content": "complete",
26+
"count": 12,
27+
"concept": [
28+
{
29+
"code": "sample-storage",
30+
"display": "Sample storage"
31+
},
32+
{
33+
"code": "diagnostic",
34+
"display": "Diagnostic"
35+
},
36+
{
37+
"code": "differential-diagnosis",
38+
"display": "Differential diagnosis"
39+
},
40+
{
41+
"code": "prognostic",
42+
"display": "Prognostic"
43+
},
44+
{
45+
"code": "treatment-determining",
46+
"display": "Treatment determining"
47+
},
48+
{
49+
"code": "disease-monitoring",
50+
"display": "Disease monitoring"
51+
},
52+
{
53+
"code": "relapse-recurrence",
54+
"display": "Relapse or recurrence"
55+
},
56+
{
57+
"code": "remission",
58+
"display": "Remission"
59+
},
60+
{
61+
"code": "transformation",
62+
"display": "Transformation"
63+
},
64+
{
65+
"code": "research-trial-eligibility",
66+
"display": "Research or trial eligibility"
67+
},
68+
{
69+
"code": "pharmacogenomics",
70+
"display": "Pharmacogenomics"
71+
},
72+
{
73+
"code": "other",
74+
"display": "Other"
75+
}
76+
]
77+
}
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"resourceType": "CodeSystem",
3+
"id": "clinical-utility-genomics",
4+
"url": "https://fhir.nhs.uk/CodeSystem/clinical-utility-genomics",
5+
"version": "0.1.0",
6+
"name": "ClinicalUtilityGenomics",
7+
"title": "Clinical Utility Genomics",
8+
"status": "draft",
9+
"date": "2026-02-06T00:00:00.000Z",
10+
"publisher": "NHS England",
11+
"contact": [
12+
{
13+
"name": "NHS England",
14+
"telecom": [
15+
{
16+
"system": "email",
17+
"value": "interoperabilityteam@nhs.net"
18+
}
19+
]
20+
}
21+
],
22+
"description": "CodeSystem used for classifying clinical benefit of requesting genomic test for a patient",
23+
"copyright": "Copyright © 2026+ 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.",
24+
"caseSensitive": true,
25+
"content": "complete",
26+
"count": 3,
27+
"concept": [
28+
{
29+
"code": "patient-management",
30+
"display": "Patient management"
31+
},
32+
{
33+
"code": "reproductive-decision-making",
34+
"display": "Reproductive decision making"
35+
},
36+
{
37+
"code": "unaffected-relatives-seeking-predictive-testing",
38+
"display": "Unaffected relatives seeking predictive testing"
39+
}
40+
]
41+
}
Lines changed: 91 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,100 +1,101 @@
11
{
2-
"resourceType": "CodeSystem",
3-
"id": "reasonfortesting-genomics",
4-
"url": "https://fhir.nhs.uk/CodeSystem/reasonfortesting-genomics",
5-
"version": "0.2.0",
6-
"name": "ReasonforTestingGenomics",
7-
"title": "Reason for Testing Genomics",
8-
"status": "draft",
9-
"date": "2025-09-09T00:00:00.000Z",
10-
"publisher": "NHS England",
11-
"contact": [
2+
"resourceType": "CodeSystem",
3+
"id": "reasonfortesting-genomics",
4+
"url": "https://fhir.nhs.uk/CodeSystem/reasonfortesting-genomics",
5+
"version": "0.3.0",
6+
"name": "ReasonforTestingGenomics",
7+
"title": "Reason for Testing Genomics",
8+
"status": "draft",
9+
"date": "2026-02-09T00:00:00.000Z",
10+
"publisher": "NHS England",
11+
"contact": [
12+
{
13+
"name": "NHS England",
14+
"telecom": [
1215
{
13-
"name": "NHS England",
14-
"telecom": [
15-
{
16-
"system": "email",
17-
"value": "interoperabilityteam@nhs.net"
18-
}
19-
]
16+
"system": "email",
17+
"value": "interoperabilityteam@nhs.net"
2018
}
21-
],
22-
"description": "A set of codes use to identify the reason for requesting a genomics test.This is intended to be used on ServiceRequest.category.",
23-
"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.",
24-
"caseSensitive": true,
25-
"content": "complete",
26-
"concept": [
19+
]
20+
}
21+
],
22+
"description": "A set of codes use to identify the reason for requesting a genomics test.This is intended to be used on ServiceRequest.category.",
23+
"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.",
24+
"caseSensitive": true,
25+
"content": "complete",
26+
"count": 17,
27+
"concept": [
28+
{
29+
"code": "primary-test-request",
30+
"display": "Primary Test Request",
31+
"concept": [
2732
{
28-
"code": "primary-test-request",
29-
"display": "Primary Test Request",
30-
"concept": [
31-
{
32-
"code": "carrier",
33-
"display": "Carrier"
34-
},
35-
{
36-
"code": "diagnostic",
37-
"display": "Diagnostic"
38-
},
39-
{
40-
"code": "disease-monitoring-mrdmechanism",
41-
"display": "Disease Monitoring MRD CHIMERISM"
42-
},
43-
{
44-
"code": "dna-storage",
45-
"display": "DNA Storage"
46-
},
47-
{
48-
"code": "follow-up",
49-
"display": "Follow Up"
50-
},
51-
{
52-
"code": "predictive",
53-
"display": "Predictive"
54-
},
55-
{
56-
"code": "relapse",
57-
"display": "Relapse"
58-
},
59-
{
60-
"code": "staging-or-prognosis",
61-
"display": "Staging or Prognosis"
62-
},
63-
{
64-
"code": "unknown",
65-
"display": "Unknown"
66-
}
67-
]
33+
"code": "carrier",
34+
"display": "Carrier"
6835
},
6936
{
70-
"code": "reanalysis-test-request",
71-
"display": "Reanalysis Test Request",
72-
"concept": [
73-
{
74-
"code": "change-in-presentation",
75-
"display": "Change In Presentation"
76-
},
77-
{
78-
"code": "newly-affected-family-member",
79-
"display": "Newly Affected Family Member"
80-
},
81-
{
82-
"code": "new-pregnancy",
83-
"display": "New Pregnancy"
84-
},
85-
{
86-
"code": "new-treatment-clinical-management",
87-
"display": "New Treatment/Clinical Management"
88-
},
89-
{
90-
"code": "recently-deceased-to-inform-family",
91-
"display": "Recently Deceased To Inform Family"
92-
}
93-
]
37+
"code": "diagnostic",
38+
"display": "Diagnostic"
9439
},
9540
{
96-
"code": "other",
97-
"display": "Other"
41+
"code": "disease-monitoring-mrdmechanism",
42+
"display": "Disease monitoring MRD CHIMERISM"
43+
},
44+
{
45+
"code": "dna-storage",
46+
"display": "DNA storage"
47+
},
48+
{
49+
"code": "follow-up",
50+
"display": "Follow up"
51+
},
52+
{
53+
"code": "predictive",
54+
"display": "Predictive"
55+
},
56+
{
57+
"code": "relapse",
58+
"display": "Relapse"
59+
},
60+
{
61+
"code": "staging-or-prognosis",
62+
"display": "Staging or Prognosis"
63+
},
64+
{
65+
"code": "unknown",
66+
"display": "Unknown"
67+
}
68+
]
69+
},
70+
{
71+
"code": "reanalysis-test-request",
72+
"display": "Reanalysis test request",
73+
"concept": [
74+
{
75+
"code": "change-in-presentation",
76+
"display": "Change in presentation"
77+
},
78+
{
79+
"code": "newly-affected-family-member",
80+
"display": "Newly affected family member"
81+
},
82+
{
83+
"code": "new-pregnancy",
84+
"display": "New pregnancy"
85+
},
86+
{
87+
"code": "new-treatment-clinical-management",
88+
"display": "New treatment/clinical management"
89+
},
90+
{
91+
"code": "recently-deceased-to-inform-family",
92+
"display": "Recently deceased to Inform family"
9893
}
99-
]
94+
]
95+
},
96+
{
97+
"code": "other",
98+
"display": "Other"
99+
}
100+
]
100101
}
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"resourceType": "CodeSystem",
3+
"id": "test-associationReason-genomics",
4+
"url": "https://fhir.nhs.uk/CodeSystem/test-associationReason-genomics",
5+
"version": "0.1.0",
6+
"name": "TestAssociationReasonGenomics",
7+
"title": "Test Association Reason Genomics",
8+
"status": "draft",
9+
"date": "2026-02-06T00:00:00.000Z",
10+
"publisher": "NHS England",
11+
"contact": [
12+
{
13+
"name": "NHS England",
14+
"telecom": [
15+
{
16+
"system": "email",
17+
"value": "interoperabilityteam@nhs.net"
18+
}
19+
]
20+
}
21+
],
22+
"description": "CodeSystem used for specifying the purposes for linking a primary genomic test to a subsequent or related test.",
23+
"copyright": "Copyright © 2026+ 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.",
24+
"caseSensitive": true,
25+
"content": "complete",
26+
"count": 6,
27+
"concept": [
28+
{
29+
"code": "reanalysis",
30+
"display": "Re-analysis"
31+
},
32+
{
33+
"code": "reinterpretation",
34+
"display": " Re-interpretation"
35+
},
36+
{
37+
"code": "retest",
38+
"display": "Re-test"
39+
},
40+
{
41+
"code": "follow-on-test",
42+
"display": "Follow on test"
43+
},
44+
{
45+
"code": "family-associated",
46+
"display": "Family associated"
47+
},
48+
{
49+
"code": "germline-later",
50+
"display": "Germline later"
51+
}
52+
]
53+
}

0 commit comments

Comments
 (0)