PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.genomics-reporting@3.0.0
    http://hl7.org/fhir/uv/genomics-reporting/OperationDefinition/find-subject-molecular-consequences
{
  "description": "Retrieves molecular consequences of a DNA variant.",
  "_filename": "OperationDefinition-find-subject-molecular-consequences.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": "FindSubjectMolecularConsequences",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "Find Subject Molecular Consequences",
  "package_version": "3.0.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "cg"
  } ],
  "status": "active",
  "id": "33a6923b-ce40-475a-90d8-640fae2d1b8e",
  "kind": "operation",
  "url": "http://hl7.org/fhir/uv/genomics-reporting/OperationDefinition/find-subject-molecular-consequences",
  "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": 0,
    "use": "in",
    "name": "variants",
    "type": "string",
    "searchType": "string",
    "documentation": "List of variants from which consequences are derived. Must be in HGVS or SPDI format."
  }, {
    "max": "*",
    "min": 0,
    "use": "in",
    "name": "ranges",
    "type": "string",
    "searchType": "special",
    "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')."
  }, {
    "max": "*",
    "min": 0,
    "use": "in",
    "name": "featureConsequences",
    "type": "string",
    "searchType": "token",
    "documentation": "List of consequences sought. Must be in token or codesystem|code format. (These will generally be coded with Sequence Ontology codes under SO:0001537)"
  }, {
    "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": 0,
    "use": "out",
    "name": "consequence",
    "type": "Observation",
    "extension": [ {
      "url": "http://hl7.org/fhir/StructureDefinition/operationdefinition-profile",
      "valueUri": "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/molecular-consequence"
    } ],
    "documentation": "Consequences must conform to [Profile: http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/molecular-consequence]. The target(s) of the consequence's derivedFrom shall also be included in the response."
  }, {
    "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]."
  } ]
}