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 (JSON)

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

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

Simple Haplotype example 2

{
  "resourceType" : "MolecularDefinition",
  "id" : "example-haplotype2",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/StructureDefinition/haplotype"]
  },
  "type" : "dna",
  "location" : [{
    "sequenceLocation" : {
      "sequenceContext" : {
        "reference" : "MolecularDefinition/example-sequence-hla000011",
        "type" : "MolecularDefinition",
        "display" : "Starting Sequence Resource: HLA00001 (A*01:01:01:01)"
      }
    }
  }],
  "memberState" : [{
    "reference" : "MolecularDefinition/example-allele3",
    "type" : "MolecularDefinition",
    "display" : "First Allele, HLA00001.1:c.98T>C"
  },
  {
    "reference" : "MolecularDefinition/example-allele4",
    "type" : "MolecularDefinition",
    "display" : "Second Allele, HLA00001.1:c.121C>A"
  },
  {
    "reference" : "MolecularDefinition/example-allele5",
    "type" : "MolecularDefinition",
    "display" : "Third Allele, HLA00001.1:c.123C>T"
  },
  {
    "reference" : "MolecularDefinition/example-allele6",
    "type" : "MolecularDefinition",
    "display" : "Fourth Allele, HLA00001.1:c.126G>A"
  },
  {
    "reference" : "MolecularDefinition/example-allele7",
    "type" : "MolecularDefinition",
    "display" : "Fifth Allele, HLA00001.1:c.144C>A"
  }]
}

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.