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-haplotype1 (XML)

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

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

Simple Haplotype example 1 (id = "example-haplotype1")

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

<MolecularDefinition xmlns="http://hl7.org/fhir">
  <id value="example-haplotype1"/> 
  <meta> 
    <profile value="http://hl7.org/fhir/StructureDefinition/haplotype"/> 
  </meta> 
  <type value="dna"/> 
  <location> 
    <sequenceLocation> 
      <sequenceContext> 
        <reference value="MolecularDefinition/example-sequence-lrg584"/> 
        <type value="MolecularDefinition"/> 
        <display value="Starting Sequence Resource: LRG_584"/> 
      </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="5001"/> 
        </startQuantity> 
        <endQuantity> 
          <value value="97867"/> 
        </endQuantity> 
      </coordinateInterval> 
    </sequenceLocation> 
  </location> 
  <memberState> 
    <reference value="MolecularDefinition/example-allele1"/> 
    <type value="MolecularDefinition"/> 
    <display value="First Allele, NG_008384.3:g.5124C&gt;T"/> 
  </memberState> 
  <memberState> 
    <reference value="MolecularDefinition/example-allele2"/> 
    <type value="MolecularDefinition"/> 
    <display value="Second Allele, NG_008384.3:g.85186A&gt;G"/> 
  </memberState> 
</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.