-
Notifications
You must be signed in to change notification settings - Fork 1
Create and Update Term Assets #199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
KazeemHamzat
wants to merge
3
commits into
main
Choose a base branch
from
Feature-IOPS-4049-Update-ValueSet-Genomics-Reason-for-Testing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,77 @@ | ||
| { | ||
| "resourceType": "CodeSystem", | ||
| "id": "cancer-testing-genomics", | ||
| "url": "https://fhir.nhs.uk/CodeSystem/cancer-testing-genomics", | ||
| "version": "0.1.0", | ||
| "name": "CancerTestingGenomics", | ||
| "title": "Cancer Testing Genomics", | ||
| "status": "draft", | ||
| "date": "2026-02-06T00:00:00.000Z", | ||
| "publisher": "NHS England", | ||
| "contact": [ | ||
| { | ||
| "name": "NHS England", | ||
| "telecom": [ | ||
| { | ||
| "system": "email", | ||
| "value": "interoperabilityteam@nhs.net" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "description": "CodeSystem used to identify Genomic test requested based on cancer suspicion/treatment.", | ||
| "copyright": "Copyright © 2026+ 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", | ||
| "count": 12, | ||
| "concept": [ | ||
| { | ||
| "code": "sample-storage", | ||
| "display": "Sample storage" | ||
| }, | ||
| { | ||
| "code": "diagnostic", | ||
| "display": "Diagnostic" | ||
| }, | ||
| { | ||
| "code": "differential-diagnosis", | ||
| "display": "Differential diagnosis" | ||
| }, | ||
| { | ||
| "code": "prognostic", | ||
| "display": "Prognostic" | ||
| }, | ||
| { | ||
| "code": "treatment-determining", | ||
| "display": "Treatment determining" | ||
| }, | ||
| { | ||
| "code": "disease-monitoring", | ||
| "display": "Disease monitoring" | ||
| }, | ||
| { | ||
| "code": "relapse-recurrence", | ||
| "display": "Relapse or recurrence" | ||
| }, | ||
| { | ||
| "code": "remission", | ||
| "display": "Remission" | ||
| }, | ||
| { | ||
| "code": "transformation", | ||
| "display": "Transformation" | ||
| }, | ||
| { | ||
| "code": "research-trial-eligibility", | ||
| "display": "Research or trial eligibility" | ||
| }, | ||
| { | ||
| "code": "pharmacogenomics", | ||
| "display": "Pharmacogenomics" | ||
| }, | ||
| { | ||
| "code": "other", | ||
| "display": "Other" | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| { | ||
| "resourceType": "CodeSystem", | ||
| "id": "clinical-utility-genomics", | ||
| "url": "https://fhir.nhs.uk/CodeSystem/clinical-utility-genomics", | ||
| "version": "0.1.0", | ||
| "name": "ClinicalUtilityGenomics", | ||
| "title": "Clinical Utility Genomics", | ||
| "status": "draft", | ||
| "date": "2026-02-06T00:00:00.000Z", | ||
| "publisher": "NHS England", | ||
| "contact": [ | ||
| { | ||
| "name": "NHS England", | ||
| "telecom": [ | ||
| { | ||
| "system": "email", | ||
| "value": "interoperabilityteam@nhs.net" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "description": "CodeSystem used for classifying clinical benefit of requesting genomic test for a patient", | ||
| "copyright": "Copyright © 2026+ 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", | ||
| "count": 3, | ||
| "concept": [ | ||
| { | ||
| "code": "patient-management", | ||
| "display": "Patient management" | ||
| }, | ||
| { | ||
| "code": "reproductive-decision-making", | ||
| "display": "Reproductive decision making" | ||
| }, | ||
| { | ||
| "code": "unaffected-relatives-seeking-predictive-testing", | ||
| "display": "Unaffected relatives seeking predictive testing" | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,65 @@ | ||
| { | ||
| "resourceType": "CodeSystem", | ||
| "id": "rare-diseaseTesting-genomics", | ||
| "url": "https://fhir.nhs.uk/CodeSystem/rare-diseaseTesting-genomics", | ||
| "version": "0.1.0", | ||
| "name": "RareDiseaseTestingGenomics", | ||
| "title": "Rare Disease Testing Genomics", | ||
| "status": "draft", | ||
| "date": "2026-02-10T00:00:00.000Z", | ||
| "publisher": "NHS England", | ||
| "contact": [ | ||
| { | ||
| "name": "NHS England", | ||
| "telecom": [ | ||
| { | ||
| "system": "email", | ||
| "value": "interoperabilityteam@nhs.net" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "description": "CodeSystem used to identify Genomic test requested based on rare disease suspicion/treatment.", | ||
| "copyright": "Copyright © 2026+ 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", | ||
| "count": 9, | ||
| "concept": [ | ||
| { | ||
| "code": "sample-storage", | ||
| "display": "Sample storage" | ||
| }, | ||
| { | ||
| "code": "diagnostic", | ||
| "display": "Diagnostic" | ||
| }, | ||
| { | ||
| "code": "carrier", | ||
| "display": "Carrier" | ||
| }, | ||
| { | ||
| "code": "predictive", | ||
| "display": "Predictive" | ||
| }, | ||
| { | ||
| "code": "prenatal-diagnosis", | ||
| "display": "Prenatal diagnosis" | ||
| }, | ||
| { | ||
| "code": "family-member-to-aid-interpretation", | ||
| "display": "Family member to aid interpretation of a relative's result/variant" | ||
| }, | ||
| { | ||
| "code": "reanalysis", | ||
| "display": "Reanalysis" | ||
| }, | ||
| { | ||
| "code": "pharmacogenomics", | ||
| "display": "Pharmacogenomics" | ||
| }, | ||
| { | ||
| "code": "other", | ||
| "display": "Other" | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,100 +1,100 @@ | ||
| { | ||
| "resourceType": "CodeSystem", | ||
| "id": "reasonfortesting-genomics", | ||
| "url": "https://fhir.nhs.uk/CodeSystem/reasonfortesting-genomics", | ||
| "version": "0.2.0", | ||
| "name": "ReasonforTestingGenomics", | ||
| "title": "Reason for Testing Genomics", | ||
| "status": "draft", | ||
| "date": "2025-09-09T00:00:00.000Z", | ||
| "publisher": "NHS England", | ||
| "contact": [ | ||
| "resourceType": "CodeSystem", | ||
| "id": "reasonfortesting-genomics", | ||
| "url": "https://fhir.nhs.uk/CodeSystem/reasonfortesting-genomics", | ||
| "version": "0.2.0", | ||
| "name": "ReasonforTestingGenomics", | ||
| "title": "Reason for Testing Genomics", | ||
| "status": "retired", | ||
| "date": "2026-02-10T00:00:00.000Z", | ||
| "publisher": "NHS England", | ||
| "contact": [ | ||
| { | ||
| "name": "NHS England", | ||
| "telecom": [ | ||
| { | ||
| "name": "NHS England", | ||
| "telecom": [ | ||
| { | ||
| "system": "email", | ||
| "value": "interoperabilityteam@nhs.net" | ||
| } | ||
| ] | ||
| "system": "email", | ||
| "value": "interoperabilityteam@nhs.net" | ||
| } | ||
| ], | ||
| "description": "A set of codes use to identify the reason for requesting a genomics test.This is intended to be used on ServiceRequest.category.", | ||
| "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": [ | ||
| ] | ||
| } | ||
| ], | ||
| "description": "A set of codes use to identify the reason for requesting a genomics test.This is intended to be used on ServiceRequest.category.", | ||
| "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": "primary-test-request", | ||
| "display": "Primary Test Request", | ||
| "concept": [ | ||
| { | ||
| "code": "primary-test-request", | ||
| "display": "Primary Test Request", | ||
| "concept": [ | ||
| { | ||
| "code": "carrier", | ||
| "display": "Carrier" | ||
| }, | ||
| { | ||
| "code": "diagnostic", | ||
| "display": "Diagnostic" | ||
| }, | ||
| { | ||
| "code": "disease-monitoring-mrdmechanism", | ||
| "display": "Disease Monitoring MRD CHIMERISM" | ||
| }, | ||
| { | ||
| "code": "dna-storage", | ||
| "display": "DNA Storage" | ||
| }, | ||
| { | ||
| "code": "follow-up", | ||
| "display": "Follow Up" | ||
| }, | ||
| { | ||
| "code": "predictive", | ||
| "display": "Predictive" | ||
| }, | ||
| { | ||
| "code": "relapse", | ||
| "display": "Relapse" | ||
| }, | ||
| { | ||
| "code": "staging-or-prognosis", | ||
| "display": "Staging or Prognosis" | ||
| }, | ||
| { | ||
| "code": "unknown", | ||
| "display": "Unknown" | ||
| } | ||
| ] | ||
| "code": "carrier", | ||
| "display": "Carrier" | ||
| }, | ||
| { | ||
| "code": "reanalysis-test-request", | ||
| "display": "Reanalysis Test Request", | ||
| "concept": [ | ||
| { | ||
| "code": "change-in-presentation", | ||
| "display": "Change In Presentation" | ||
| }, | ||
| { | ||
| "code": "newly-affected-family-member", | ||
| "display": "Newly Affected Family Member" | ||
| }, | ||
| { | ||
| "code": "new-pregnancy", | ||
| "display": "New Pregnancy" | ||
| }, | ||
| { | ||
| "code": "new-treatment-clinical-management", | ||
| "display": "New Treatment/Clinical Management" | ||
| }, | ||
| { | ||
| "code": "recently-deceased-to-inform-family", | ||
| "display": "Recently Deceased To Inform Family" | ||
| } | ||
| ] | ||
| "code": "diagnostic", | ||
| "display": "Diagnostic" | ||
| }, | ||
| { | ||
| "code": "other", | ||
| "display": "Other" | ||
| "code": "disease-monitoring-mrdmechanism", | ||
| "display": "Disease Monitoring MRD CHIMERISM" | ||
| }, | ||
| { | ||
| "code": "dna-storage", | ||
| "display": "DNA Storage" | ||
| }, | ||
| { | ||
| "code": "follow-up", | ||
| "display": "Follow Up" | ||
| }, | ||
| { | ||
| "code": "predictive", | ||
| "display": "Predictive" | ||
| }, | ||
| { | ||
| "code": "relapse", | ||
| "display": "Relapse" | ||
| }, | ||
| { | ||
| "code": "staging-or-prognosis", | ||
| "display": "Staging or Prognosis" | ||
| }, | ||
| { | ||
| "code": "unknown", | ||
| "display": "Unknown" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "code": "reanalysis-test-request", | ||
| "display": "Reanalysis Test Request", | ||
| "concept": [ | ||
| { | ||
| "code": "change-in-presentation", | ||
| "display": "Change In Presentation" | ||
| }, | ||
| { | ||
| "code": "newly-affected-family-member", | ||
| "display": "Newly Affected Family Member" | ||
| }, | ||
| { | ||
| "code": "new-pregnancy", | ||
| "display": "New Pregnancy" | ||
| }, | ||
| { | ||
| "code": "new-treatment-clinical-management", | ||
| "display": "New Treatment/Clinical Management" | ||
| }, | ||
| { | ||
| "code": "recently-deceased-to-inform-family", | ||
| "display": "Recently Deceased To Inform Family" | ||
| } | ||
| ] | ||
| ] | ||
| }, | ||
| { | ||
| "code": "other", | ||
| "display": "Other" | ||
| } | ||
| ] | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.