This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Example of Allele profile including slices for HLA00381
{
"resourceType" : "MolecularDefinition",
"id" : "example-allelesliced-hla00381",
"meta" : {
"profile" : ["http://hl7.org/fhir/StructureDefinition/allelesliced"]
},
"type" : "dna",
"location" : [{
"sequenceLocation" : {
"sequenceContext" : {
"reference" : "MolecularDefinition/example-sequence-af1961831-url",
"type" : "MolecularDefinition",
"display" : "Starting Sequence Resource: Homo sapiens MHC class I antigen (HLA-B) gene"
},
"coordinateInterval" : {
"numberingSystem" : {
"coding" : [{
"system" : "http://loinc.org",
"code" : "LA30102-0",
"display" : "1-based character counting"
}],
"text" : "1-based character counting"
},
"startQuantity" : {
"value" : 1
},
"endQuantity" : {
"value" : 920
}
}
}
}],
"representation" : [{
"focus" : {
"coding" : [{
"system" : "http://hl7.org/fhir/moleculardefinition-focus",
"code" : "allele-state",
"display" : "Allele State"
}]
},
"code" : [{
"coding" : [{
"system" : "https://www.ebi.ac.uk/ipd/imgt/hla/alleles/allele/",
"code" : "HLA00381",
"display" : "B*57:01:01:01"
}]
}]
}]
}
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.