{ "description": "Determine if specified simple variants are present.", "_filename": "OperationDefinition-find-subject-specific-variants.json", "package_name": "hl7.fhir.uv.genomics-reporting", "date": "2023-12-18T22:45:59+00:00", "system": false, "publisher": "HL7 International / Clinical Genomics", "instance": false, "jurisdiction": [ { "coding": [ { "code": "001", "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "display": "World" } ] } ], "name": "FindSubjectSpecificVariants", "type": "true", "experimental": null, "resourceType": "OperationDefinition", "title": "Find Subject Specific Variants", "package_version": "3.0.0-ballot", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cg" } ], "status": "active", "id": "52f1eeb3-b2e7-41a4-b435-d3a81162d7cf", "kind": "operation", "url": "http://hl7.org/fhir/uv/genomics-reporting/OperationDefinition/find-subject-specific-variants", "code": "match", "version": "3.0.0-ballot", "contact": [ { "name": "HL7 International / Clinical Genomics", "telecom": [ { "value": "http://www.hl7.org/Special/committees/clingenomics", "system": "url" }, { "value": "cg@lists.HL7.org", "system": "email" } ] } ], "parameter": [ { "max": "1", "min": 1, "use": "in", "name": "subject", "type": "string", "searchType": "reference", "documentation": "The subject of interest." }, { "max": "*", "min": 1, "use": "in", "name": "variants", "type": "string", "searchType": "string", "documentation": "List of variants being sought. Must be in HGVS or SPDI format." }, { "max": "*", "min": 0, "use": "in", "name": "testIdentifiers", "type": "string", "searchType": "token", "documentation": "Supply a list of test identifiers. Only results originating from one of these tests will be returned." }, { "max": "1", "min": 0, "use": "in", "name": "testDateRange", "type": "Period", "documentation": "Supply a date range. Only results generated during this range will be returned." }, { "max": "*", "min": 0, "use": "in", "name": "specimenIdentifiers", "type": "string", "searchType": "token", "documentation": "Supply a list of specimen identifiers. Only results derived from one of these specimens will be returned." }, { "max": "1", "min": 0, "use": "in", "name": "genomicSourceClass", "type": "string", "searchType": "token", "documentation": "Enables an App to limit results to those that are 'germline' or 'somatic'. Default is to include variants irrespective of genomic source class." }, { "max": "*", "min": 1, "use": "out", "name": "variants", "part": [ { "max": "1", "min": 1, "use": "out", "name": "variantItem", "type": "string", "documentation": "variant from variantList" }, { "max": "1", "min": 1, "use": "out", "name": "presence", "type": "boolean" }, { "max": "*", "min": 0, "use": "out", "name": "variant", "type": "Observation", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationdefinition-profile", "valueUri": "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/variant" } ], "documentation": "Variants must conform to [Profile: http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/variant] and minimally include valueCodeableConcept; component:genomic-ref-seq; component:ref-allele; component:alt-allele; component:coordinate-system (valued with '0-based interval counting'); component:exact-start-end." } ], "documentation": "(one for each variant in variantList)" } ] }