Genomics Reporting Implementation Guide
3.0.0-ballot - Ballot International flag

This page is part of the Genetic Reporting Implementation Guide (v3.0.0-ballot: STU 3 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

OperationDefinition: Find Subject Structural Intersecting Variants

Official URL: http://hl7.org/fhir/uv/genomics-reporting/OperationDefinition/find-subject-structural-intersecting-variants Version: 3.0.0-ballot
Active as of 2023-12-18 Computable Name: FindSubjectStructuralIntersectingVariants

Determine if structural variants are present that overlap range(s).

Description

Determine if structural variants are present that intersect range(s). (See section 'Use of genomic regions' for the distinction between variants that 'intersect' vs. 'subsume' a region; see section 'Simple vs. Structural variant operations' for the distinction between simple and structural variants).

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INsubject1..1string
(reference)

The subject of interest.

INranges1..*string
(special)

List of regions to be searched for variants. Must be in zero-based RefSeq:Integer-range format (e.g. 'NC_000007.14:55174721-55174820').

INtestIdentifiers0..*string
(token)

Supply a list of test identifiers. Only results originating from one of these tests will be returned.

INtestDateRange0..1Period

Supply a date range. Only results generated during this range will be returned.

INspecimenIdentifiers0..*string
(token)

Supply a list of specimen identifiers. Only results derived from one of these specimens will be returned.

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.

INincludeVariants0..1boolean

Include variants in response if set to true. Default=false.

OUTvariants1..*

(one for each range in rangeList)

OUTvariants.rangeItem1..1string

range from rangeList

OUTvariants.presence1..1boolean

True if as least one variant is identified that intersects the range

OUTvariants.variant0..*Observation

If includeVariants=true then include variants that intersect the range. Variants must conform to [Profile: http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/variant] and minimally include valueCodeableConcept; component:coding-change-type; component:genomic-ref-seq; component:coordinate-system (valued with '0-based interval counting'); components outer-start-end and/or inner-start-end.

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

Patient HG00403 has a tumor recurrence. WES of new mass (specimen1) is performed. Clinical trial inclusion criteria includes somatic EGFR exon 19 whole or partial deletions. See if patient HG00403 has a structural variant that intersects with EGFR exon 19 (NC_000007.13:55242414-55242513) in specimen1.