RS210-NC_000017.11-b38

Genomic Chromosome 17 sequence from GRCh38 build.

XML


<?xml version="1.0" encoding="UTF-8"?>
<ReferenceSequence xmlns="http://clingen.org/dm/allele/v1"
	xmlns:f="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://clingen.org/dm/allele/v1 ../clingen-xsd/referencesequence.xsd ">
	<f:id value="RS210"></f:id>
	<identifier>
		<f:system value="http://www.ncbi.nlm.nih.gov/nuccore" />
		<f:value value="NC_000017.11" />
	</identifier>
	<referenceSequenceType value="chromosome"></referenceSequenceType>
	<chromosome value="17"></chromosome>
	<referenceGenome>
		<f:coding>
			<f:system value="http://www.ncbi.nlm.nih.gov/assembly/"></f:system>
			<f:code value="88331"></f:code>
		</f:coding>
		<f:text value="GRCh38"></f:text>
	</referenceGenome>
</ReferenceSequence>

example: RS210-NC_000017.11-b38.xml

schema: ReferenceSequence.xsd

JSON


{
  "id": "RS210",
  "identifier":
  [
    {
      "system": "http://www.ncbi.nlm.nih.gov/nuccore",
      "value": "NC_000017.11"
    }
  ],

  "referenceSequenceType": "chromsome",
  "chromosome": "17",
  "referenceGenome":
  {
    "coding":
    [
      {
        "system": "http://www.ncbi.nlm.nih.gov/assembly/",
        "code": "88331"
      }
    ],

    "text": "GRCh38"
  }
}

example: RS210-NC_000017.11-b38.json