Properties

NameRequiredTypeDescription
identifierNoIdentifier[]Unique ID for this particular sequence. This is a FHIR-defined id
typeNocodeaa / dna / rna
coordinateSystemYesintegerBase number of coordinate system (0 for 0-based numbering or coordinates, inclusive start, exclusive end, 1 for 1-based numbering, inclusive start, inclusive end)
patientNoReference<Patient>Who and/or what this is about
specimenNoReference<Specimen>Specimen used for sequencing
deviceNoReference<Device>The method for sequencing
performerNoReference<Organization>Who should be responsible for test result
quantityNoQuantityThe number of copies of the sequence of interest. (RNASeq)
referenceSeqNoMolecularSequenceReferenceSeqA sequence used as reference
- idNostringUnique id for inter-element referencing
- extensionNoExtension[]Additional content defined by implementations
- modifierExtensionNoExtension[]Extensions that cannot be ignored even if unrecognized
- chromosomeNoCodeableConceptChromosome containing genetic finding
- genomeBuildNostringThe Genome Build used for reference, following GRCh build versions e.g. ‘GRCh 37’
- orientationNocodesense / antisense
- referenceSeqIdNoCodeableConceptReference identifier
- referenceSeqPointerNoReference<MolecularSequence>A pointer to another MolecularSequence entity as reference sequence
- referenceSeqStringNostringA string to represent reference sequence
- strandNocodewatson / crick
- windowStartNointegerStart position of the window on the reference sequence
- windowEndNointegerEnd position of the window on the reference sequence
variantNoMolecularSequenceVariantVariant in sequence
- idNostringUnique id for inter-element referencing
- extensionNoExtension[]Additional content defined by implementations
- modifierExtensionNoExtension[]Extensions that cannot be ignored even if unrecognized
- startNointegerStart position of the variant on the reference sequence
- endNointegerEnd position of the variant on the reference sequence
- observedAlleleNostringAllele that was observed
- referenceAlleleNostringAllele in the reference sequence
- cigarNostringExtended CIGAR string for aligning the sequence with reference bases
- variantPointerNoReference<Observation>Pointer to observed variant information
observedSeqNostringSequence that was observed
qualityNoMolecularSequenceQualityAn set of value as quality of sequence
- idNostringUnique id for inter-element referencing
- extensionNoExtension[]Additional content defined by implementations
- modifierExtensionNoExtension[]Extensions that cannot be ignored even if unrecognized
- typeYescodeindel / snp / unknown
- standardSequenceNoCodeableConceptStandard sequence for comparison
- startNointegerStart position of the sequence
- endNointegerEnd position of the sequence
- scoreNoQuantityQuality score for the comparison
- methodNoCodeableConceptMethod to get quality
- truthTPNodecimalTrue positives from the perspective of the truth data
- queryTPNodecimalTrue positives from the perspective of the query data
- truthFNNodecimalFalse negatives
- queryFPNodecimalFalse positives
- gtFPNodecimalFalse positives where the non-REF alleles in the Truth and Query Call Sets match
- precisionNodecimalPrecision of comparison
- recallNodecimalRecall of comparison
- fScoreNodecimalF-score
- rocNoMolecularSequenceQualityRocReceiver Operator Characteristic (ROC) Curve
- idNostringUnique id for inter-element referencing
- extensionNoExtension[]Additional content defined by implementations
- modifierExtensionNoExtension[]Extensions that cannot be ignored even if unrecognized
- scoreNointeger[]Genotype quality score
- numTPNointeger[]Roc score true positive numbers
- numFPNointeger[]Roc score false positive numbers
- numFNNointeger[]Roc score false negative numbers
- precisionNodecimal[]Precision of the GQ score
- sensitivityNodecimal[]Sensitivity of the GQ score
- fMeasureNodecimal[]FScore of the GQ score
readCoverageNointegerAverage number of reads representing a given nucleotide in the reconstructed sequence
repositoryNoMolecularSequenceRepositoryExternal repository which contains detailed report related with observedSeq in this resource
- idNostringUnique id for inter-element referencing
- extensionNoExtension[]Additional content defined by implementations
- modifierExtensionNoExtension[]Extensions that cannot be ignored even if unrecognized
- typeYescodedirectlink / openapi / login / oauth / other
- urlNouriURI of the repository
- nameNostringRepository’s name
- datasetIdNostringId of the dataset that used to call for dataset in repository
- variantsetIdNostringId of the variantset that used to call for variantset in repository
- readsetIdNostringId of the read
pointerNoReference<MolecularSequence>[]Pointer to next atomic sequence
structureVariantNoMolecularSequenceStructureVariantStructural variant
- idNostringUnique id for inter-element referencing
- extensionNoExtension[]Additional content defined by implementations
- modifierExtensionNoExtension[]Extensions that cannot be ignored even if unrecognized
- variantTypeNoCodeableConceptStructural variant change type
- exactNobooleanDoes the structural variant have base pair resolution breakpoints?
- lengthNointegerStructural variant length
- outerNoMolecularSequenceStructureVariantOuterStructural variant outer
- idNostringUnique id for inter-element referencing
- extensionNoExtension[]Additional content defined by implementations
- modifierExtensionNoExtension[]Extensions that cannot be ignored even if unrecognized
- startNointegerStructural variant outer start
- endNointegerStructural variant outer end
- innerNoMolecularSequenceStructureVariantInnerStructural variant inner
- idNostringUnique id for inter-element referencing
- extensionNoExtension[]Additional content defined by implementations
- modifierExtensionNoExtension[]Extensions that cannot be ignored even if unrecognized
- startNointegerStructural variant inner start
- endNointegerStructural variant inner end

