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 Patient Choice Category Genomics
Usage |
---|
A set of codes use to identify the categories of sources of obtaining the patient consent before undergoing Genomic test. |
HTML View
This code system https://fhir.nhs.uk/CodeSystem/patient-choice-category-genomics defines the following codes:
Table View
CodeSystem.id[0] | patient-choice-category-genomics |
CodeSystem.url[0] | https://fhir.nhs.uk/CodeSystem/patient-choice-category-genomics |
CodeSystem.version[0] | 0.2.0 |
CodeSystem.name[0] | PatientChoiceCategoryGenomics |
CodeSystem.title[0] | Patient Choice Category Genomics |
CodeSystem.status[0] | draft |
CodeSystem.date[0] | 2022-12-21T11:27:52.3231281+00:00 |
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.contact[0].telecom[0].use[0] | work |
CodeSystem.description[0] | A set of codes use to identify the categories of sources of obtaining the patient consent before undergoing Genomic test. |
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] | adult-own-choice |
CodeSystem.concept[0].display[0] | Adult (made their own choice) |
CodeSystem.concept[1].code[0] | adult-lack-capacity |
CodeSystem.concept[1].display[0] | Adult lacking capacity (choices advised by consultee) |
CodeSystem.concept[2].code[0] | child |
CodeSystem.concept[2].display[0] | Child (parent or guardian choices) |
CodeSystem.concept[3].code[0] | clinician |
CodeSystem.concept[3].display[0] | Clinician has agreed to the test (in the patient`s best interest) |
CodeSystem.concept[4].code[0] | deceased |
CodeSystem.concept[4].display[0] | Deceased (choices made on behalf of deceased individual) |
XML View
<CodeSystem xmlns="http://hl7.org/fhir"> <id value="patient-choice-category-genomics" /> <url value="https://fhir.nhs.uk/CodeSystem/patient-choice-category-genomics" /> <version value="0.2.0" /> <name value="PatientChoiceCategoryGenomics" /> <title value="Patient Choice Category Genomics" /> <status value="draft" /> <date value="2022-12-21T11:27:52.3231281+00:00" /> <publisher value="NHS England" /> <contact> <name value="NHS England" /> <telecom> <system value="email" /> <value value="interoperabilityteam@nhs.net" /> <use value="work" /> </telecom> </contact> <description value="A set of codes use to identify the categories of sources of obtaining the patient consent before undergoing Genomic test." /> <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="adult-own-choice" /> <display value="Adult (made their own choice)" /> </concept> <concept> <code value="adult-lack-capacity" /> <display value="Adult lacking capacity (choices advised by consultee)" /> </concept> <concept> <code value="child" /> <display value="Child (parent or guardian choices)" /> </concept> <concept> <code value="clinician" /> <display value="Clinician has agreed to the test (in the patient`s best interest)" /> </concept> <concept> <code value="deceased" /> <display value="Deceased (choices made on behalf of deceased individual)" /> </concept> </CodeSystem>
JSON View
{ "resourceType": "CodeSystem", "id": "patient-choice-category-genomics", "url": "https://fhir.nhs.uk/CodeSystem/patient-choice-category-genomics", "version": "0.2.0", "name": "PatientChoiceCategoryGenomics", "title": "Patient Choice Category Genomics", "status": "draft", "date": "2022-12-21T11:27:52.3231281+00:00", "publisher": "NHS England", "contact": [ { "name": "NHS England", "telecom": [ { "system": "email", "value": "interoperabilityteam@nhs.net", "use": "work" } ] } ], "description": "A set of codes use to identify the categories of sources of obtaining the patient consent before undergoing Genomic test.", "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": "adult-own-choice", "display": "Adult (made their own choice)" }, { "code": "adult-lack-capacity", "display": "Adult lacking capacity (choices advised by consultee)" }, { "code": "child", "display": "Child (parent or guardian choices)" }, { "code": "clinician", "display": "Clinician has agreed to the test (in the patient`s best interest)" }, { "code": "deceased", "display": "Deceased (choices made on behalf of deceased individual)" } ] }