-
Notifications
You must be signed in to change notification settings - Fork 1
Feature-IOPS-2542 Structured Reporting duo/trio testing (family sample) #150
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
Merged
KazeemHamzat
merged 24 commits into
main
from
Feature-IOPS-2542-Structured-Reporting-Duo/Trio-testing-(family-sample)
Jan 23, 2025
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
2e8d12d
Test for strict validation on Genomics
omarisgreat a2844b4
Structured Reporting
KazeemHamzat 326be72
Merge branch 'Validation-Test' into Feature-IOPS-2542-Structured-Repo…
omarisgreat 810aec5
Adding GenomicReporting IG to dependencies
omarisgreat 2081c05
Addition of UV Genomic Reporting profiles to CS
omarisgreat 3ae5521
Addition of supportedProfiles to requirements CS
omarisgreat 0789e08
Update UK Genomic Reporting dependency
omarisgreat 24268a1
Add DR Resource
KazeemHamzat 0cdb15b
Less Strict Validation
KazeemHamzat fd80254
Remove Reference to HGVS ValueSet
KazeemHamzat e1b86b3
Add Reference to HGVS ValueSet
KazeemHamzat de518d8
Update options.json
ryma2fhir 1fe87d5
Remove Procedure-GenomicsReport-GenomicStudy
KazeemHamzat 36cb3b2
Merge branch 'Feature-IOPS-2542-Structured-Reporting-Duo/Trio-testing…
KazeemHamzat 41f4d5a
Remove Procedure-GenomicsReport-GenomicStudy
KazeemHamzat fa4a214
Add Genomic Test Panel Codes
KazeemHamzat 2b7dd03
Merge branch 'main' of https://github.com/NHSDigital/NHSDigital-FHIR-…
KazeemHamzat b257c40
Add CapabilityStatement-genomics-application.
KazeemHamzat 7dcc67d
Update Package.json file
KazeemHamzat e0f36d5
Remove Duplicate NamingSystem
KazeemHamzat f51f56f
Solving Feedback Issues
KazeemHamzat f02911a
Resolving Feedback Issues
KazeemHamzat 4aed507
Update Observation-GenomicsVariantSLC52A2-Example.json
KazeemHamzat 173e90c
Update Observation-GenomicsVariantSLC52A2-Example.json
KazeemHamzat 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
File renamed without changes.
124 changes: 124 additions & 0 deletions
124
DiagnosticReport/DiagnosticReport-GenomicReport-VariantAssessment.json
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,124 @@ | ||
| { | ||
| "resourceType": "DiagnosticReport", | ||
| "id": "DiagnosticReport-GenomicReport-VariantAssessment", | ||
| "meta": { | ||
| "profile": [ | ||
| "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-report" | ||
| ] | ||
| }, | ||
| "extension": [ | ||
| { | ||
| "url": "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/recommended-action", | ||
| "valueReference": { | ||
| "reference": "Task/Task-GenomicReport-FollowupRecommendation", | ||
| "display": "Confirmatory testing recommended" | ||
| } | ||
| }, | ||
| { | ||
| "url": "http://hl7.org/fhir/StructureDefinition/workflow-relatedArtifact", | ||
| "valueRelatedArtifact": { | ||
| "type": "citation", | ||
| "display": "Johnson et al 2012 (PMID22740598)" | ||
| } | ||
| }, | ||
| { | ||
| "url": "http://hl7.org/fhir/StructureDefinition/workflow-relatedArtifact", | ||
| "valueRelatedArtifact": { | ||
| "type": "citation", | ||
| "display": "Foley et al 2014 (PMID22740598)" | ||
| } | ||
| }, | ||
| { | ||
KazeemHamzat marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "url": "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-report-note", | ||
| "valueAnnotation": { | ||
| "extension": [ | ||
| { | ||
| "url": "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/annotation-code", | ||
| "valueCodeableConcept": { | ||
| "coding": [ | ||
| { | ||
| "system": "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/coded-annotation-types-cs", | ||
| "code": "test-disclaimer" | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| ], | ||
| "text": "Proband whole genome sequencing by the 100,000 Genomics Project with analysis of the PanelApp Paediatric motor neuronopathies (version 1.6) gene panel followed by in-house Sanger sequencing confirmation. Please note that the sensitivity of this test is limited by the types of detectable pathogenic variants, regions of low read depth coverage and incomplete ascertainment of disease-gene associations. Further information including read depth coverage is available on request. *Variants are classified using the ACMG/AMP guidelines (Richards et al 2015 PMID25741868)." | ||
| } | ||
| } | ||
| ], | ||
| "basedOn": [ | ||
| { | ||
| "reference": "ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-TrioTesting-Example" | ||
| } | ||
| ], | ||
| "status": "final", | ||
| "category": [ | ||
| { | ||
| "coding": [ | ||
| { | ||
| "system": "http://terminology.hl7.org/CodeSystem/v2-0074", | ||
| "code": "GE" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "code": { | ||
| "coding": [ | ||
| { | ||
| "system": "http://loinc.org", | ||
| "code": "51969-4" | ||
| } | ||
| ] | ||
| }, | ||
| "subject": { | ||
| "reference": "Patient/Patient-PheobeSmitham-Example" | ||
| }, | ||
| "effectiveDateTime": "2023-10-16T00:00:00-05:00", | ||
| "issued": "2023-09-16T00:00:00-05:00", | ||
| "performer": [ | ||
| { | ||
| "identifier": { | ||
| "system": "https://fhir.nhs.uk/Id/ods-organization-code", | ||
| "value": "R0A" | ||
| } | ||
| } | ||
| ], | ||
| "result": [ | ||
| { | ||
| "reference": "Observation/Observation-GenomicsVariant-SLC52A2", | ||
| "display": "Brown-Vialetto-Van Laere syndrome type 2" | ||
| }, | ||
| { | ||
| "reference": "Observation/Observation-GenomicImplication-Therapeutic" | ||
| } | ||
| ], | ||
| "conclusion": "Pheobe is homozygous for a pathogenic SLC52A2 missense variant (details below) previously reported by Johnson et al 2012 (PMID22740598). Biallelic pathogenic SLC52A2 variants cause autosomal recessive Brown-Vialetto-Van Laere syndrome type 2 (MIM614707).", | ||
| "conclusionCode": [ | ||
| { | ||
| "coding": [ | ||
| { | ||
| "system": "http://loinc.org", | ||
| "code": "LA6576-8", | ||
| "display": "Positive" | ||
| }, | ||
| { | ||
| "system": "http://snomed.info/sct", | ||
| "code": "699866005", | ||
| "display": "Brown-Vialetto-Van Laere syndrome" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "presentedForm": [ | ||
| { | ||
| "contentType": "application/pdf", | ||
| "language": "en-GB", | ||
| "url": "https://cts5j3.axshare.com/?id=mhxwul&p=final_report_issued_test_complete&g=1", | ||
| "size": 43272, | ||
| "title": "Genomic Report for Pheobe Smitham", | ||
| "creation": "2023-10-16" | ||
| } | ||
| ] | ||
| } | ||
48 changes: 48 additions & 0 deletions
48
DocumentReference/DocumentReference-StructureDataCapture-Example.json
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,48 @@ | ||
| { | ||
| "resourceType": "DocumentReference", | ||
| "id": "DocumentReference-StructureDataCapture-Example", | ||
| "status": "current", | ||
| "docStatus": "final", | ||
| "subject": { | ||
| "reference": "Patient/Patient-PheobeSmitham-Example", | ||
| "identifier": { | ||
| "system": "https://fhir.nhs.uk/Id/nhs-number", | ||
| "value": "9449307539" | ||
| } | ||
| }, | ||
| "date": "2023-10-16T09:45:00Z", | ||
| "author": [ | ||
| { | ||
| "identifier": { | ||
| "system": "https://fhir.nhs.uk/Id/ods-organization-code", | ||
| "value": "R0A" | ||
| } | ||
| } | ||
| ], | ||
| "description": "Phenotype Report", | ||
| "content": [ | ||
| { | ||
| "attachment": { | ||
| "contentType": "application/json", | ||
| "url": "drs://drs.genomicsengland.nhs.uk/ga4gh/drs/v1/objects/42375e7d-071c-4eb3-b1c8-cec11e245cf0", | ||
| "title": "-Structure Data Capture JSON report" | ||
| } | ||
| } | ||
| ], | ||
| "context": { | ||
| "related": [ | ||
| { | ||
| "reference": "ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-TrioTesting-Example" | ||
| }, | ||
| { | ||
| "reference": "Specimen/Specimen-PheobeSmitham-Example" | ||
| }, | ||
| { | ||
| "reference": "Specimen/Specimen-PheobeSmithamFather-Example" | ||
| }, | ||
| { | ||
| "reference": "Specimen/Specimen-PheobeSmithamMother-Example" | ||
| } | ||
| ] | ||
| } | ||
| } |
98 changes: 98 additions & 0 deletions
98
Observation/Observation-GenomicImplication-Therapeutic.json
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,98 @@ | ||
| { | ||
| "resourceType": "Observation", | ||
| "id": "Observation-GenomicImplication-Therapeutic", | ||
| "meta": { | ||
| "profile": [ | ||
| "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/therapeutic-implication" | ||
| ] | ||
| }, | ||
| "status": "final", | ||
| "category": [ | ||
| { | ||
| "coding": [ | ||
| { | ||
| "system": "http://terminology.hl7.org/CodeSystem/observation-category", | ||
| "code": "laboratory" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "coding": [ | ||
| { | ||
| "system": "http://terminology.hl7.org/CodeSystem/v2-0074", | ||
| "code": "GE" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "code": { | ||
| "coding": [ | ||
| { | ||
| "system": "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes-cs", | ||
| "code": "therapeutic-implication" | ||
| } | ||
| ] | ||
| }, | ||
| "subject": { | ||
| "reference": "Patient/Patient-PheobeSmitham-Example" | ||
| }, | ||
| "effectiveDateTime": "2023-09-16", | ||
| "performer": [ | ||
| { | ||
| "identifier": { | ||
| "system": "https://fhir.nhs.uk/Id/ods-organization-code", | ||
| "value": "R0A" | ||
| } | ||
| } | ||
| ], | ||
| "derivedFrom": [ | ||
| { | ||
| "reference": "Observation/Oservation-GenomicsVariant-SLC52A2" | ||
| } | ||
| ], | ||
| "component": [ | ||
| { | ||
| "code": { | ||
| "coding": [ | ||
| { | ||
| "system": "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes-cs", | ||
| "code": "therapeutic-implication", | ||
| "display": "Therapeutic Implication" | ||
| } | ||
| ] | ||
| }, | ||
| "valueCodeableConcept": { | ||
| "coding": [ | ||
| { | ||
| "system": "http://loinc.org", | ||
| "code": "LA9661-5", | ||
| "display": "Presumed responsive" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "code": { | ||
| "coding": [ | ||
| { | ||
| "system": "http://loinc.org", | ||
| "code": "51963-7", | ||
| "display": "Medication assessed" | ||
| } | ||
| ] | ||
| }, | ||
| "valueCodeableConcept": { | ||
| "coding": [ | ||
| { | ||
| "system": "http://snomed.info/sct", | ||
| "code": "777436008", | ||
| "display": "Riboflavin" | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| ], | ||
| "note" : [{ | ||
| "text" : "High dose riboflavin supplementation has been reported to ameliorate the progression of this disorder (Foley et al 2014 PMID22740598)" | ||
| }] | ||
| } |
Oops, something went wrong.
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.