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

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

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

Simple Allele example 3 (id = "example-allele3")

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

<MolecularDefinition xmlns="http://hl7.org/fhir">
  <id value="example-allele3"/> 
  <meta> 
    <profile value="http://hl7.org/fhir/StructureDefinition/allele"/> 
  </meta> 
  <type value="dna"/> 
  <location> 
    <sequenceLocation> 
      <sequenceContext> 
        <reference value="MolecularDefinition/example-sequence-hla000011"/> 
        <type value="MolecularDefinition"/> 
        <display value="Starting Sequence Resource: HLA00001"/> 
      </sequenceContext> 
    </sequenceLocation> 
  </location> 
  <representation> 
    <relative> 
      <startingMolecule> 
        <reference value="MolecularDefinition/example-sequence-hla000011"/> 
        <type value="MolecularDefinition"/> 
        <display value="Starting Sequence Resource: HLA00001"/> 
      </startingMolecule> 
      <edit> 
        <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> 
        <start value="97"/> 
        <end value="98"/> 
        <replacementMolecule> 
          <reference value="MolecularDefinition/example-sequence-c"/> 
          <type value="MolecularDefinition"/> 
          <display value="Replacement Sequence Resource: C"/> 
        </replacementMolecule> 
        <replacedMolecule> 
          <reference value="MolecularDefinition/example-sequence-t"/> 
          <type value="MolecularDefinition"/> 
          <display value="Replaced Sequence Resource: T"/> 
        </replacedMolecule> 
      </edit> 
    </relative> 
  </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.