CodeSystem Clinical Utility Genomics

Usage

CodeSystem used for classifying clinical benefit of requesting genomic test for a patient

HTML View

Concepts

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

CodeDisplay
patient-managementPatient management
reproductive-decision-makingReproductive decision making
unaffected-relatives-seeking-predictive-testingUnaffected relatives seeking predictive testing

Table View

CodeSystem.id[0]clinical-utility-genomics
CodeSystem.url[0]https://fhir.nhs.uk/CodeSystem/clinical-utility-genomics
CodeSystem.version[0]0.1.0
CodeSystem.name[0]ClinicalUtilityGenomics
CodeSystem.title[0]Clinical Utility 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 for classifying clinical benefit of requesting genomic test for a patient
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]3
CodeSystem.concept[0].code[0]patient-management
CodeSystem.concept[0].display[0]Patient management
CodeSystem.concept[1].code[0]reproductive-decision-making
CodeSystem.concept[1].display[0]Reproductive decision making
CodeSystem.concept[2].code[0]unaffected-relatives-seeking-predictive-testing
CodeSystem.concept[2].display[0]Unaffected relatives seeking predictive testing

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
<id value="clinical-utility-genomics" />
<url value="https://fhir.nhs.uk/CodeSystem/clinical-utility-genomics" />
<version value="0.1.0" />
<name value="ClinicalUtilityGenomics" />
<title value="Clinical Utility 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 for classifying clinical benefit of requesting genomic test for a patient" />
<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="3" />
<code value="patient-management" />
<display value="Patient management" />
</concept>
<code value="reproductive-decision-making" />
<display value="Reproductive decision making" />
</concept>
<code value="unaffected-relatives-seeking-predictive-testing" />
<display value="Unaffected relatives seeking predictive testing" />
</concept>
</CodeSystem>

JSON View

{
"resourceType": "CodeSystem",
"id": "clinical-utility-genomics",
"url": "https://fhir.nhs.uk/CodeSystem/clinical-utility-genomics",
"version": "0.1.0",
"name": "ClinicalUtilityGenomics",
"title": "Clinical Utility 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 for classifying clinical benefit of requesting genomic test for a patient",
"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": 3,
"concept": [
{
"code": "patient-management",
"display": "Patient management"
},
{
"code": "reproductive-decision-making",
"display": "Reproductive decision making"
},
{
"code": "unaffected-relatives-seeking-predictive-testing",
"display": "Unaffected relatives seeking predictive testing"
}
]
}