From 6186232c0e081e3d758bc501de3379f42d0e8523 Mon Sep 17 00:00:00 2001 From: Omar Khan Date: Tue, 9 Sep 2025 10:08:11 +0100 Subject: [PATCH] Adding Other option to reason-for-testing --- CodeSystem/CodeSystem-Genomics-reason-for-testing.json | 8 ++++++-- ValueSet/ValueSet-Genomics-reason-for-testing.json | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CodeSystem/CodeSystem-Genomics-reason-for-testing.json b/CodeSystem/CodeSystem-Genomics-reason-for-testing.json index 9e11768d..ef32cf12 100644 --- a/CodeSystem/CodeSystem-Genomics-reason-for-testing.json +++ b/CodeSystem/CodeSystem-Genomics-reason-for-testing.json @@ -2,11 +2,11 @@ "resourceType": "CodeSystem", "id": "reasonfortesting-genomics", "url": "https://fhir.nhs.uk/CodeSystem/reasonfortesting-genomics", - "version": "0.1.0", + "version": "0.2.0", "name": "ReasonforTestingGenomics", "title": "Reason for Testing Genomics", "status": "draft", - "date": "2024-07-09T00:00:00.000Z", + "date": "2025-09-09T00:00:00.000Z", "publisher": "NHS England", "contact": [ { @@ -91,6 +91,10 @@ "display": "Recently Deceased To Inform Family" } ] + }, + { + "code": "other", + "display": "Other" } ] } \ No newline at end of file diff --git a/ValueSet/ValueSet-Genomics-reason-for-testing.json b/ValueSet/ValueSet-Genomics-reason-for-testing.json index 1b82b97f..dfe9d0fc 100644 --- a/ValueSet/ValueSet-Genomics-reason-for-testing.json +++ b/ValueSet/ValueSet-Genomics-reason-for-testing.json @@ -2,11 +2,11 @@ "resourceType": "ValueSet", "id": "genomics-reasonfortesting", "url": "https://fhir.nhs.uk/ValueSet/genomics-reasonfortesting", - "version": "0.1.0", + "version": "0.2.0", "name": "GenomicsReasonforTesting", "title": "Genomics Reason for Testing", "status": "draft", - "date": "2024-07-09T00:00:00.000Z", + "date": "2025-09-09T00:00:00.000Z", "publisher": "NHS England", "contact": [ { @@ -25,7 +25,7 @@ "include": [ { "system": "https://fhir.nhs.uk/CodeSystem/reasonfortesting-genomics", - "version": "0.1.0" + "version": "0.2.0" } ] }