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.
ValueSet Genomics Task Code
Usage |
---|
A ValueSet to identify the type of Task for Genomic Order Management |
HTML View
ValueSet 'GenomicsTaskCode'
Version | 0.2.1 |
Published by | NHS England |
Status | Draft (since 2024-09-10T10:17:52.3231281+00:00) |
A ValueSet to identify the type of Task for Genomic Order Management
Contact Information
NHS England
Email: interoperabilityteam@nhs.net
This value set includes codes from the following code systems:
- Import all codes from CodeSystem TaskCodeGenomics
Table View
ValueSet.id[0] | genomics-task-code |
ValueSet.url[0] | https://fhir.nhs.uk/ValueSet/genomics-task-code |
ValueSet.version[0] | 0.2.1 |
ValueSet.name[0] | GenomicsTaskCode |
ValueSet.title[0] | Genomics Task Code |
ValueSet.status[0] | draft |
ValueSet.date[0] | 2024-09-10T10:17:52.3231281+00:00 |
ValueSet.publisher[0] | NHS England |
ValueSet.contact[0].name[0] | NHS England |
ValueSet.contact[0].telecom[0].system[0] | |
ValueSet.contact[0].telecom[0].value[0] | interoperabilityteam@nhs.net |
ValueSet.description[0] | A ValueSet to identify the type of Task for Genomic Order Management |
ValueSet.compose[0].include[0].system[0] | https://fhir.nhs.uk/CodeSystem/task-code-genomics |
ValueSet.compose[0].include[0].version[0] | 0.3.0 |
XML View
<ValueSet xmlns="http://hl7.org/fhir"> <id value="genomics-task-code" /> <url value="https://fhir.nhs.uk/ValueSet/genomics-task-code" /> <version value="0.2.1" /> <name value="GenomicsTaskCode" /> <title value="Genomics Task Code" /> <status value="draft" /> <date value="2024-09-10T10:17:52.3231281+00:00" /> <publisher value="NHS England" /> <contact> <name value="NHS England" /> <telecom> <system value="email" /> <value value="interoperabilityteam@nhs.net" /> </telecom> </contact> <description value="A ValueSet to identify the type of Task for Genomic Order Management" /> <compose> <include> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <version value="0.3.0" /> </include> </compose> </ValueSet>
JSON View
{ "resourceType": "ValueSet", "id": "genomics-task-code", "url": "https://fhir.nhs.uk/ValueSet/genomics-task-code", "version": "0.2.1", "name": "GenomicsTaskCode", "title": "Genomics Task Code", "status": "draft", "date": "2024-09-10T10:17:52.3231281+00:00", "publisher": "NHS England", "contact": [ { "name": "NHS England", "telecom": [ { "system": "email", "value": "interoperabilityteam@nhs.net" } ] } ], "description": "A ValueSet to identify the type of Task for Genomic Order Management", "compose": { "include": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "version": "0.3.0" } ] } }