Package | hl7.fhir.uv.genomics-reporting |
Resource Type | OperationDefinition |
Id | find-population-structural-subsuming-variants |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/genomics-reporting/https://build.fhir.org/ig/HL7/genomics-reporting/OperationDefinition-find-population-structural-subsuming-variants.html |
URL | http://hl7.org/fhir/uv/genomics-reporting/OperationDefinition/find-population-structural-subsuming-variants |
Version | 4.0.0-ballot |
Status | active |
Date | 2025-06-24T17:31:37+00:00 |
Name | FindPopulationStructuralSubsumingVariants |
Title | Find Population Structural Subsuming Variants |
Realm | uv |
Authority | hl7 |
Description | Retrieve count or list of patients having structural subsuming variants in specified regions. |
Type | true |
Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition find-population-structural-subsuming-variants
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | ranges | 1..* | 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'). | ||
IN | genomicSourceClass | 0..1 | string (token) | Enables an App to limit results to those that are 'germline' or 'somatic'. Default is to include variants irrespective of genomic source class. | ||
IN | includePatientList | 0..1 | boolean | Include list of matching patients if set to true. Default=false. | ||
OUT | variants | 1..* | ||||
OUT | variants.rangeItem | 1..1 | string | range from rangeList | ||
OUT | variants.numerator | 1..1 | Quantity | Count of patients having this variant | ||
OUT | variants.denominator | 0..1 | Quantity | Count of patients in the cohort searched | ||
OUT | variants.subject | 0..* | string | Patient ID. Include if includePatientList=true |
{ "resourceType": "OperationDefinition", "id": "find-population-structural-subsuming-variants", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cg" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 2, "_valueInteger": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/uv/genomics-reporting/ImplementationGuide/genomics-reporting" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use", "_valueCode": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/uv/genomics-reporting/ImplementationGuide/genomics-reporting" } ] } } ], "url": "http://hl7.org/fhir/uv/genomics-reporting/OperationDefinition/find-population-structural-subsuming-variants", "version": "4.0.0-ballot", "name": "FindPopulationStructuralSubsumingVariants", "title": "Find Population Structural Subsuming Variants", "status": "active", "kind": "operation", "date": "2025-06-24T17:31:37+00:00", "publisher": "HL7 International / Clinical Genomics", "contact": [ { "name": "HL7 International / Clinical Genomics", "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/clingenomics" }, { "system": "email", "value": "cg@lists.HL7.org" } ] } ], "description": "Retrieve count or list of patients having structural subsuming variants in specified regions.", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001", "display": "World" } ] } ], "code": "match", "system": false, "type": true, "instance": false, "parameter": [ { "name": "ranges", "use": "in", "min": 1, "max": "*", "documentation": "List of regions to be searched for variants. Must be in zero-based RefSeq:Integer-range format (e.g. 'NC_000007.14:55174721-55174820').", "type": "string", "searchType": "special" }, { "name": "genomicSourceClass", "use": "in", "min": 0, "max": "1", "documentation": "Enables an App to limit results to those that are 'germline' or 'somatic'. Default is to include variants irrespective of genomic source class.", "type": "string", "searchType": "token" }, { "name": "includePatientList", "use": "in", "min": 0, "max": "1", "documentation": "Include list of matching patients if set to true. Default=false.", "type": "boolean" }, { "name": "variants", "use": "out", "min": 1, "max": "*", "part": [ { "name": "rangeItem", "use": "out", "min": 1, "max": "1", "documentation": "range from rangeList", "type": "string" }, { "name": "numerator", "use": "out", "min": 1, "max": "1", "documentation": "Count of patients having this variant", "type": "Quantity" }, { "name": "denominator", "use": "out", "min": 0, "max": "1", "documentation": "Count of patients in the cohort searched", "type": "Quantity" }, { "name": "subject", "use": "out", "min": 0, "max": "*", "documentation": "Patient ID. Include if includePatientList=true", "type": "string" } ] } ] }