diff --git a/CodeSystem/CodeSystem-Genomics-reason-for-testing.json b/CodeSystem/CodeSystem-Genomics-reason-for-testing.json index 9e11768..ef32cf1 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 1b82b97..dfe9d0f 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" } ] }