RS212-NG_005905.2-BRCA1
Genomic Gene BRCA1 sequence w/ Gene reference.
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="RS212"></f:id>
<identifier>
<f:system value="http://www.ncbi.nlm.nih.gov/nuccore" />
<f:value value="NG_005905.2" />
</identifier>
<referenceSequenceType value="gene"></referenceSequenceType>
<gene>
<f:reference value="Gene/G102"></f:reference>
<f:display value="BRCA1"></f:display>
</gene>
</ReferenceSequence>
example: RS212-NG_005905.2-BRCA1.xml
schema: ReferenceSequence.xsd
JSON
{
"id": "RS212",
"identifier":
[
{
"system": "http://www.ncbi.nlm.nih.gov/nuccore",
"value": "NG_005905.2"
}
],
"referenceSequenceType": "gene",
"gene":
{
"reference": "Gene/G102"
}
}
example: RS212-NG_005905.2-BRCA1.json