Genomics Reporting Implementation Guide
1.1.0 - Ballot

This page is part of the Genetic Reporting Implementation Guide (v1.1.0: STU 2 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: HGVS Value Set - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "hgvs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-hgvs.html\"><code>http://varnomen.hgvs.org</code></a></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/genomics-reporting/ValueSet/hgvs",
  "version" : "1.1.0",
  "name" : "HGVSVS",
  "title" : "Human Genome Variation Society (HGVS) Nomenclature",
  "status" : "active",
  "date" : "2021-04-13T19:13:37+00:00",
  "publisher" : "HL7 International Clinical Genomics Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/clingenomics"
        }
      ]
    }
  ],
  "description" : "HGVS-nomenclature is used to report and exchange information regarding variants found in DNA, RNA and protein sequences and serves as an international standard. (source: varnomen.hgvs.org)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://varnomen.hgvs.org"
      }
    ]
  }
}