This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Example of Variation profile of MSH2 2503C
{
"resourceType" : "MolecularDefinition",
"id" : "example-variation1",
"meta" : {
"profile" : ["http://hl7.org/fhir/StructureDefinition/variation"]
},
"type" : "dna",
"location" : [{
"sequenceLocation" : {
"sequenceContext" : {
"reference" : "MolecularDefinition/example-sequence-msh2",
"type" : "MolecularDefinition",
"display" : "Starting Sequence Resource: MSH2"
},
"coordinateInterval" : {
"numberingSystem" : {
"coding" : [{
"system" : "http://loinc.org",
"code" : "LA30100-4",
"display" : "0-based interval counting"
}],
"text" : "0-based interval counting"
},
"startQuantity" : {
"value" : 2502
},
"endQuantity" : {
"value" : 2503
}
}
}
}],
"representation" : [{
"focus" : {
"coding" : [{
"system" : "http://hl7.org/fhir/moleculardefinition-focus",
"code" : "reference-state",
"display" : "Reference State"
}]
},
"literal" : {
"value" : "A"
}
},
{
"focus" : {
"coding" : [{
"system" : "http://hl7.org/fhir/moleculardefinition-focus",
"code" : "alternative-state",
"display" : "Alternative State"
}]
},
"literal" : {
"value" : "C"
}
}]
}
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.