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-haplotype2 (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 2 (id = "example-haplotype2")

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

<MolecularDefinition xmlns="http://hl7.org/fhir">
  <id value="example-haplotype2"/> 
  <moleculeType> 
    <coding> 
      <system value="http://hl7.org/fhir/sequence-type"/> 
      <code value="dna"/> 
      <display value="DNA Sequence"/> 
    </coding> 
  </moleculeType> 
  <location> 
    <sequenceLocation> 
      <sequenceContext> 
        <reference value="MolecularDefinition/example-sequence-hla000011"/> 
        <type value="MolecularDefinition"/> 
        <display value="Starting Sequence Resource: HLA00001 (A*01:01:01:01)"/> 
      </sequenceContext> 
    </sequenceLocation> 
  </location> 
</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.