This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Simple Haplotype example 1
{
"resourceType" : "MolecularDefinition",
"id" : "example-haplotype1",
"moleculeType" : {
"coding" : [{
"system" : "http://hl7.org/fhir/sequence-type",
"code" : "dna",
"display" : "DNA Sequence"
}]
},
"location" : [{
"sequenceLocation" : {
"sequenceContext" : {
"reference" : "MolecularDefinition/example-sequence-lrg584",
"type" : "MolecularDefinition",
"display" : "Starting Sequence Resource: LRG_584"
},
"coordinateInterval" : {
"coordinateSystem" : {
"system" : {
"coding" : [{
"system" : "http://loinc.org",
"code" : "LA30100-4",
"display" : "0-based interval counting"
}],
"text" : "0-based interval counting"
}
},
"startQuantity" : {
"value" : 5001
},
"endQuantity" : {
"value" : 97867
}
}
}
}]
}
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.