Genomics Reporting Implementation Guide
3.0.1-SNAPSHOT - Ballot International flag

Genomics Reporting Implementation Guide, published by HL7 International / Clinical Genomics. This guide is not an authorized publication; it is the continuous build for version 3.0.1-SNAPSHOT built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/genomics-reporting/ and changes regularly. See the Directory of published versions

OperationDefinition: Find Population Diagnostic Implications

Official URL: http://hl7.org/fhir/uv/genomics-reporting/OperationDefinition/find-population-dx-implications Version: 3.0.1-SNAPSHOT
Active as of 2024-04-09 Computable Name: FindPopulationDxImplications

Retrieve count or list of patients having diagnostic implications.

Description

Retrieve count or list of patients having diagnostic implications. More specifically, this operation retrieves the count +/- list of patients that have diagnostic implications involving specific conditions, derived from specific variants/haplotypes/genotypes.

A patient meets numerator criteria if they have at least one diagnostic implication matching the query parameters.

As shown in the following picture, this operation can return previously instantiated implications and/or dynamically computed implications. Specific implementations can indicate their capabilities using a FHIR Capability Statement. Rules around the retention of dynamically computed implications are outside the scope of this operation, but a server could potentially instantiate those results based on the Therapeutic Implication, Diagnostic Implication, or Molecular Consequence FHIR profiles.

Instantiated vs Dynamically Computed Implications

Population queries are designed to return a count of patients that match each item sought, with or without a list of patients matching the item(s) sought.

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INvariants0..*string
(string)

List of variants from which implications are derived. Must be in HGVS or SPDI format.

INhaplotypes0..*string
(token)

List of haplotypes from which implications are derived. Must be in token or codesystem|code format.

INconditions0..*string
(token)

List of conditions for which implications are sought. Must be in token or codesystem|code format.

INgenomicSourceClass0..1string
(token)

Enables an App to limit results to those that are 'germline' or 'somatic'. Default is to include variants irrespective of genomic source class.

INincludePatientList0..1boolean

Include list of matching patients if set to true. Default=false.

OUTimplications1..1
OUTimplications.numerator1..1Quantity

Count of patients having this variant

OUTimplications.denominator0..1Quantity

Count of patients in the cohort searched

OUTimplications.subject0..*string

Patient ID. Include if includePatientList=true

Notes:

Error Codes

Valid response codes are shown in the following table. Additional response codes (e.g. 5xx server error) may also be encountered.

Response Code Description
200 Successfully executed request
400 ERROR: Invalid query parameters
404 ERROR: Patient not found
422 ERROR: Failed LiftOver

Examples

Over the course of the past two years, many patients have been tested for variants pathogenic for hereditary breast and ovarian cancer syndrome (HBOC), Lynch syndrome (LS), and familial hypercholesterolemia (FH).

Recent knowledge base updates have added to the list of known pathogenic variants, and have reclassified the pathogenicity of many variants.

We now want to find patients that have pathogenic variants for HBOC, LS, or FH, based on the new knowledge base.