{ "description": "Retrieve count or list of patients having therapeutic implications.", "_filename": "OperationDefinition-find-population-tx-implications.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": "FindPopulationTxImplications", "type": "true", "experimental": null, "resourceType": "OperationDefinition", "title": "Find Population Treatment Implications", "package_version": "3.0.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cg" } ], "status": "active", "id": "83b89177-2ebb-4ae9-aec6-6af14afa852f", "kind": "operation", "url": "http://hl7.org/fhir/uv/genomics-reporting/OperationDefinition/find-population-tx-implications", "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": "*", "min": 0, "use": "in", "name": "variants", "type": "string", "searchType": "string", "documentation": "List of variants from which implications are derived. Must be in HGVS or SPDI format." }, { "max": "*", "min": 0, "use": "in", "name": "haplotypes", "type": "string", "searchType": "token", "documentation": "List of haplotypes from which implications are derived. Must be in token or codesystem|code format." }, { "max": "*", "min": 0, "use": "in", "name": "treatments", "type": "string", "searchType": "token", "documentation": "List of medications and/or other therapeutic interventions for which implications are sought. Must be in token or codesystem|code format." }, { "max": "*", "min": 0, "use": "in", "name": "conditions", "type": "string", "searchType": "token", "documentation": "List of conditions for which implications are sought. Must be in token or codesystem|code format." }, { "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": "1", "min": 0, "use": "in", "name": "includePatientList", "type": "boolean", "documentation": "Include list of matching patients if set to true. Default=false." }, { "max": "1", "min": 1, "use": "out", "name": "implications", "part": [ { "max": "1", "min": 1, "use": "out", "name": "numerator", "type": "Quantity", "documentation": "Count of patients having this variant" }, { "max": "1", "min": 0, "use": "out", "name": "denominator", "type": "Quantity", "documentation": "Count of patients in the cohort searched" }, { "max": "*", "min": 0, "use": "out", "name": "subject", "type": "string", "documentation": "Patient ID. Include if includePatientList=true" } ] } ] }