Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions CodeSystem/CodeSystem-Genomics-reason-for-testing.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -91,6 +91,10 @@
"display": "Recently Deceased To Inform Family"
}
]
},
{
"code": "other",
"display": "Other"
}
]
}
6 changes: 3 additions & 3 deletions ValueSet/ValueSet-Genomics-reason-for-testing.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand All @@ -25,7 +25,7 @@
"include": [
{
"system": "https://fhir.nhs.uk/CodeSystem/reasonfortesting-genomics",
"version": "0.1.0"
"version": "0.2.0"
}
]
}
Expand Down