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