CodeSystem Test Association Reason Genomics

Usage

CodeSystem used for specifying the purposes for linking a primary genomic test to a subsequent or related test.

HTML View

Concepts

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

CodeDisplay
reanalysisRe-analysis
reinterpretation Re-interpretation
retestRe-test
follow-on-testFollow on test
family-associatedFamily associated
germline-laterGermline later

Table View

CodeSystem.id[0]test-associationReason-genomics
CodeSystem.url[0]https://fhir.nhs.uk/CodeSystem/test-associationReason-genomics
CodeSystem.version[0]0.1.0
CodeSystem.name[0]TestAssociationReasonGenomics
CodeSystem.title[0]Test Association Reason 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 specifying the purposes for linking a primary genomic test to a subsequent or related test.
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]6
CodeSystem.concept[0].code[0]reanalysis
CodeSystem.concept[0].display[0]Re-analysis
CodeSystem.concept[1].code[0]reinterpretation
CodeSystem.concept[1].display[0] Re-interpretation
CodeSystem.concept[2].code[0]retest
CodeSystem.concept[2].display[0]Re-test
CodeSystem.concept[3].code[0]follow-on-test
CodeSystem.concept[3].display[0]Follow on test
CodeSystem.concept[4].code[0]family-associated
CodeSystem.concept[4].display[0]Family associated
CodeSystem.concept[5].code[0]germline-later
CodeSystem.concept[5].display[0]Germline later

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
<id value="test-associationReason-genomics" />
<url value="https://fhir.nhs.uk/CodeSystem/test-associationReason-genomics" />
<version value="0.1.0" />
<name value="TestAssociationReasonGenomics" />
<title value="Test Association Reason 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 specifying the purposes for linking a primary genomic test to a subsequent or related test." />
<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="6" />
<code value="reanalysis" />
<display value="Re-analysis" />
</concept>
<code value="reinterpretation" />
<display value=" Re-interpretation" />
</concept>
<code value="retest" />
<display value="Re-test" />
</concept>
<code value="follow-on-test" />
<display value="Follow on test" />
</concept>
<code value="family-associated" />
<display value="Family associated" />
</concept>
<code value="germline-later" />
<display value="Germline later" />
</concept>
</CodeSystem>

JSON View

{
"resourceType": "CodeSystem",
"id": "test-associationReason-genomics",
"url": "https://fhir.nhs.uk/CodeSystem/test-associationReason-genomics",
"version": "0.1.0",
"name": "TestAssociationReasonGenomics",
"title": "Test Association Reason 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 specifying the purposes for linking a primary genomic test to a subsequent or related test.",
"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": 6,
"concept": [
{
"code": "reanalysis",
"display": "Re-analysis"
},
{
"code": "reinterpretation",
"display": " Re-interpretation"
},
{
"code": "retest",
"display": "Re-test"
},
{
"code": "follow-on-test",
"display": "Follow on test"
},
{
"code": "family-associated",
"display": "Family associated"
},
{
"code": "germline-later",
"display": "Germline later"
}
]
}