CodeSystem Cancer Testing Genomics

Usage

CodeSystem used to identify Genomic test requested based on cancer suspicion/treatment.

HTML View

Concepts

This code system https://fhir.nhs.uk/CodeSystem/cancer-testing-genomics defines the following codes:

CodeDisplay
sample-storageSample storage
diagnosticDiagnostic
differential-diagnosisDifferential diagnosis
prognosticPrognostic
treatment-determiningTreatment determining
disease-monitoringDisease monitoring
relapse-recurrenceRelapse or recurrence
remissionRemission
transformationTransformation
research-trial-eligibilityResearch or trial eligibility
pharmacogenomicsPharmacogenomics
otherOther

Table View

CodeSystem.id[0]cancer-testing-genomics
CodeSystem.url[0]https://fhir.nhs.uk/CodeSystem/cancer-testing-genomics
CodeSystem.version[0]0.1.0
CodeSystem.name[0]CancerTestingGenomics
CodeSystem.title[0]Cancer Testing Genomics
CodeSystem.status[0]draft
CodeSystem.date[0]2026-02-06T00:00:00.000Z
CodeSystem.publisher[0]NHS England
CodeSystem.contact[0].name[0]NHS England
CodeSystem.contact[0].telecom[0].system[0]email
CodeSystem.contact[0].telecom[0].value[0]interoperabilityteam@nhs.net
CodeSystem.description[0]CodeSystem used to identify Genomic test requested based on cancer suspicion/treatment.
CodeSystem.copyright[0]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.
CodeSystem.caseSensitive[0]True
CodeSystem.content[0]complete
CodeSystem.count[0]12
CodeSystem.concept[0].code[0]sample-storage
CodeSystem.concept[0].display[0]Sample storage
CodeSystem.concept[1].code[0]diagnostic
CodeSystem.concept[1].display[0]Diagnostic
CodeSystem.concept[2].code[0]differential-diagnosis
CodeSystem.concept[2].display[0]Differential diagnosis
CodeSystem.concept[3].code[0]prognostic
CodeSystem.concept[3].display[0]Prognostic
CodeSystem.concept[4].code[0]treatment-determining
CodeSystem.concept[4].display[0]Treatment determining
CodeSystem.concept[5].code[0]disease-monitoring
CodeSystem.concept[5].display[0]Disease monitoring
CodeSystem.concept[6].code[0]relapse-recurrence
CodeSystem.concept[6].display[0]Relapse or recurrence
CodeSystem.concept[7].code[0]remission
CodeSystem.concept[7].display[0]Remission
CodeSystem.concept[8].code[0]transformation
CodeSystem.concept[8].display[0]Transformation
CodeSystem.concept[9].code[0]research-trial-eligibility
CodeSystem.concept[9].display[0]Research or trial eligibility
CodeSystem.concept[10].code[0]pharmacogenomics
CodeSystem.concept[10].display[0]Pharmacogenomics
CodeSystem.concept[11].code[0]other
CodeSystem.concept[11].display[0]Other

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
<id value="cancer-testing-genomics" />
<url value="https://fhir.nhs.uk/CodeSystem/cancer-testing-genomics" />
<version value="0.1.0" />
<name value="CancerTestingGenomics" />
<title value="Cancer Testing Genomics" />
<status value="draft" />
<date value="2026-02-06T00:00:00.000Z" />
<publisher value="NHS England" />
<name value="NHS England" />
<system value="email" />
<value value="interoperabilityteam@nhs.net" />
</telecom>
</contact>
<description value="CodeSystem used to identify Genomic test requested based on cancer suspicion/treatment." />
<copyright value="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." />
<caseSensitive value="true" />
<content value="complete" />
<count value="12" />
<code value="sample-storage" />
<display value="Sample storage" />
</concept>
<code value="diagnostic" />
<display value="Diagnostic" />
</concept>
<code value="differential-diagnosis" />
<display value="Differential diagnosis" />
</concept>
<code value="prognostic" />
<display value="Prognostic" />
</concept>
<code value="treatment-determining" />
<display value="Treatment determining" />
</concept>
<code value="disease-monitoring" />
<display value="Disease monitoring" />
</concept>
<code value="relapse-recurrence" />
<display value="Relapse or recurrence" />
</concept>
<code value="remission" />
<display value="Remission" />
</concept>
<code value="transformation" />
<display value="Transformation" />
</concept>
<code value="research-trial-eligibility" />
<display value="Research or trial eligibility" />
</concept>
<code value="pharmacogenomics" />
<display value="Pharmacogenomics" />
</concept>
<code value="other" />
<display value="Other" />
</concept>
</CodeSystem>

JSON View

{
"resourceType": "CodeSystem",
"id": "cancer-testing-genomics",
"url": "https://fhir.nhs.uk/CodeSystem/cancer-testing-genomics",
"version": "0.1.0",
"name": "CancerTestingGenomics",
"title": "Cancer Testing Genomics",
"status": "draft",
"date": "2026-02-06T00:00:00.000Z",
"publisher": "NHS England",
"contact": [
{
"name": "NHS England",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net"
}
]
}
],
"description": "CodeSystem used to identify Genomic test requested based on cancer suspicion/treatment.",
"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.",
"caseSensitive": true,
"content": "complete",
"count": 12,
"concept": [
{
"code": "sample-storage",
"display": "Sample storage"
},
{
"code": "diagnostic",
"display": "Diagnostic"
},
{
"code": "differential-diagnosis",
"display": "Differential diagnosis"
},
{
"code": "prognostic",
"display": "Prognostic"
},
{
"code": "treatment-determining",
"display": "Treatment determining"
},
{
"code": "disease-monitoring",
"display": "Disease monitoring"
},
{
"code": "relapse-recurrence",
"display": "Relapse or recurrence"
},
{
"code": "remission",
"display": "Remission"
},
{
"code": "transformation",
"display": "Transformation"
},
{
"code": "research-trial-eligibility",
"display": "Research or trial eligibility"
},
{
"code": "pharmacogenomics",
"display": "Pharmacogenomics"
},
{
"code": "other",
"display": "Other"
}
]
}