<?xml version=“1.0” encoding=“UTF-8”?> <MolecularSequence xmlns=“hl7.org/fhir”>

  <id value="fda-vcf-comparison"/>
  <meta>
  <security>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
    <code value="HTEST"/>
    <display value="test health data"/>
  </security>
</meta>
<coordinateSystem value="1"/>
  <patient>
      <reference value="Patient/example"/>
  </patient>
  <referenceSeq>
      <referenceSeqId>
        <coding>
          <system value="http://www.ncbi.nlm.nih.gov/nuccore"/>
          <code value="NC_000001.11"/>
        </coding>
      </referenceSeqId>
      <strand value="watson"/>
      <windowStart value="10453"/>
      <windowEnd value="101770080"/>
  </referenceSeq>
  <variant>
      <start value="13116"/>
      <end value="13117"/>
      <observedAllele value="T"/>
      <referenceAllele value="G"/>
  </variant>
  <quality>
      <type value="unknown"/>
      <standardSequence>
          <coding>
              <system value="https://precision.fda.gov/files/"/>
              <code value="file-BkZxBZ00bpJVk2q6x43b1YBx"/>
          </coding>
      </standardSequence>
      <start value="10453"/>
      <end value="101770080"/>
      <score>
          <value value="5.000"/>
      </score>
      <method>
          <coding>
              <system value="https://precision.fda.gov/apps/"/>
              <code value="app-BqB9XZ8006ZZ2g5KzGXP3fpq"/>
          </coding>
          <text value="VCF Comparison"/>
      </method>
      <truthTP value="129481"/>
      <truthFN value="3168"/>
      <queryFP value="1507"/>
      <gtFP value="2186"/>
      <precision value="0.9885"/>
      <fScore value="0.9823"/>
  </quality>
  <repository>
      <type value="login"/>
      <url value="https://precision.fda.gov/comparisons/1850"/>
      <name value="FDA"/>
  </repository>

</MolecularSequence>