RS215-U14680.1-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="RS215"></f:id>
	<identifier>
		<f:system value="http://www.ncbi.nlm.nih.gov/nuccore" />
		<f:value value="U14680.1" />
	</identifier>
	<referenceSequenceType value="transcript"></referenceSequenceType>
	<cdsStart value="120"></cdsStart>
	<cdsEnd value="5711"></cdsEnd>
	<gene>
		<f:reference value="Gene/G102"></f:reference>
		<f:display value="BRCA1"></f:display>
	</gene>
</ReferenceSequence>

example: RS215-U14680.1-BRCA1.xml

schema: ReferenceSequence.xsd

JSON


{
  "id": "RS215",
  "identifier":
  [
    {
      "system": "http://www.ncbi.nlm.nih.gov/nuccore",
      "value": "U14680.1"
    }
  ],

  "referenceSequenceType": "transcript",
  "cdsStart": "120",
  "cdsEnd": "5711",
  "gene":
  {
    "reference": "Gene/G102"
  }
}

example: RS215-U14680.1-BRCA1.json