{ "description": "See if specified haplotypes/genotypes are present.", "_filename": "OperationDefinition-find-subject-specific-haplotypes.json", "package_name": "hl7.fhir.uv.genomics-reporting", "date": "2024-12-12T20:43:36+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": "FindSubjectSpecificHaplotypes", "type": "true", "experimental": null, "resourceType": "OperationDefinition", "title": "Find Subject Specific Haplotypes", "package_version": "3.0.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cg" } ], "status": "active", "id": "8689edd0-8b05-4dbb-9b7c-bde01f6664b2", "kind": "operation", "url": "http://hl7.org/fhir/uv/genomics-reporting/OperationDefinition/find-subject-specific-haplotypes", "code": "match", "version": "3.0.0", "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": "haplotypes", "type": "string", "searchType": "token", "documentation": "List of haplotypes and/or genotypes being sought. Must be in token or codesystem|code 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 haplotypes irrespective of genomic source class." }, { "max": "*", "min": 1, "use": "out", "name": "haplotypes", "part": [ { "max": "1", "min": 1, "use": "out", "name": "haplotypeItem", "type": "string", "documentation": "haplotype/genotype from haplotypeList" }, { "max": "1", "min": 1, "use": "out", "name": "presence", "type": "boolean" }, { "max": "*", "min": 0, "use": "out", "name": "haplotype", "type": "Observation", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationdefinition-profile", "valueUri": "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/haplotype" } ], "documentation": "Haplotypes must conform to [Profile: http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/haplotype]." }, { "max": "*", "min": 0, "use": "out", "name": "genotype", "type": "Observation", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/operationdefinition-profile", "valueUri": "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genotype" } ], "documentation": "Genotypes must conform to [Profile: http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genotype]." } ], "documentation": "(one for each haplotype in haplotypeList)" } ] }