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-sequence-cyp2c19-upstream-region (XML)

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

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

Example of Sequence profile of CYP2C19 upstream region (id = "example-sequence-cyp2c19-upstream-region")

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

<MolecularDefinition xmlns="http://hl7.org/fhir">
  <id value="example-sequence-cyp2c19-upstream-region"/> 
  <meta> 
    <profile value="http://hl7.org/fhir/StructureDefinition/sequence"/> 
  </meta> 
  <type value="dna"/> 
  <representation> 
    <extracted> 
      <startingMolecule> 
        <reference value="MolecularDefinition/example-sequence-cyp2c19-accession"/> 
        <type value="MolecularDefinition"/> 
        <display value="Homo sapiens cytochrome P450 family 2 subfamily C member 19 (CYP2C19), RefSeqGene
         (LRG_584) on chromosome 10"/> 
      </startingMolecule> 
      <start value="1"/> 
      <end value="5000"/> 
      <coordinateSystem> 
        <coding> 
          <system value="http://loinc.org"/> 
          <code value="LA30100-4"/> 
          <display value="0-based interval counting"/> 
        </coding> 
        <text value="0-based interval counting"/> 
      </coordinateSystem> 
      <reverseComplement value="false"/> 
    </extracted> 
  </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.