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

GeneticCoordinateSystem - json

Raw json

Narrative view of the Value Set

{
  "resourceType" : "ValueSet",
  "id" : "genetic-coordinate-system",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>GeneticCoordinateSystem</h2><div><p>Base coordinate systems start and end measurements for variants</p>
</div><p>This value set includes codes from the following code systems:</p><ul><li>Include all codes defined in <a href="genetic-coordinate-system.html"><code>http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/genetic-coordinate-system</code></a></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/genomics-reporting/ValueSet/genetic-coordinate-system",
  "version" : "0.3.0",
  "name" : "GeneticCoordinateSystem",
  "status" : "draft",
  "date" : "2018-12-04T11:36:15+11:00",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url"
        },
        {
          "system" : "email"
        }
      ]
    }
  ],
  "description" : "Base coordinate systems start and end measurements for variants",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "immutable" : true,
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/genetic-coordinate-system"
      }
    ]
  }
}