MolecularSequence | 0..* | MolecularSequence | Raw data describing a biological sequence. |
MolecularSequence.id | 0..1 | http://hl7.org/fhirpath/System.String | The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes. |
MolecularSequence.meta | 0..1 | Meta | The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource. |
MolecularSequence.implicitRules | 0..1 | uri | A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. |
MolecularSequence.language | 0..1 | code | The base language in which the resource is written. |
MolecularSequence.text | 0..1 | Narrative | A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety. |
MolecularSequence.contained | 0..* | Resource | These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. |
MolecularSequence.extension | 0..* | Extension | May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
MolecularSequence.modifierExtension | 0..* | Extension | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
MolecularSequence.identifier | 0..* | Identifier | A unique identifier for this particular sequence instance. This is a FHIR-defined id. |
MolecularSequence.type | 0..1 | code | Amino Acid Sequence/ DNA Sequence / RNA Sequence. |
MolecularSequence.coordinateSystem | 1..1 | integer | Whether the sequence is numbered starting at 0 (0-based numbering or coordinates, inclusive start, exclusive end) or starting at 1 (1-based numbering, inclusive start and inclusive end). |
MolecularSequence.patient | 0..1 | Reference | The patient whose sequencing results are described by this resource. |
MolecularSequence.specimen | 0..1 | Reference | Specimen used for sequencing. |
MolecularSequence.device | 0..1 | Reference | The method for sequencing, for example, chip information. |
MolecularSequence.performer | 0..1 | Reference | The organization or lab that should be responsible for this result. |
MolecularSequence.quantity | 0..1 | Quantity | The number of copies of the sequence of interest. (RNASeq). |
MolecularSequence.referenceSeq | 0..1 | BackboneElement | A sequence that is used as a reference to describe variants that are present in a sequence analyzed. |
MolecularSequence.referenceSeq.id | 0..1 | http://hl7.org/fhirpath/System.String | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
MolecularSequence.referenceSeq.extension | 0..* | Extension | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
MolecularSequence.referenceSeq.modifierExtension | 0..* | Extension | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
MolecularSequence.referenceSeq.chromosome | 0..1 | CodeableConcept | 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). |
MolecularSequence.referenceSeq.genomeBuild | 0..1 | string | The Genome Build used for reference, following GRCh build versions e.g. 'GRCh 37'. Version number must be included if a versioned release of a primary build was used. |
MolecularSequence.referenceSeq.orientation | 0..1 | code | 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. |
MolecularSequence.referenceSeq.referenceSeqId | 0..1 | CodeableConcept | Reference identifier of reference sequence submitted to NCBI. It must match the type in the MolecularSequence.type field. For example, the prefix, “NG_” identifies reference sequence for genes, “NM_” for messenger RNA transcripts, and “NP_” for amino acid sequences. |
MolecularSequence.referenceSeq.referenceSeqPointer | 0..1 | Reference | A pointer to another MolecularSequence entity as reference sequence. |
MolecularSequence.referenceSeq.referenceSeqString | 0..1 | string | A string like "ACGT". |
MolecularSequence.referenceSeq.strand | 0..1 | code | 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. |
MolecularSequence.referenceSeq.windowStart | 0..1 | integer | Start position of the window on the reference sequence. If the coordinate system is either 0-based or 1-based, then start position is inclusive. |
MolecularSequence.referenceSeq.windowEnd | 0..1 | integer | End position of the window on the reference 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. |
MolecularSequence.variant | 0..* | BackboneElement | The definition of variant here originates from Sequence ontology (variant_of). This element can represent amino acid or nucleic sequence change(including insertion,deletion,SNP,etc.) It can represent some complex mutation or segment variation with the assist of CIGAR string. |
MolecularSequence.variant.id | 0..1 | http://hl7.org/fhirpath/System.String | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
MolecularSequence.variant.extension | 0..* | Extension | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
MolecularSequence.variant.modifierExtension | 0..* | Extension | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
MolecularSequence.variant.start | 0..1 | integer | Start position of the variant on the reference sequence. If the coordinate system is either 0-based or 1-based, then start position is inclusive. |
MolecularSequence.variant.end | 0..1 | integer | End position of the variant on the reference 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. |
MolecularSequence.variant.observedAllele | 0..1 | string | An allele is one of a set of coexisting sequence variants of a gene (SO:0001023). 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. |
MolecularSequence.variant.referenceAllele | 0..1 | string | An allele is one of a set of coexisting sequence variants of a gene (SO:0001023). Nucleotide(s)/amino acids from start position of sequence to stop position of sequence on the positive (+) strand of the reference 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. |
MolecularSequence.variant.cigar | 0..1 | string | Extended CIGAR string for aligning the sequence with reference bases. See detailed documentation here. |
MolecularSequence.variant.variantPointer | 0..1 | Reference | A pointer to an Observation containing variant information. |
MolecularSequence.observedSeq | 0..1 | string | Sequence that was observed. It is the result marked by referenceSeq along with variant records on referenceSeq. This shall start from referenceSeq.windowStart and end by referenceSeq.windowEnd. |
MolecularSequence.quality | 0..* | BackboneElement | An experimental feature attribute that defines the quality of the feature in a quantitative way, such as a phred quality score (SO:0001686). |
MolecularSequence.quality.id | 0..1 | http://hl7.org/fhirpath/System.String | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
MolecularSequence.quality.extension | 0..* | Extension | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
MolecularSequence.quality.modifierExtension | 0..* | Extension | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
MolecularSequence.quality.type | 1..1 | code | INDEL / SNP / Undefined variant. |
MolecularSequence.quality.standardSequence | 0..1 | CodeableConcept | Gold standard sequence used for comparing against. |
MolecularSequence.quality.start | 0..1 | integer | Start position of the sequence. If the coordinate system is either 0-based or 1-based, then start position is inclusive. |
MolecularSequence.quality.end | 0..1 | integer | End position of the 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. |
MolecularSequence.quality.score | 0..1 | Quantity | The score of an experimentally derived feature such as a p-value (SO:0001685). |
MolecularSequence.quality.method | 0..1 | CodeableConcept | Which method is used to get sequence quality. |
MolecularSequence.quality.truthTP | 0..1 | decimal | True positives, from the perspective of the truth data, i.e. the number of sites in the Truth Call Set for which there are paths through the Query Call Set that are consistent with all of the alleles at this site, and for which there is an accurate genotype call for the event. |
MolecularSequence.quality.queryTP | 0..1 | decimal | True positives, from the perspective of the query data, i.e. the number of sites in the Query Call Set for which there are paths through the Truth Call Set that are consistent with all of the alleles at this site, and for which there is an accurate genotype call for the event. |
MolecularSequence.quality.truthFN | 0..1 | decimal | False negatives, i.e. the number of sites in the Truth Call Set for which there is no path through the Query Call Set that is consistent with all of the alleles at this site, or sites for which there is an inaccurate genotype call for the event. Sites with correct variant but incorrect genotype are counted here. |
MolecularSequence.quality.queryFP | 0..1 | decimal | False positives, i.e. the number of sites in the Query Call Set for which there is no path through the Truth Call Set that is consistent with this site. Sites with correct variant but incorrect genotype are counted here. |
MolecularSequence.quality.gtFP | 0..1 | decimal | The number of false positives where the non-REF alleles in the Truth and Query Call Sets match (i.e. cases where the truth is 1/1 and the query is 0/1 or similar). |
MolecularSequence.quality.precision | 0..1 | decimal | QUERY.TP / (QUERY.TP + QUERY.FP). |
MolecularSequence.quality.recall | 0..1 | decimal | TRUTH.TP / (TRUTH.TP + TRUTH.FN). |
MolecularSequence.quality.fScore | 0..1 | decimal | Harmonic mean of Recall and Precision, computed as: 2 * precision * recall / (precision + recall). |
MolecularSequence.quality.roc | 0..1 | BackboneElement | Receiver Operator Characteristic (ROC) Curve to give sensitivity/specificity tradeoff. |
MolecularSequence.quality.roc.id | 0..1 | http://hl7.org/fhirpath/System.String | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
MolecularSequence.quality.roc.extension | 0..* | Extension | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
MolecularSequence.quality.roc.modifierExtension | 0..* | Extension | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
MolecularSequence.quality.roc.score | 0..* | integer | Invidual data point representing the GQ (genotype quality) score threshold. |
MolecularSequence.quality.roc.numTP | 0..* | integer | The number of true positives if the GQ score threshold was set to "score" field value. |
MolecularSequence.quality.roc.numFP | 0..* | integer | The number of false positives if the GQ score threshold was set to "score" field value. |
MolecularSequence.quality.roc.numFN | 0..* | integer | The number of false negatives if the GQ score threshold was set to "score" field value. |
MolecularSequence.quality.roc.precision | 0..* | decimal | Calculated precision if the GQ score threshold was set to "score" field value. |
MolecularSequence.quality.roc.sensitivity | 0..* | decimal | Calculated sensitivity if the GQ score threshold was set to "score" field value. |
MolecularSequence.quality.roc.fMeasure | 0..* | decimal | Calculated fScore if the GQ score threshold was set to "score" field value. |
MolecularSequence.readCoverage | 0..1 | integer | Coverage (read depth or depth) is the average number of reads representing a given nucleotide in the reconstructed sequence. |
MolecularSequence.repository | 0..* | BackboneElement | Configurations of the external repository. The repository shall store target's observedSeq or records related with target's observedSeq. |
MolecularSequence.repository.id | 0..1 | http://hl7.org/fhirpath/System.String | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
MolecularSequence.repository.extension | 0..* | Extension | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
MolecularSequence.repository.modifierExtension | 0..* | Extension | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
MolecularSequence.repository.type | 1..1 | code | Click and see / RESTful API / Need login to see / RESTful API with authentication / Other ways to see resource. |
MolecularSequence.repository.url | 0..1 | uri | URI of an external repository which contains further details about the genetics data. |
MolecularSequence.repository.name | 0..1 | string | URI of an external repository which contains further details about the genetics data. |
MolecularSequence.repository.datasetId | 0..1 | string | Id of the variant in this external repository. The server will understand how to use this id to call for more info about datasets in external repository. |
MolecularSequence.repository.variantsetId | 0..1 | string | Id of the variantset in this external repository. The server will understand how to use this id to call for more info about variantsets in external repository. |
MolecularSequence.repository.readsetId | 0..1 | string | Id of the read in this external repository. |
MolecularSequence.pointer | 0..* | Reference | Pointer to next atomic sequence which at most contains one variant. |
MolecularSequence.structureVariant | 0..* | BackboneElement | Information about chromosome structure variation. |
MolecularSequence.structureVariant.id | 0..1 | http://hl7.org/fhirpath/System.String | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
MolecularSequence.structureVariant.extension | 0..* | Extension | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
MolecularSequence.structureVariant.modifierExtension | 0..* | Extension | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
MolecularSequence.structureVariant.variantType | 0..1 | CodeableConcept | Information about chromosome structure variation DNA change type. |
MolecularSequence.structureVariant.exact | 0..1 | boolean | Used to indicate if the outer and inner start-end values have the same meaning. |
MolecularSequence.structureVariant.length | 0..1 | integer | Length of the variant chromosome. |
MolecularSequence.structureVariant.outer | 0..1 | BackboneElement | Structural variant outer. |
MolecularSequence.structureVariant.outer.id | 0..1 | http://hl7.org/fhirpath/System.String | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
MolecularSequence.structureVariant.outer.extension | 0..* | Extension | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
MolecularSequence.structureVariant.outer.modifierExtension | 0..* | Extension | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
MolecularSequence.structureVariant.outer.start | 0..1 | integer | Structural variant outer start. If the coordinate system is either 0-based or 1-based, then start position is inclusive. |
MolecularSequence.structureVariant.outer.end | 0..1 | integer | Structural variant outer end. 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. |
MolecularSequence.structureVariant.inner | 0..1 | BackboneElement | Structural variant inner. |
MolecularSequence.structureVariant.inner.id | 0..1 | http://hl7.org/fhirpath/System.String | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
MolecularSequence.structureVariant.inner.extension | 0..* | Extension | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
MolecularSequence.structureVariant.inner.modifierExtension | 0..* | Extension | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
MolecularSequence.structureVariant.inner.start | 0..1 | integer | Structural variant inner start. If the coordinate system is either 0-based or 1-based, then start position is inclusive. |
MolecularSequence.structureVariant.inner.end | 0..1 | integer | Structural variant inner end. 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. |