Search Parameters

NameTypeDescriptionExpression
chromosometokenChromosome number of the reference sequenceMolecularSequence.referenceSeq.chromosome
identifiertokenThe unique identity for a particular sequenceMolecularSequence.identifier
patientreferenceThe subject that the observation is aboutMolecularSequence.patient
referenceseqidtokenReference Sequence of the sequenceMolecularSequence.referenceSeq.referenceSeqId
typetokenAmino Acid Sequence/ DNA Sequence / RNA SequenceMolecularSequence.type
variant-endnumberEnd position (0-based exclusive, which menas the acid at this position will not be included, 1-based inclusive, which means the acid at this position will be included) of the variant.MolecularSequence.variant.end
variant-startnumberStart position (0-based inclusive, 1-based inclusive, that means the nucleic acid or amino acid at this position will be included) of the variant.MolecularSequence.variant.start
window-endnumberEnd position (0-based exclusive, which menas the acid at this position will not be included, 1-based inclusive, which means the acid at this position will be included) of the reference sequence.MolecularSequence.referenceSeq.windowEnd
window-startnumberStart position (0-based inclusive, 1-based inclusive, that means the nucleic acid or amino acid at this position will be included) of the reference sequence.MolecularSequence.referenceSeq.windowStart
chromosome-variant-coordinatecompositeSearch parameter by chromosome and variant coordinate. This will refer to part of a locus or part of a gene where search region will be represented in 1-based system. Since the coordinateSystem can either be 0-based or 1-based, this search query will include the result of both coordinateSystem that contains the equivalent segment of the gene or whole genome sequence. For example, a search for sequence can be represented as chromosome-variant-coordinate=1$lt345$gt123, this means it will search for the MolecularSequence resource with variants on chromosome 1 and with position >123 and <345, where in 1-based system resource, all strings within region 1:124-344 will be revealed, while in 0-based system resource, all strings within region 1:123-344 will be revealed. You may want to check detail about 0-based v.s. 1-based above.MolecularSequence.variant
chromosome-window-coordinatecompositeSearch parameter by chromosome and window. This will refer to part of a locus or part of a gene where search region will be represented in 1-based system. Since the coordinateSystem can either be 0-based or 1-based, this search query will include the result of both coordinateSystem that contains the equivalent segment of the gene or whole genome sequence. For example, a search for sequence can be represented as chromosome-window-coordinate=1$lt345$gt123, this means it will search for the MolecularSequence resource with a window on chromosome 1 and with position >123 and <345, where in 1-based system resource, all strings within region 1:124-344 will be revealed, while in 0-based system resource, all strings within region 1:123-344 will be revealed. You may want to check detail about 0-based v.s. 1-based above.MolecularSequence.referenceSeq
referenceseqid-variant-coordinatecompositeSearch parameter by reference sequence and variant coordinate. This will refer to part of a locus or part of a gene where search region will be represented in 1-based system. Since the coordinateSystem can either be 0-based or 1-based, this search query will include the result of both coordinateSystem that contains the equivalent segment of the gene or whole genome sequence. For example, a search for sequence can be represented as referenceSeqId-variant-coordinate=NC_000001.11$lt345$gt123, this means it will search for the MolecularSequence resource with variants on NC_000001.11 and with position >123 and <345, where in 1-based system resource, all strings within region NC_000001.11:124-344 will be revealed, while in 0-based system resource, all strings within region NC_000001.11:123-344 will be revealed. You may want to check detail about 0-based v.s. 1-based above.MolecularSequence.variant
referenceseqid-window-coordinatecompositeSearch parameter by reference sequence and window. This will refer to part of a locus or part of a gene where search region will be represented in 1-based system. Since the coordinateSystem can either be 0-based or 1-based, this search query will include the result of both coordinateSystem that contains the equivalent segment of the gene or whole genome sequence. For example, a search for sequence can be represented as referenceSeqId-window-coordinate=NC_000001.11$lt345$gt123, this means it will search for the MolecularSequence resource with a window on NC_000001.11 and with position >123 and <345, where in 1-based system resource, all strings within region NC_000001.11:124-344 will be revealed, while in 0-based system resource, all strings within region NC_000001.11:123-344 will be revealed. You may want to check detail about 0-based v.s. 1-based above.MolecularSequence.referenceSeq

Inherited Properties

NameRequiredTypeDescription
idNostringLogical id of this artifact
metaNoMetaMetadata about the resource
implicitRulesNouriA set of rules under which this content was created
languageNocodeLanguage of the resource content
textNoNarrativeText summary of the resource, for human interpretation
containedNoResource[]Contained, inline Resources
extensionNoExtension[]Additional content defined by implementations
modifierExtensionNoExtension[]Extensions that cannot be ignored

To view the FHIR specification for this resource, see MolecularSequence.