This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

201901 Clinical Genomics

From HL7Wiki
Jump to navigation Jump to search


Clinical Genomics Track

Zulip Chat

The Zulip Chat will be used to coordinate among participants during the connectathon:

[1]

Submitting WG/Project/Implementer Group

Justification

Genomic data are of increasing importance to clinical care and secondary analysis. After initial Feedback from the first ballot of the Clinical Genomics Implementation Guide, considerable updates have been made, and the recently balloted IG and profiles should be tested in the Connectathon for more feedback and trial use.

Track Lead

Gil Alterovitz

Expected participants

Gil Alterovitz, Patrick Werner, James Jones, Kevin Power, Lloyd Mckenzie, Bret Heale, Bob Millius, Joel Schneider, Bob Dolin, Bob Freimuth, Stephanie Garcia, Apurva Dharia, Matt Tiller, Weill Cornell Medicine, Utah Newborn Screening Program, NMDP.


Roles

FHIR Client

Support the sending of the MolecularSequence resource and genetics profiles operations: create, history, read, search and update.

FHIR Server

Support the receiving and processing of the MolecularSequence resource/genetics profiles operations: create, history, read, search and update.

Scenarios

Scenarios 2-6 are taken from use cases in the HL7 Domain Analysis Model (DAM): Clinical Genomics, Release 1, July 2018 Informative Publication. See links below each scenario for relevant DAM excerpts. A couple new use cases may be considered as approved by the CG workgroup and time permits.

Scenario 1 Register a New MolecularSequence, DescribedVariant, and GenomicsReport

Action: (FHIR Client) (FHIR Client) Create 1 or all of: a MolecularSequence instance, a (DescribedVariant-profiled) Observation instance, and/or a (GenomicsReport-profiled) DiagnosticReport instance to represent genetics data and interpretations (DNA variant, RNA sequence, structural variant, etc).
Precondition: The instances do not exist in server prior to action.
Success Criteria: Instances created correctly on server and in the desired format.
Bonus point: GenomicsReport resources tailored to individual use cases can be sent and received.

Scenario 2 Clinical Sequencing - Germline Testing

More on Scenario 2

Action: (FHIR Client) Search target genetic-profile-based observation with given patient ID. This target observation has a component - Genomic Source Class (code={"coding":[{"system":"http://loinc.org","code":"48002-0"}]}, value="LA6683-2") corresponding to Germline.
Precondition: Relevant patient and observations have been created
Success Criteria: A bundle of genetics observations from germline analysis of that patient are returned.
Bonus point: More parameters can be added for searching

Scenario 3 Family Member History

More on Scenario 3

