RS211-NC_000017.10-b37
Genomic Chromosome 17 sequence from GRCh37 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="RS211"></f:id>
<identifier>
<f:system value="http://www.ncbi.nlm.nih.gov/nuccore" />
<f:value value="NC_000017.10" />
</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="2758"></f:code>
</f:coding>
<f:text value="GRCh37"></f:text>
</referenceGenome>
</ReferenceSequence>
example: RS211-NC_000017.10-b37.xml
schema: ReferenceSequence.xsd
JSON
{
"id": "RS211",
"identifier":
[
{
"system": "http://www.ncbi.nlm.nih.gov/nuccore",
"value": "NC_000017.10"
}
],
"referenceSequenceType": "chromsome",
"chromosome": "17",
"referenceGenome":
{
"coding":
[
{
"system": "http://www.ncbi.nlm.nih.gov/assembly/",
"code": "2758"
}
],
"text": "GRCh37"
}
}
example: RS211-NC_000017.10-b37.json