FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example MolecularDefinition/example-variation-cyp2c19-991-hgvs (XML)

Clinical Genomics Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw XML (canonical form + also see XML Format Specification)

Example of Variation profile of CYP2C19 at Position 991 as HGVS (id = "example-variation-cyp2c19-991-hgvs")

<?xml version="1.0" encoding="UTF-8"?>

<MolecularDefinition xmlns="http://hl7.org/fhir">
  <id value="example-variation-cyp2c19-991-hgvs"/> 
  <meta> 
    <profile value="http://hl7.org/fhir/StructureDefinition/variation"/> 
  </meta> 
  <type value="dna"/> 
  <location> 
    <sequenceLocation> 
      <sequenceContext> 
        <reference value="MolecularDefinition/example-sequence-nm0007694-url"/> 
        <type value="MolecularDefinition"/> 
        <display value="Starting Sequence Resource: (CYP2C19), mRNA, NM_000769.4"/> 
      </sequenceContext> 
      <coordinateInterval> 
        <numberingSystem> 
          <coding> 
            <system value="http://loinc.org"/> 
            <code value="LA30100-4"/> 
            <display value="0-based interval counting"/> 
          </coding> 
          <text value="0-based interval counting"/> 
        </numberingSystem> 
        <startQuantity> 
          <value value="1015"/> 
        </startQuantity> 
        <endQuantity> 
          <value value="1016"/> 
        </endQuantity> 
      </coordinateInterval> 
    </sequenceLocation> 
  </location> 
  <!--      <representation>
        <code>
            <coding>
                <system value="http://varnomen.hgvs.org"/>
                <code value="NM_000769.4:c.991A>G"/>
                <display value="NM_000769.4:c.991A>G"/>
            </coding>
        </code>
        <literal>
            <value value="A"/>
        </literal>
    </representation>  -->
  <representation> 
    <focus> 
      <coding> 
        <system value="http://hl7.org/fhir/moleculardefinition-focus"/> 
        <code value="reference-state"/> 
        <display value="Reference State"/> 
      </coding> 
    </focus> 
    <code> 
      <coding> 
        <system value="http://varnomen.hgvs.org"/> 
        <code value="NM_000769.4:c.991A&gt;G"/> 
        <display value="NM_000769.4:c.991A&gt;G"/> 
      </coding> 
    </code> 
    <literal> 
      <value value="A"/> 
    </literal> 
  </representation> 
  <representation> 
    <focus> 
      <coding> 
        <system value="http://hl7.org/fhir/moleculardefinition-focus"/> 
        <code value="alternative-state"/> 
        <display value="Alternative State"/> 
      </coding> 
    </focus> 
    <code> 
      <coding> 
        <system value="http://varnomen.hgvs.org"/> 
        <code value="NM_000769.4:c.991A&gt;G"/> 
        <display value="NM_000769.4:c.991A&gt;G"/> 
      </coding> 
    </code> 
    <literal> 
      <value value="G"/> 
    </literal> 
  </representation> 
</MolecularDefinition> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.