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

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

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

Simple Genotype example 1 (id = "example-genotype1")

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

<MolecularDefinition xmlns="http://hl7.org/fhir">
  <id value="example-genotype1"/> 
  <meta> 
    <profile value="http://hl7.org/fhir/StructureDefinition/genotype"/> 
  </meta> 
  <type value="dna"/> 
  <memberState> 
    <reference value="MolecularDefinition/example-haplotype1"/> 
    <type value="MolecularDefinition"/> 
    <display value="First haplotype, CYP2C19*1B"/> 
  </memberState> 
  <memberState> 
    <reference value="MolecularDefinition/example-haplotype2"/> 
    <type value="MolecularDefinition"/> 
    <display value="Second haplotype, HLA00002"/> 
  </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.