RS202-NC_000011.9-b37
Genomic Chromosome 11 sequence from GRCh37 build.
JSON-LD
{
"@context": "http://clingen.org/models/ReferenceSequence.jsonld",
"@id": "http://clingendb.clingen.org/ReferenceSequence/RS202",
"@type:": "ReferenceSequence",
"xref":
[
"http://www.ncbi.nlm.nih.gov/nuccore/NC_000011.9"
],
"referenceSequenceType": "chromosome",
"chromosome": "11",
"referenceGenome":
{
"@type": "ReferenceGenome",
"@id": "http://www.ncbi.nlm.nih.gov/assembly/2758",
"name": "GRCh37"
}
}
example: RS202-NC_000011.9-b37.json
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="RS202"></f:id>
<identifier>
<f:system value="http://www.ncbi.nlm.nih.gov/nuccore" />
<f:value value="NC_000011.9" />
</identifier>
<referenceSequenceType value="chromosome"></referenceSequenceType>
<chromosome value="11"></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: RS202-NC_000011.9-b37.xml
schema: ReferenceSequence.xsd
JSON
{
"id": "RS202",
"identifier":
[
{
"system": "http://www.ncbi.nlm.nih.gov/nuccore",
"value": "NC_000011.9"
}
],
"referenceSequenceType": "chromsome",
"chromosome": "11",
"referenceGenome":
{
"coding":
[
{
"system": "http://www.ncbi.nlm.nih.gov/assembly/",
"code": "2758"
}
],
"text": "GRCh37"
}
}
example: RS202-NC_000011.9-b37.json