Action: (FHIR Client) 1. Search the genomics reports of a given patient. Get the reference id of this patient’s familymemberhistory from the supportingInfo extension - Family History (http://hl7.org/fhir/uv/genomics-reporting/dr-supportingInfo.html). 2. Retrieve this FamilyMemberHistory instance and get the reference id of Observation instances from extension - Genetic markers, ethnicity, etc. (url: http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-observation). 3. Retrieve the target Observation instance.
Precondition: Relevant diagnostic report, observation, family member history have been created.
Success Criteria: The target Observation instances of the given patient's family member are returned.
Bonus point: More parameters can be added for searching

Scenario 4 Clinical and Research Data Warehouses

More on Scenario 4

Action: (FHIR Client) Search for all observations with a given described variant (e.g. rs587778247)
Precondition: Observation instances with this variant have been created
Success Criteria: A bundle of describedVariant observations, where the code value of component - dbSNP Id ({"coding":[{"system":"http://loinc.org","code":"81255-2"}]} is rs587778247.
Bonus point: More parameters can be added for searching

Scenario 5 HLA Typing

More on Scenario 5

Action: (FHIR Client) Create an HLA genotyping genomics report.
Precondition: This genomicsReport instance does not exist in service prior to action.
Success Criteria: The genomics report carrying HLA information is created correctly on server and in the desired format.
Bonus point: Extensions can be added

Scenario 6 Species Identification

More on Scenario 6

Action: (FHIR Client) Search for sequences from human (Homo sapiens).
Precondition: Sequence(s) have been created where the species is defined as human (Homo sapiens).
Success Criteria: A bundle of Sequence instances where the value of the species element is Homo sapiens.

Scenario 7 Comprehensive Pathology Report

Action: (FHIR Client) Create a comprehensive pathology report which includes genetic information for a patient. A comprehensive pathology report integrates pertinent information gathered from various methods (e.g. morphology, immunohistochemistry, flow cytometry, cytogenetics, fluorescence in situ hybridization [FISH], and molecular testing [e.g., NGS]). The genomicsReport profile has the capability to support results with simple or complex genetics observations.
Precondition: This genomics report has never been created
Success Criteria: Report created correctly on server and in the desired format.
Bonus point: Extensions can be added.

Scenario 8 Sequence quality

Action: (FHIR Client) Get the quality of the sequence under consideration. In the sequencing reads, each base is assigned with a quality score generated by the sequencer, which represents the confidence of a base call. Base quality is a critical factor for accurate variant detection in the downstream analysis.
Precondition: This sequence instance has been created
Success Criteria: Target sequence instance is returned.
Bonus point: More parameters can be added for searching

Scenario 9 PGx CDS

This scenario demonstrates an implementation of CPIC Pharmacogenomic Guidelines [2] based on FHIR, CDS Hooks [3], and genomics results formatted per our latest HL7 FHIR Clinical Genomics Reporting guide [4]

Action: In this scenario, a medication order arises in the EHR (which is also a CDS Hooks client), triggering a notification to a PGx CDS Service (which is also a CDS Hooks server). The "medication-prescribe" hook also provides the PGX CDS Service with a FHIR Medication resource that includes an RxNorm code for the ordered drug. Having been triggered by the “medication-prescribe” CDS hook, the PGx CDS Service now executes a decision support rule that [1] determines if the ordered drug has a known gene interaction; [2] determines, where there is a known drug-gene interaction, whether or not the patient has genetic test results on file; [3] determines, where there are genetic test results on file, if the patient has an interacting genotype; [4] determines, where there are not genetic test results on file, if the patient needs pre-testing. The PGx CDS Service returns a CDS hooks “suggestion card” back to the EHR, with appropriate recommendations.
Precondition: Genomic observation(s) are available for some patients.
Success Criteria: Retrieve relevant observations (variants, haplotype, genotype, etc) on a pharmacogene where they exist.
Bonus point: Correctly identify that there are no observations for the gene in question.

A swim-lane overview of the scenario is here ('GACS' is a Genomic Archiving and Communication System, used to store genomic test results):

PharmacogenomicsCDS2.png

Scenario 10: Implementing Genomics Diagnostic Reports

Goal: To learn what types of local modifications sites may require when adopting the Clinical Genomics FHIR resources and profiles, and to uncover gaps in the specification to meet emerging use cases.

Action: Each client sends a locally-customized FHIR Genomics Diagnostic Report (GDR) to a common receiving server.
Preconditions: Preconfigured FHIR server without customized resources present, GDRs created by each site.
Success Criteria: Receiving server accepts the GDR post and all data elements contained within it.
Bonus point: Successful exchange of GDRs between servers, and actionable feedback/enhancement requests.

This is scenario was designed by the ONC Sync for Genes Phase 2 pilot site participants but it is widely applicable to clinical genomics use cases. For more information, contact scenario coordinator Bob Freimuth.

Final Genomics Diagnostics Reports for Scenario 10

Utah Newborn Screening Program: File:Final S4GP2 Connectathon Utah NBS.zip
Weill Cornell Medical Center: File:Completed Cornell CaT Files.zip
NMDP: File:NMDP Original and Final Files.zip

TestScript(s)

The supporting TestScripts and corresponding fixtures have been committed to the FHIR documents Github repository at: https://github.com/FHIR/documents/tree/master/connectathons/NewOrleansJan2018/Connectathon17/Genomics


Security and Privacy Considerations