Notice
- Important: This guidance is under active development by NHS England and content may be added or updated on a regular basis.
- This Implementation Guide is currently in Draft and SHOULD NOT be used for development or active implementation without express direction from the NHS England Genomics Unit.
CodeSystem Types of Re-Analysis Test Genomics
Usage |
---|
A set of codes use to identify the types of re-analysis test request in genomics.This is intended to be used on ServiceRequest.orderDetail element. |
HTML View
This code system https://fhir.nhs.uk/CodeSystem/types-of-reanalysistest-genomics defines the following codes:
Table View
CodeSystem.id[0] | types-of-reanalysistest-genomics |
CodeSystem.url[0] | https://fhir.nhs.uk/CodeSystem/types-of-reanalysistest-genomics |
CodeSystem.version[0] | 0.1.0 |
CodeSystem.name[0] | TypesofReAnalysisTestGenomics |
CodeSystem.title[0] | Types of Re-Analysis Test Genomics |
CodeSystem.status[0] | draft |
CodeSystem.date[0] | 2024-07-09T00:00:00.000Z |
CodeSystem.publisher[0] | NHS England |
CodeSystem.contact[0].name[0] | NHS England |
CodeSystem.contact[0].telecom[0].system[0] | |
CodeSystem.contact[0].telecom[0].value[0] | interoperabilityteam@nhs.net |
CodeSystem.description[0] | A set of codes use to identify the types of re-analysis test request in genomics.This is intended to be used on ServiceRequest.orderDetail element. |
CodeSystem.copyright[0] | 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. |
CodeSystem.caseSensitive[0] | True |
CodeSystem.content[0] | complete |
CodeSystem.concept[0].code[0] | original-gene-panels |
CodeSystem.concept[0].display[0] | Original Gene Panels |
CodeSystem.concept[1].code[0] | change-in-penetrance-setting |
CodeSystem.concept[1].display[0] | Change in Penetrance Setting |
CodeSystem.concept[2].code[0] | new-gene panel-analysis |
CodeSystem.concept[2].display[0] | New Gene Panel Analysis |
CodeSystem.concept[3].code[0] | change-in-affection-status-of-family-member |
CodeSystem.concept[3].display[0] | Change in Affection Status of Family Member |
XML View
<CodeSystem xmlns="http://hl7.org/fhir"> <id value="types-of-reanalysistest-genomics" /> <url value="https://fhir.nhs.uk/CodeSystem/types-of-reanalysistest-genomics" /> <version value="0.1.0" /> <name value="TypesofReAnalysisTestGenomics" /> <title value="Types of Re-Analysis Test Genomics" /> <status value="draft" /> <date value="2024-07-09T00:00:00.000Z" /> <publisher value="NHS England" /> <contact> <name value="NHS England" /> <telecom> <system value="email" /> <value value="interoperabilityteam@nhs.net" /> </telecom> </contact> <description value="A set of codes use to identify the types of re-analysis test request in genomics.This is intended to be used on ServiceRequest.orderDetail element." /> <copyright value="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 value="true" /> <content value="complete" /> <concept> <code value="original-gene-panels" /> <display value="Original Gene Panels" /> </concept> <concept> <code value="change-in-penetrance-setting" /> <display value="Change in Penetrance Setting" /> </concept> <concept> <code value="new-gene panel-analysis" /> <display value="New Gene Panel Analysis" /> </concept> <concept> <code value="change-in-affection-status-of-family-member" /> <display value="Change in Affection Status of Family Member" /> </concept> </CodeSystem>
JSON View
{ "resourceType": "CodeSystem", "id": "types-of-reanalysistest-genomics", "url": "https://fhir.nhs.uk/CodeSystem/types-of-reanalysistest-genomics", "version": "0.1.0", "name": "TypesofReAnalysisTestGenomics", "title": "Types of Re-Analysis Test Genomics", "status": "draft", "date": "2024-07-09T00:00:00.000Z", "publisher": "NHS England", "contact": [ { "name": "NHS England", "telecom": [ { "system": "email", "value": "interoperabilityteam@nhs.net" } ] } ], "description": "A set of codes use to identify the types of re-analysis test request in genomics.This is intended to be used on ServiceRequest.orderDetail element.", "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": "original-gene-panels", "display": "Original Gene Panels" }, { "code": "change-in-penetrance-setting", "display": "Change in Penetrance Setting" }, { "code": "new-gene panel-analysis", "display": "New Gene Panel Analysis" }, { "code": "change-in-affection-status-of-family-member", "display": "Change in Affection Status of Family Member" } ] }