This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions . Page versions: R5R4BR4
The actual focus of a molecular sequence when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, child, or sibling. For example, in trio testing, the subject would be the child (proband) and the focus would be the parent.
Short Display What the molecular sequence is about, when it is not about the subject of record
Element Id MolecularSequence.relative.coordinateSystem
Definition
These are different ways of identifying nucleotides or amino acids within a sequence. Different databases and file types may use different systems. For detail definitions, see https://loinc.org/92822-6/ for more detail.
Short Display Ways of identifying nucleotides or amino acids within a sequence
msq-5Rule Both genomeAssembly and chromosome must be both contained if either one of them is contained chromosome.exists() = genomeAssembly.exists()
msq-6Rule Have and only have one of the following elements in startingSequence: 1. genomeAssembly; 2 sequence genomeAssembly.exists() xor sequence.exists()
msq-6Rule Have and only have one of the following elements in startingSequence: 1. genomeAssembly; 2 sequence genomeAssembly.exists() xor sequence.exists()
msq-5Rule Both genomeAssembly and chromosome must be both contained if either one of them is contained chromosome.exists() = genomeAssembly.exists()
Element Id MolecularSequence.relative.startingSequence.chromosome
Definition
Structural unit composed of a nucleic acid molecule which controls its own replication through the interaction of specific proteins at one or more origins of replication (SO:0000340 icon).
A starting sequence may be represented in one of three ways:
CodeableConcept, using NCBI, LRG or other appropriate code systems
a simple string of IUPAC codes
a reference to another MolecularSequence resource.
Invariants
Affect this element
msq-6Rule Have and only have one of the following elements in startingSequence: 1. genomeAssembly; 2 sequence genomeAssembly.exists() xor sequence.exists()
Element Id MolecularSequence.relative.startingSequence.orientation
Definition
A relative reference to a DNA strand based on gene orientation. The strand that contains the open reading frame of the gene is the "sense" strand, and the opposite complementary strand is the "antisense" strand.
Element Id MolecularSequence.relative.startingSequence.strand
Definition
An absolute reference to a strand. The Watson strand is the strand whose 5'-end is on the short arm of the chromosome, and the Crick strand as the one whose 5'-end is on the long arm.
End position of the edit on the starting sequence. If the coordinate system is 0-based then end is exclusive and does not include the last position. If the coordinate system is 1-base, then end is inclusive and includes the last position.
Short Display End position of the edit on the starting sequence
Element Id MolecularSequence.relative.edit.replacementSequence
Definition
Allele that was observed. Nucleotide(s)/amino acids from start position of sequence to stop position of sequence on the positive (+) strand of the observed sequence. When the sequence type is DNA, it should be the sequence on the positive (+) strand. This will lay in the range between variant.start and variant.end.
Element Id MolecularSequence.relative.edit.replacedSequence
Definition
Allele in the starting sequence. Nucleotide(s)/amino acids from start position of sequence to stop position of sequence on the positive (+) strand of the starting sequence. When the sequence type is DNA, it should be the sequence on the positive (+) strand. This will lay in the range between variant.start and variant.end.