Genomics Reporting Implementation Guide
2.0.0 - trial-use

This page is part of the Genetic Reporting Implementation Guide (v2.0.0: STU 2) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Functional Effect - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "functional-effect-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"http://sequenceontology.org\"><code>http://sequenceontology.org</code></a> where concept  is-a  SO:0001536</li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/genomics-reporting/ValueSet/functional-effect-vs",
  "version" : "2.0.0",
  "name" : "FunctionalEffectVS",
  "title" : "Functional Effect",
  "status" : "active",
  "date" : "2022-05-09T16:53:07+00:00",
  "publisher" : "HL7 Clinical Genomics Working Group",
  "contact" : [
    {
      "name" : "HL7 Clinical Genomics Working Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/clingenomics"
        },
        {
          "system" : "email",
          "value" : "cg@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "The effect of a variant on downstream biological products or pathways.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://sequenceontology.org",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "SO:0001536"
          }
        ]
      }
    ]
  }
}