This page is part of the Genetic Reporting Implementation Guide (v0.3.0: STU 1 Ballot 2) 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 - json

Raw json

Narrative view of the Value Set

{
  "resourceType" : "ValueSet",
  "id" : "hgvs",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>HGVS</h2><div><p>This value set includes all HGVS Codes</p>
</div><p>This value set includes codes from the following code systems:</p><ul><li>Include all codes defined in <code>http://varnomen.hgvs.org</code></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cg"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "draft"
    }
  ],
  "url" : "http://hl7.org/fhir/uv/genomics-reporting/ValueSet/hgvs",
  "version" : "0.3.0",
  "name" : "HGVS",
  "title" : "HGVS",
  "status" : "draft",
  "experimental" : true,
  "date" : "2018-10-01",
  "publisher" : "HL7 (Clinical Genomics)",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/fhir"
        },
        {
          "system" : "email",
          "value" : "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description" : "This value set includes all HGVS Codes",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://varnomen.hgvs.org"
      }
    ]
  }
}