Release 4

10.6 Resource MolecularSequence - Content

Clinical Genomics Work GroupMaturity Level: 1 Trial UseSecurity Category: Patient Compartments: Patient

Raw data describing a biological sequence.

The Clinical Genomics committee has identified overlaps and redundancies between content in the MolecularSequence resource and content in Observation profiles in the evolving Implementation Guide for Clinical Genomics Reporting found here . The committee is considering options for modifying the resource and anticipates potential changes being brought forward in an upcoming ballot.

The MolecularSequence resource is designed to describe an atomic sequence which contains the alignment sequencing test result and multiple variations. Atomic sequences can be connected by link element and they will lead to sequence graph. By this method, a sequence can be reported. Complete genetic sequence information, of which specific genetic variations are a part, is reported by reference to the GA4GH repository. Thus, the FHIR MolecularSequence resource avoids large genomic payloads in a manner analogous to how the FHIR ImagingStudy resource references large images maintained in other systems. For use cases, details on how this resource interact with other Clinical Genomics resources or profiles, please refer to implementation guidance document here.

This resource is designed to describe sequence variations with clinical significance with information such as:

  • Name of the variation represented
  • Type of the variation
  • Gene region occupied by the variation
  • Tissue source used to determine genotype of the variation
  • Quality of the result

It is strongly encouraged to provide all available information in this resource for any reported variants, because receiving systems (e.g. discovery research, outcomes analysis, and public health reporting) may use this information to normalize variants over time or across sources. However, these data should not be used to dynamically correct/change variant representations for clinical use outside of the laboratory, due to insufficient information.

Implementers should be aware that semantic equivalency of results of genetic variants cannot be guaranteed unless there is an agreed upon standard between sending and receiving systems.

Focus of the resource is to provide sequencing alignment data immediately relevant to what the interpretation on clinical decision-making originates from. Hence data such as precise read of DNA sequences and sequence alignment are not included; such data are nonetheless accessible through references to GA4GH (Global Alliance for Genomics and Health) API. The MolecularSequence resource will be referenced by Observation to provide variant information. As clinical assessments/diagnosis of a patient are typically captured in the Condition resource or the ClinicalImpression resource, the MolecularSequence resource can be referenced by the Condition resource to provide specific genetic data to support assertions. This is analogous to how Condition references other resources, such as AllergyIntolerance, Procedure, and Questionnaire resources.

На этот ресурс ссылаются itself и Observation

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. MolecularSequence ΣITUDomainResourceInformation about a biological sequence
+ Rule: Only 0 and 1 are valid for coordinateSystem
Элементы, определённые в родительском элементе: id, meta, implicitRules, language, text, contained, extension, modifierExtension
... identifier Σ0..*IdentifierUnique ID for this particular sequence. This is a FHIR-defined id
... type Σ0..1codeaa | dna | rna
sequenceType (Required)
... coordinateSystem Σ1..1integerBase number of coordinate system (0 for 0-based numbering or coordinates, inclusive start, exclusive end, 1 for 1-based numbering, inclusive start, inclusive end)
... patient Σ0..1Reference(Patient)Who and/or what this is about
... specimen Σ0..1Reference(Specimen)Specimen used for sequencing
... device Σ0..1Reference(Device)The method for sequencing
... performer Σ0..1Reference(Organization)Who should be responsible for test result
... quantity Σ0..1QuantityThe number of copies of the sequence of interest. (RNASeq)
... referenceSeq ΣI0..1BackboneElementA sequence used as reference
+ Rule: GenomeBuild and chromosome must be both contained if either one of them is contained
+ Rule: Have and only have one of the following elements in referenceSeq : 1. genomeBuild ; 2 referenceSeqId; 3. referenceSeqPointer; 4. referenceSeqString;
.... chromosome Σ0..1CodeableConceptChromosome containing genetic finding
chromosome-human (Example)
.... genomeBuild Σ0..1stringThe Genome Build used for reference, following GRCh build versions e.g. 'GRCh 37'
.... orientation Σ0..1codesense | antisense
orientationType (Required)
.... referenceSeqId Σ0..1CodeableConceptReference identifier
E n s e m b l (Example)
.... referenceSeqPointer Σ0..1Reference(MolecularSequence)A pointer to another MolecularSequence entity as reference sequence
.... referenceSeqString Σ0..1stringA string to represent reference sequence
.... strand Σ0..1codewatson | crick
strandType (Required)
.... windowStart Σ0..1integerStart position of the window on the reference sequence
.... windowEnd Σ0..1integerEnd position of the window on the reference sequence
... variant Σ0..*BackboneElementVariant in sequence
.... start Σ0..1integerStart position of the variant on the reference sequence
.... end Σ0..1integerEnd position of the variant on the reference sequence
.... observedAllele Σ0..1stringAllele that was observed
.... referenceAllele Σ0..1stringAllele in the reference sequence
.... cigar Σ0..1stringExtended CIGAR string for aligning the sequence with reference bases
.... variantPointer Σ0..1Reference(Observation)Pointer to observed variant information
... observedSeq Σ0..1stringSequence that was observed
... quality Σ0..*BackboneElementAn set of value as quality of sequence
.... type Σ1..1codeindel | snp | unknown
qualityType (Required)
.... standardSequence Σ0..1CodeableConceptStandard sequence for comparison
F d a- standard sequence (Example)
.... start Σ0..1integerStart position of the sequence
.... end Σ0..1integerEnd position of the sequence
.... score Σ0..1QuantityQuality score for the comparison
.... method Σ0..1CodeableConceptMethod to get quality
F d a- method (Example)
.... truthTP Σ0..1decimalTrue positives from the perspective of the truth data
.... queryTP Σ0..1decimalTrue positives from the perspective of the query data
.... truthFN Σ0..1decimalFalse negatives
.... queryFP Σ0..1decimalFalse positives
.... gtFP Σ0..1decimalFalse positives where the non-REF alleles in the Truth and Query Call Sets match
.... precision Σ0..1decimalPrecision of comparison
.... recall Σ0..1decimalRecall of comparison
.... fScore Σ0..1decimalF-score
.... roc Σ0..1BackboneElementReceiver Operator Characteristic (ROC) Curve
..... score Σ0..*integerGenotype quality score
..... numTP Σ0..*integerRoc score true positive numbers
..... numFP Σ0..*integerRoc score false positive numbers
..... numFN Σ0..*integerRoc score false negative numbers
..... precision Σ0..*decimalPrecision of the GQ score
..... sensitivity Σ0..*decimalSensitivity of the GQ score
..... fMeasure Σ0..*decimalFScore of the GQ score
... readCoverage Σ0..1integerAverage number of reads representing a given nucleotide in the reconstructed sequence
... repository Σ0..*BackboneElementExternal repository which contains detailed report related with observedSeq in this resource
.... type Σ1..1codedirectlink | openapi | login | oauth | other
repositoryType (Required)
.... url Σ0..1uriURI of the repository
.... name Σ0..1stringRepository's name
.... datasetId Σ0..1stringId of the dataset that used to call for dataset in repository
.... variantsetId Σ0..1stringId of the variantset that used to call for variantset in repository
.... readsetId Σ0..1stringId of the read
... pointer Σ0..*Reference(MolecularSequence)Pointer to next atomic sequence
... structureVariant Σ0..*BackboneElementStructural variant
.... variantType Σ0..1CodeableConceptStructural variant change type
LOINC LL379-9 answerlist (Required)
.... exact Σ0..1booleanDoes the structural variant have base pair resolution breakpoints?
.... length Σ0..1integerStructural variant length
.... outer Σ0..1BackboneElementStructural variant outer
..... start Σ0..1integerStructural variant outer start
..... end Σ0..1integerStructural variant outer end
.... inner Σ0..1BackboneElementStructural variant inner
..... start Σ0..1integerStructural variant inner start
..... end Σ0..1integerStructural variant inner end

doco Documentation for this format

UML Diagram (Legend)

MolecularSequence (DomainResource)A unique identifier for this particular sequence instance. This is a FHIR-defined ididentifier : Identifier [0..*]Amino Acid Sequence/ DNA Sequence / RNA Sequencetype : code [0..1] « Type if a sequence -- DNA, RNA, or amino acid sequence. (Strength=Required)sequenceType! »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)coordinateSystem : integer [1..1]The patient whose sequencing results are described by this resourcepatient : Reference [0..1] « Patient »Specimen used for sequencingspecimen : Reference [0..1] « Specimen »The method for sequencing, for example, chip informationdevice : Reference [0..1] « Device »The organization or lab that should be responsible for this resultperformer : Reference [0..1] « Organization »The number of copies of the sequence of interest. (RNASeq)quantity : Quantity [0..1]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.windowEndobservedSeq : string [0..1]Coverage (read depth or depth) is the average number of reads representing a given nucleotide in the reconstructed sequencereadCoverage : integer [0..1]Pointer to next atomic sequence which at most contains one variantpointer : Reference [0..*] « MolecularSequence »ReferenceSeqStructural 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](http://www.sequenceontology.org/browser/current_svn/term/SO:0000340))chromosome : CodeableConcept [0..1] « Chromosome number for human. (Strength=Example)chromosome-human?? »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 usedgenomeBuild : string [0..1]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" strandorientation : code [0..1] « Type for orientation. (Strength=Required)orientationType! »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 sequencesreferenceSeqId : CodeableConcept [0..1] « Reference identifier. (Strength=Example)ENSEMBL?? »A pointer to another MolecularSequence entity as reference sequencereferenceSeqPointer : Reference [0..1] « MolecularSequence »A string like "ACGT"referenceSeqString : string [0..1]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 armstrand : code [0..1] « Type for strand. (Strength=Required)strandType! »Start position of the window on the reference sequence. If the coordinate system is either 0-based or 1-based, then start position is inclusivewindowStart : integer [0..1]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 positionwindowEnd : integer [0..1]VariantStart position of the variant on the reference sequence. If the coordinate system is either 0-based or 1-based, then start position is inclusivestart : integer [0..1]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 positionend : integer [0..1]An allele is one of a set of coexisting sequence variants of a gene ([SO:0001023](http://www.sequenceontology.org/browser/current_svn/term/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.endobservedAllele : string [0..1]An allele is one of a set of coexisting sequence variants of a gene ([SO:0001023](http://www.sequenceontology.org/browser/current_svn/term/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.endreferenceAllele : string [0..1]Extended CIGAR string for aligning the sequence with reference bases. See detailed documentation [here](http://support.illumina.com/help/SequencingAnalysisWorkflow/Content/Vault/Informatics/Sequencing_Analysis/CASAVA/swSEQ_mCA_ExtendedCIGARFormat.htm)cigar : string [0..1]A pointer to an Observation containing variant informationvariantPointer : Reference [0..1] « Observation »QualityINDEL / SNP / Undefined varianttype : code [1..1] « Type for quality report. (Strength=Required)qualityType! »Gold standard sequence used for comparing againststandardSequence : CodeableConcept [0..1] « Reference identifier of the sequence that used to mark the quality of tested samples. (Strength=Example)FDA-StandardSequence?? »Start position of the sequence. If the coordinate system is either 0-based or 1-based, then start position is inclusivestart : integer [0..1]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 positionend : integer [0..1]The score of an experimentally derived feature such as a p-value ([SO:0001685](http://www.sequenceontology.org/browser/current_svn/term/SO:0001685))score : Quantity [0..1]Which method is used to get sequence qualitymethod : CodeableConcept [0..1] « The method used to evaluate the numerical quality of the observed sequence. (Strength=Example)FDA-Method?? »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 eventtruthTP : decimal [0..1]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 eventqueryTP : decimal [0..1]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 heretruthFN : decimal [0..1]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 herequeryFP : decimal [0..1]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)gtFP : decimal [0..1]QUERY.TP / (QUERY.TP + QUERY.FP)precision : decimal [0..1]TRUTH.TP / (TRUTH.TP + TRUTH.FN)recall : decimal [0..1]Harmonic mean of Recall and Precision, computed as: 2 * precision * recall / (precision + recall)fScore : decimal [0..1]RocInvidual data point representing the GQ (genotype quality) score thresholdscore : integer [0..*]The number of true positives if the GQ score threshold was set to "score" field valuenumTP : integer [0..*]The number of false positives if the GQ score threshold was set to "score" field valuenumFP : integer [0..*]The number of false negatives if the GQ score threshold was set to "score" field valuenumFN : integer [0..*]Calculated precision if the GQ score threshold was set to "score" field valueprecision : decimal [0..*]Calculated sensitivity if the GQ score threshold was set to "score" field valuesensitivity : decimal [0..*]Calculated fScore if the GQ score threshold was set to "score" field valuefMeasure : decimal [0..*]RepositoryClick and see / RESTful API / Need login to see / RESTful API with authentication / Other ways to see resourcetype : code [1..1] « Type for access of external URI. (Strength=Required)repositoryType! »URI of an external repository which contains further details about the genetics dataurl : uri [0..1]URI of an external repository which contains further details about the genetics dataname : string [0..1]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 repositorydatasetId : string [0..1]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 repositoryvariantsetId : string [0..1]Id of the read in this external repositoryreadsetId : string [0..1]StructureVariantInformation about chromosome structure variation DNA change typevariantType : CodeableConcept [0..1] « DNA change type. (Strength=Required)LOINC LL379-9 answerlist! »Used to indicate if the outer and inner start-end values have the same meaningexact : boolean [0..1]Length of the variant chromosomelength : integer [0..1]OuterStructural variant outer start. If the coordinate system is either 0-based or 1-based, then start position is inclusivestart : integer [0..1]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 positionend : integer [0..1]InnerStructural variant inner start. If the coordinate system is either 0-based or 1-based, then start position is inclusivestart : integer [0..1]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 positionend : integer [0..1]A sequence that is used as a reference to describe variants that are present in a sequence analyzedreferenceSeq[0..1]The definition of variant here originates from Sequence ontology ([variant_of](http://www.sequenceontology.org/browser/current_svn/term/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 stringvariant[0..*]Receiver Operator Characteristic (ROC) Curve to give sensitivity/specificity tradeoffroc[0..1]An experimental feature attribute that defines the quality of the feature in a quantitative way, such as a phred quality score ([SO:0001686](http://www.sequenceontology.org/browser/current_svn/term/SO:0001686))quality[0..*]Configurations of the external repository. The repository shall store target's observedSeq or records related with target's observedSeqrepository[0..*]Structural variant outerouter[0..1]Structural variant innerinner[0..1]Information about chromosome structure variationstructureVariant[0..*]

XML Template

<MolecularSequence xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: id, meta, implicitRules, and language -->
 <!-- from DomainResource: text, contained, extension, and modifierExtension -->
 <identifier><!-- 0..* Identifier Unique ID for this particular sequence. This is a FHIR-defined id --></identifier>
 <type value="[code]"/><!-- 0..1 aa | dna | rna -->
 <coordinateSystem value="[integer]"/><!-- 1..1 Base number of coordinate system (0 for 0-based numbering or coordinates, inclusive start, exclusive end, 1 for 1-based numbering, inclusive start, inclusive end) -->
 <patient><!-- 0..1 Reference(Patient) Who and/or what this is about --></patient>
 <specimen><!-- 0..1 Reference(Specimen) Specimen used for sequencing --></specimen>
 <device><!-- 0..1 Reference(Device) The method for sequencing --></device>
 <performer><!-- 0..1 Reference(Organization) Who should be responsible for test result --></performer>
 <quantity><!-- 0..1 Quantity The number of copies of the sequence of interest.  (RNASeq) --></quantity>
 <referenceSeq>  <!-- 0..1 A sequence used as reference -->
  <chromosome><!-- 0..1 CodeableConcept Chromosome containing genetic finding --></chromosome>
  <genomeBuild value="[string]"/><!-- 0..1 The Genome Build used for reference, following GRCh build versions e.g. 'GRCh 37' -->
  <orientation value="[code]"/><!-- 0..1 sense | antisense -->
  <referenceSeqId><!-- 0..1 CodeableConcept Reference identifier --></referenceSeqId>
  <referenceSeqPointer><!-- 0..1 Reference(MolecularSequence) A pointer to another MolecularSequence entity as reference sequence --></referenceSeqPointer>
  <referenceSeqString value="[string]"/><!-- 0..1 A string to represent reference sequence -->
  <strand value="[code]"/><!-- 0..1 watson | crick -->
  <windowStart value="[integer]"/><!-- 0..1 Start position of the window on the  reference sequence -->
  <windowEnd value="[integer]"/><!-- 0..1 End position of the window on the reference sequence -->
 </referenceSeq>
 <variant>  <!-- 0..* Variant in sequence -->
  <start value="[integer]"/><!-- 0..1 Start position of the variant on the  reference sequence -->
  <end value="[integer]"/><!-- 0..1 End position of the variant on the reference sequence -->
  <observedAllele value="[string]"/><!-- 0..1 Allele that was observed -->
  <referenceAllele value="[string]"/><!-- 0..1 Allele in the reference sequence -->
  <cigar value="[string]"/><!-- 0..1 Extended CIGAR string for aligning the sequence with reference bases -->
  <variantPointer><!-- 0..1 Reference(Observation) Pointer to observed variant information --></variantPointer>
 </variant>
 <observedSeq value="[string]"/><!-- 0..1 Sequence that was observed -->
 <quality>  <!-- 0..* An set of value as quality of sequence -->
  <type value="[code]"/><!-- 1..1 indel | snp | unknown -->
  <standardSequence><!-- 0..1 CodeableConcept Standard sequence for comparison --></standardSequence>
  <start value="[integer]"/><!-- 0..1 Start position of the sequence -->
  <end value="[integer]"/><!-- 0..1 End position of the sequence -->
  <score><!-- 0..1 Quantity Quality score for the comparison --></score>
  <method><!-- 0..1 CodeableConcept Method to get quality --></method>
  <truthTP value="[decimal]"/><!-- 0..1 True positives from the perspective of the truth data -->
  <queryTP value="[decimal]"/><!-- 0..1 True positives from the perspective of the query data -->
  <truthFN value="[decimal]"/><!-- 0..1 False negatives -->
  <queryFP value="[decimal]"/><!-- 0..1 False positives -->
  <gtFP value="[decimal]"/><!-- 0..1 False positives where the non-REF alleles in the Truth and Query Call Sets match -->
  <precision value="[decimal]"/><!-- 0..1 Precision of comparison -->
  <recall value="[decimal]"/><!-- 0..1 Recall of comparison -->
  <fScore value="[decimal]"/><!-- 0..1 F-score -->
  <roc>  <!-- 0..1 Receiver Operator Characteristic (ROC) Curve -->
   <score value="[integer]"/><!-- 0..* Genotype quality score -->
   <numTP value="[integer]"/><!-- 0..* Roc score true positive numbers -->
   <numFP value="[integer]"/><!-- 0..* Roc score false positive numbers -->
   <numFN value="[integer]"/><!-- 0..* Roc score false negative numbers -->
   <precision value="[decimal]"/><!-- 0..* Precision of the GQ score -->
   <sensitivity value="[decimal]"/><!-- 0..* Sensitivity of the GQ score -->
   <fMeasure value="[decimal]"/><!-- 0..* FScore of the GQ score -->
  </roc>
 </quality>
 <readCoverage value="[integer]"/><!-- 0..1 Average number of reads representing a given nucleotide in the reconstructed sequence -->
 <repository>  <!-- 0..* External repository which contains detailed report related with observedSeq in this resource -->
  <type value="[code]"/><!-- 1..1 directlink | openapi | login | oauth | other -->
  <url value="[uri]"/><!-- 0..1 URI of the repository -->
  <name value="[string]"/><!-- 0..1 Repository's name -->
  <datasetId value="[string]"/><!-- 0..1 Id of the dataset that used to call for dataset in repository -->
  <variantsetId value="[string]"/><!-- 0..1 Id of the variantset that used to call for variantset in repository -->
  <readsetId value="[string]"/><!-- 0..1 Id of the read -->
 </repository>
 <pointer><!-- 0..* Reference(MolecularSequence) Pointer to next atomic sequence --></pointer>
 <structureVariant>  <!-- 0..* Structural variant -->
  <variantType><!-- 0..1 CodeableConcept Structural variant change type  --></variantType>
  <exact value="[boolean]"/><!-- 0..1 Does the structural variant have base pair resolution breakpoints? -->
  <length value="[integer]"/><!-- 0..1 Structural variant length -->
  <outer>  <!-- 0..1 Structural variant outer -->
   <start value="[integer]"/><!-- 0..1 Structural variant outer start -->
   <end value="[integer]"/><!-- 0..1 Structural variant outer end -->
  </outer>
  <inner>  <!-- 0..1 Structural variant inner -->
   <start value="[integer]"/><!-- 0..1 Structural variant inner start -->
   <end value="[integer]"/><!-- 0..1 Structural variant inner end -->
  </inner>
 </structureVariant>
</MolecularSequence>

JSON Template

{doco
  "resourceType" : "MolecularSequence",
  // from Resource: id, meta, implicitRules, and language
  // from DomainResource: text, contained, extension, and modifierExtension
  "identifier" : [{ Identifier }], // Unique ID for this particular sequence. This is a FHIR-defined id
  "type" : "<code>", // aa | dna | rna
  "coordinateSystem" : <integer>, // R!  Base number of coordinate system (0 for 0-based numbering or coordinates, inclusive start, exclusive end, 1 for 1-based numbering, inclusive start, inclusive end)
  "patient" : { Reference(Patient) }, // Who and/or what this is about
  "specimen" : { Reference(Specimen) }, // Specimen used for sequencing
  "device" : { Reference(Device) }, // The method for sequencing
  "performer" : { Reference(Organization) }, // Who should be responsible for test result
  "quantity" : { Quantity }, // The number of copies of the sequence of interest.  (RNASeq)
  "referenceSeq" : { // A sequence used as reference
    "chromosome" : { CodeableConcept }, // Chromosome containing genetic finding
    "genomeBuild" : "<string>", // The Genome Build used for reference, following GRCh build versions e.g. 'GRCh 37'
    "orientation" : "<code>", // sense | antisense
    "referenceSeqId" : { CodeableConcept }, // Reference identifier
    "referenceSeqPointer" : { Reference(MolecularSequence) }, // A pointer to another MolecularSequence entity as reference sequence
    "referenceSeqString" : "<string>", // A string to represent reference sequence
    "strand" : "<code>", // watson | crick
    "windowStart" : <integer>, // Start position of the window on the  reference sequence
    "windowEnd" : <integer> // End position of the window on the reference sequence
  },
  "variant" : [{ // Variant in sequence
    "start" : <integer>, // Start position of the variant on the  reference sequence
    "end" : <integer>, // End position of the variant on the reference sequence
    "observedAllele" : "<string>", // Allele that was observed
    "referenceAllele" : "<string>", // Allele in the reference sequence
    "cigar" : "<string>", // Extended CIGAR string for aligning the sequence with reference bases
    "variantPointer" : { Reference(Observation) } // Pointer to observed variant information
  }],
  "observedSeq" : "<string>", // Sequence that was observed
  "quality" : [{ // An set of value as quality of sequence
    "type" : "<code>", // R!  indel | snp | unknown
    "standardSequence" : { CodeableConcept }, // Standard sequence for comparison
    "start" : <integer>, // Start position of the sequence
    "end" : <integer>, // End position of the sequence
    "score" : { Quantity }, // Quality score for the comparison
    "method" : { CodeableConcept }, // Method to get quality
    "truthTP" : <decimal>, // True positives from the perspective of the truth data
    "queryTP" : <decimal>, // True positives from the perspective of the query data
    "truthFN" : <decimal>, // False negatives
    "queryFP" : <decimal>, // False positives
    "gtFP" : <decimal>, // False positives where the non-REF alleles in the Truth and Query Call Sets match
    "precision" : <decimal>, // Precision of comparison
    "recall" : <decimal>, // Recall of comparison
    "fScore" : <decimal>, // F-score
    "roc" : { // Receiver Operator Characteristic (ROC) Curve
      "score" : [<integer>], // Genotype quality score
      "numTP" : [<integer>], // Roc score true positive numbers
      "numFP" : [<integer>], // Roc score false positive numbers
      "numFN" : [<integer>], // Roc score false negative numbers
      "precision" : [<decimal>], // Precision of the GQ score
      "sensitivity" : [<decimal>], // Sensitivity of the GQ score
      "fMeasure" : [<decimal>] // FScore of the GQ score
    }
  }],
  "readCoverage" : <integer>, // Average number of reads representing a given nucleotide in the reconstructed sequence
  "repository" : [{ // External repository which contains detailed report related with observedSeq in this resource
    "type" : "<code>", // R!  directlink | openapi | login | oauth | other
    "url" : "<uri>", // URI of the repository
    "name" : "<string>", // Repository's name
    "datasetId" : "<string>", // Id of the dataset that used to call for dataset in repository
    "variantsetId" : "<string>", // Id of the variantset that used to call for variantset in repository
    "readsetId" : "<string>" // Id of the read
  }],
  "pointer" : [{ Reference(MolecularSequence) }], // Pointer to next atomic sequence
  "structureVariant" : [{ // Structural variant
    "variantType" : { CodeableConcept }, // Structural variant change type 
    "exact" : <boolean>, // Does the structural variant have base pair resolution breakpoints?
    "length" : <integer>, // Structural variant length
    "outer" : { // Structural variant outer
      "start" : <integer>, // Structural variant outer start
      "end" : <integer> // Structural variant outer end
    },
    "inner" : { // Structural variant inner
      "start" : <integer>, // Structural variant inner start
      "end" : <integer> // Structural variant inner end
    }
  }]
}

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .doco


[ a fhir:MolecularSequence;
  fhir:nodeRole fhir:treeRoot; # if this is the parser root

  # from Resource: .id, .meta, .implicitRules, and .language
  # from DomainResource: .text, .contained, .extension, and .modifierExtension
  fhir:MolecularSequence.identifier [ Identifier ], ... ; # 0..* Unique ID for this particular sequence. This is a FHIR-defined id
  fhir:MolecularSequence.type [ code ]; # 0..1 aa | dna | rna
  fhir:MolecularSequence.coordinateSystem [ integer ]; # 1..1 Base number of coordinate system (0 for 0-based numbering or coordinates, inclusive start, exclusive end, 1 for 1-based numbering, inclusive start, inclusive end)
  fhir:MolecularSequence.patient [ Reference(Patient) ]; # 0..1 Who and/or what this is about
  fhir:MolecularSequence.specimen [ Reference(Specimen) ]; # 0..1 Specimen used for sequencing
  fhir:MolecularSequence.device [ Reference(Device) ]; # 0..1 The method for sequencing
  fhir:MolecularSequence.performer [ Reference(Organization) ]; # 0..1 Who should be responsible for test result
  fhir:MolecularSequence.quantity [ Quantity ]; # 0..1 The number of copies of the sequence of interest.  (RNASeq)
  fhir:MolecularSequence.referenceSeq [ # 0..1 A sequence used as reference
    fhir:MolecularSequence.referenceSeq.chromosome [ CodeableConcept ]; # 0..1 Chromosome containing genetic finding
    fhir:MolecularSequence.referenceSeq.genomeBuild [ string ]; # 0..1 The Genome Build used for reference, following GRCh build versions e.g. 'GRCh 37'
    fhir:MolecularSequence.referenceSeq.orientation [ code ]; # 0..1 sense | antisense
    fhir:MolecularSequence.referenceSeq.referenceSeqId [ CodeableConcept ]; # 0..1 Reference identifier
    fhir:MolecularSequence.referenceSeq.referenceSeqPointer [ Reference(MolecularSequence) ]; # 0..1 A pointer to another MolecularSequence entity as reference sequence
    fhir:MolecularSequence.referenceSeq.referenceSeqString [ string ]; # 0..1 A string to represent reference sequence
    fhir:MolecularSequence.referenceSeq.strand [ code ]; # 0..1 watson | crick
    fhir:MolecularSequence.referenceSeq.windowStart [ integer ]; # 0..1 Start position of the window on the  reference sequence
    fhir:MolecularSequence.referenceSeq.windowEnd [ integer ]; # 0..1 End position of the window on the reference sequence
  ];
  fhir:MolecularSequence.variant [ # 0..* Variant in sequence
    fhir:MolecularSequence.variant.start [ integer ]; # 0..1 Start position of the variant on the  reference sequence
    fhir:MolecularSequence.variant.end [ integer ]; # 0..1 End position of the variant on the reference sequence
    fhir:MolecularSequence.variant.observedAllele [ string ]; # 0..1 Allele that was observed
    fhir:MolecularSequence.variant.referenceAllele [ string ]; # 0..1 Allele in the reference sequence
    fhir:MolecularSequence.variant.cigar [ string ]; # 0..1 Extended CIGAR string for aligning the sequence with reference bases
    fhir:MolecularSequence.variant.variantPointer [ Reference(Observation) ]; # 0..1 Pointer to observed variant information
  ], ...;
  fhir:MolecularSequence.observedSeq [ string ]; # 0..1 Sequence that was observed
  fhir:MolecularSequence.quality [ # 0..* An set of value as quality of sequence
    fhir:MolecularSequence.quality.type [ code ]; # 1..1 indel | snp | unknown
    fhir:MolecularSequence.quality.standardSequence [ CodeableConcept ]; # 0..1 Standard sequence for comparison
    fhir:MolecularSequence.quality.start [ integer ]; # 0..1 Start position of the sequence
    fhir:MolecularSequence.quality.end [ integer ]; # 0..1 End position of the sequence
    fhir:MolecularSequence.quality.score [ Quantity ]; # 0..1 Quality score for the comparison
    fhir:MolecularSequence.quality.method [ CodeableConcept ]; # 0..1 Method to get quality
    fhir:MolecularSequence.quality.truthTP [ decimal ]; # 0..1 True positives from the perspective of the truth data
    fhir:MolecularSequence.quality.queryTP [ decimal ]; # 0..1 True positives from the perspective of the query data
    fhir:MolecularSequence.quality.truthFN [ decimal ]; # 0..1 False negatives
    fhir:MolecularSequence.quality.queryFP [ decimal ]; # 0..1 False positives
    fhir:MolecularSequence.quality.gtFP [ decimal ]; # 0..1 False positives where the non-REF alleles in the Truth and Query Call Sets match
    fhir:MolecularSequence.quality.precision [ decimal ]; # 0..1 Precision of comparison
    fhir:MolecularSequence.quality.recall [ decimal ]; # 0..1 Recall of comparison
    fhir:MolecularSequence.quality.fScore [ decimal ]; # 0..1 F-score
    fhir:MolecularSequence.quality.roc [ # 0..1 Receiver Operator Characteristic (ROC) Curve
      fhir:MolecularSequence.quality.roc.score [ integer ], ... ; # 0..* Genotype quality score
      fhir:MolecularSequence.quality.roc.numTP [ integer ], ... ; # 0..* Roc score true positive numbers
      fhir:MolecularSequence.quality.roc.numFP [ integer ], ... ; # 0..* Roc score false positive numbers
      fhir:MolecularSequence.quality.roc.numFN [ integer ], ... ; # 0..* Roc score false negative numbers
      fhir:MolecularSequence.quality.roc.precision [ decimal ], ... ; # 0..* Precision of the GQ score
      fhir:MolecularSequence.quality.roc.sensitivity [ decimal ], ... ; # 0..* Sensitivity of the GQ score
      fhir:MolecularSequence.quality.roc.fMeasure [ decimal ], ... ; # 0..* FScore of the GQ score
    ];
  ], ...;
  fhir:MolecularSequence.readCoverage [ integer ]; # 0..1 Average number of reads representing a given nucleotide in the reconstructed sequence
  fhir:MolecularSequence.repository [ # 0..* External repository which contains detailed report related with observedSeq in this resource
    fhir:MolecularSequence.repository.type [ code ]; # 1..1 directlink | openapi | login | oauth | other
    fhir:MolecularSequence.repository.url [ uri ]; # 0..1 URI of the repository
    fhir:MolecularSequence.repository.name [ string ]; # 0..1 Repository's name
    fhir:MolecularSequence.repository.datasetId [ string ]; # 0..1 Id of the dataset that used to call for dataset in repository
    fhir:MolecularSequence.repository.variantsetId [ string ]; # 0..1 Id of the variantset that used to call for variantset in repository
    fhir:MolecularSequence.repository.readsetId [ string ]; # 0..1 Id of the read
  ], ...;
  fhir:MolecularSequence.pointer [ Reference(MolecularSequence) ], ... ; # 0..* Pointer to next atomic sequence
  fhir:MolecularSequence.structureVariant [ # 0..* Structural variant
    fhir:MolecularSequence.structureVariant.variantType [ CodeableConcept ]; # 0..1 Structural variant change type
    fhir:MolecularSequence.structureVariant.exact [ boolean ]; # 0..1 Does the structural variant have base pair resolution breakpoints?
    fhir:MolecularSequence.structureVariant.length [ integer ]; # 0..1 Structural variant length
    fhir:MolecularSequence.structureVariant.outer [ # 0..1 Structural variant outer
      fhir:MolecularSequence.structureVariant.outer.start [ integer ]; # 0..1 Structural variant outer start
      fhir:MolecularSequence.structureVariant.outer.end [ integer ]; # 0..1 Structural variant outer end
    ];
    fhir:MolecularSequence.structureVariant.inner [ # 0..1 Structural variant inner
      fhir:MolecularSequence.structureVariant.inner.start [ integer ]; # 0..1 Structural variant inner start
      fhir:MolecularSequence.structureVariant.inner.end [ integer ]; # 0..1 Structural variant inner end
    ];
  ], ...;
]

Changes since R3

This resource did not exist in Release 2

This analysis is available as XML or JSON.

See R3 <--> R4 Conversion Maps (status = 14 tests that all execute ok. All tests pass round-trip testing and all r3 resources are valid.)

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. MolecularSequence ΣITUDomainResourceInformation about a biological sequence
+ Rule: Only 0 and 1 are valid for coordinateSystem
Элементы, определённые в родительском элементе: id, meta, implicitRules, language, text, contained, extension, modifierExtension
... identifier Σ0..*IdentifierUnique ID for this particular sequence. This is a FHIR-defined id
... type Σ0..1codeaa | dna | rna
sequenceType (Required)
... coordinateSystem Σ1..1integerBase number of coordinate system (0 for 0-based numbering or coordinates, inclusive start, exclusive end, 1 for 1-based numbering, inclusive start, inclusive end)
... patient Σ0..1Reference(Patient)Who and/or what this is about
... specimen Σ0..1Reference(Specimen)Specimen used for sequencing
... device Σ0..1Reference(Device)The method for sequencing
... performer Σ0..1Reference(Organization)Who should be responsible for test result
... quantity Σ0..1QuantityThe number of copies of the sequence of interest. (RNASeq)
... referenceSeq ΣI0..1BackboneElementA sequence used as reference
+ Rule: GenomeBuild and chromosome must be both contained if either one of them is contained
+ Rule: Have and only have one of the following elements in referenceSeq : 1. genomeBuild ; 2 referenceSeqId; 3. referenceSeqPointer; 4. referenceSeqString;
.... chromosome Σ0..1CodeableConceptChromosome containing genetic finding
chromosome-human (Example)
.... genomeBuild Σ0..1stringThe Genome Build used for reference, following GRCh build versions e.g. 'GRCh 37'
.... orientation Σ0..1codesense | antisense
orientationType (Required)
.... referenceSeqId Σ0..1CodeableConceptReference identifier
E n s e m b l (Example)
.... referenceSeqPointer Σ0..1Reference(MolecularSequence)A pointer to another MolecularSequence entity as reference sequence
.... referenceSeqString Σ0..1stringA string to represent reference sequence
.... strand Σ0..1codewatson | crick
strandType (Required)
.... windowStart Σ0..1integerStart position of the window on the reference sequence
.... windowEnd Σ0..1integerEnd position of the window on the reference sequence
... variant Σ0..*BackboneElementVariant in sequence
.... start Σ0..1integerStart position of the variant on the reference sequence
.... end Σ0..1integerEnd position of the variant on the reference sequence
.... observedAllele Σ0..1stringAllele that was observed
.... referenceAllele Σ0..1stringAllele in the reference sequence
.... cigar Σ0..1stringExtended CIGAR string for aligning the sequence with reference bases
.... variantPointer Σ0..1Reference(Observation)Pointer to observed variant information
... observedSeq Σ0..1stringSequence that was observed
... quality Σ0..*BackboneElementAn set of value as quality of sequence
.... type Σ1..1codeindel | snp | unknown
qualityType (Required)
.... standardSequence Σ0..1CodeableConceptStandard sequence for comparison
F d a- standard sequence (Example)
.... start Σ0..1integerStart position of the sequence
.... end Σ0..1integerEnd position of the sequence
.... score Σ0..1QuantityQuality score for the comparison
.... method Σ0..1CodeableConceptMethod to get quality
F d a- method (Example)
.... truthTP Σ0..1decimalTrue positives from the perspective of the truth data
.... queryTP Σ0..1decimalTrue positives from the perspective of the query data
.... truthFN Σ0..1decimalFalse negatives
.... queryFP Σ0..1decimalFalse positives
.... gtFP Σ0..1decimalFalse positives where the non-REF alleles in the Truth and Query Call Sets match
.... precision Σ0..1decimalPrecision of comparison
.... recall Σ0..1decimalRecall of comparison
.... fScore Σ0..1decimalF-score
.... roc Σ0..1BackboneElementReceiver Operator Characteristic (ROC) Curve
..... score Σ0..*integerGenotype quality score
..... numTP Σ0..*integerRoc score true positive numbers
..... numFP Σ0..*integerRoc score false positive numbers
..... numFN Σ0..*integerRoc score false negative numbers
..... precision Σ0..*decimalPrecision of the GQ score
..... sensitivity Σ0..*decimalSensitivity of the GQ score
..... fMeasure Σ0..*decimalFScore of the GQ score
... readCoverage Σ0..1integerAverage number of reads representing a given nucleotide in the reconstructed sequence
... repository Σ0..*BackboneElementExternal repository which contains detailed report related with observedSeq in this resource
.... type Σ1..1codedirectlink | openapi | login | oauth | other
repositoryType (Required)
.... url Σ0..1uriURI of the repository
.... name Σ0..1stringRepository's name
.... datasetId Σ0..1stringId of the dataset that used to call for dataset in repository
.... variantsetId Σ0..1stringId of the variantset that used to call for variantset in repository
.... readsetId Σ0..1stringId of the read
... pointer Σ0..*Reference(MolecularSequence)Pointer to next atomic sequence
... structureVariant Σ0..*BackboneElementStructural variant
.... variantType Σ0..1CodeableConceptStructural variant change type
LOINC LL379-9 answerlist (Required)
.... exact Σ0..1booleanDoes the structural variant have base pair resolution breakpoints?
.... length Σ0..1integerStructural variant length
.... outer Σ0..1BackboneElementStructural variant outer
..... start Σ0..1integerStructural variant outer start
..... end Σ0..1integerStructural variant outer end
.... inner Σ0..1BackboneElementStructural variant inner
..... start Σ0..1integerStructural variant inner start
..... end Σ0..1integerStructural variant inner end

doco Documentation for this format

UML Diagram (Legend)

MolecularSequence (DomainResource)A unique identifier for this particular sequence instance. This is a FHIR-defined ididentifier : Identifier [0..*]Amino Acid Sequence/ DNA Sequence / RNA Sequencetype : code [0..1] « Type if a sequence -- DNA, RNA, or amino acid sequence. (Strength=Required)sequenceType! »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)coordinateSystem : integer [1..1]The patient whose sequencing results are described by this resourcepatient : Reference [0..1] « Patient »Specimen used for sequencingspecimen : Reference [0..1] « Specimen »The method for sequencing, for example, chip informationdevice : Reference [0..1] « Device »The organization or lab that should be responsible for this resultperformer : Reference [0..1] « Organization »The number of copies of the sequence of interest. (RNASeq)quantity : Quantity [0..1]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.windowEndobservedSeq : string [0..1]Coverage (read depth or depth) is the average number of reads representing a given nucleotide in the reconstructed sequencereadCoverage : integer [0..1]Pointer to next atomic sequence which at most contains one variantpointer : Reference [0..*] « MolecularSequence »ReferenceSeqStructural 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](http://www.sequenceontology.org/browser/current_svn/term/SO:0000340))chromosome : CodeableConcept [0..1] « Chromosome number for human. (Strength=Example)chromosome-human?? »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 usedgenomeBuild : string [0..1]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" strandorientation : code [0..1] « Type for orientation. (Strength=Required)orientationType! »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 sequencesreferenceSeqId : CodeableConcept [0..1] « Reference identifier. (Strength=Example)ENSEMBL?? »A pointer to another MolecularSequence entity as reference sequencereferenceSeqPointer : Reference [0..1] « MolecularSequence »A string like "ACGT"referenceSeqString : string [0..1]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 armstrand : code [0..1] « Type for strand. (Strength=Required)strandType! »Start position of the window on the reference sequence. If the coordinate system is either 0-based or 1-based, then start position is inclusivewindowStart : integer [0..1]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 positionwindowEnd : integer [0..1]VariantStart position of the variant on the reference sequence. If the coordinate system is either 0-based or 1-based, then start position is inclusivestart : integer [0..1]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 positionend : integer [0..1]An allele is one of a set of coexisting sequence variants of a gene ([SO:0001023](http://www.sequenceontology.org/browser/current_svn/term/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.endobservedAllele : string [0..1]An allele is one of a set of coexisting sequence variants of a gene ([SO:0001023](http://www.sequenceontology.org/browser/current_svn/term/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.endreferenceAllele : string [0..1]Extended CIGAR string for aligning the sequence with reference bases. See detailed documentation [here](http://support.illumina.com/help/SequencingAnalysisWorkflow/Content/Vault/Informatics/Sequencing_Analysis/CASAVA/swSEQ_mCA_ExtendedCIGARFormat.htm)cigar : string [0..1]A pointer to an Observation containing variant informationvariantPointer : Reference [0..1] « Observation »QualityINDEL / SNP / Undefined varianttype : code [1..1] « Type for quality report. (Strength=Required)qualityType! »Gold standard sequence used for comparing againststandardSequence : CodeableConcept [0..1] « Reference identifier of the sequence that used to mark the quality of tested samples. (Strength=Example)FDA-StandardSequence?? »Start position of the sequence. If the coordinate system is either 0-based or 1-based, then start position is inclusivestart : integer [0..1]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 positionend : integer [0..1]The score of an experimentally derived feature such as a p-value ([SO:0001685](http://www.sequenceontology.org/browser/current_svn/term/SO:0001685))score : Quantity [0..1]Which method is used to get sequence qualitymethod : CodeableConcept [0..1] « The method used to evaluate the numerical quality of the observed sequence. (Strength=Example)FDA-Method?? »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 eventtruthTP : decimal [0..1]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 eventqueryTP : decimal [0..1]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 heretruthFN : decimal [0..1]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 herequeryFP : decimal [0..1]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)gtFP : decimal [0..1]QUERY.TP / (QUERY.TP + QUERY.FP)precision : decimal [0..1]TRUTH.TP / (TRUTH.TP + TRUTH.FN)recall : decimal [0..1]Harmonic mean of Recall and Precision, computed as: 2 * precision * recall / (precision + recall)fScore : decimal [0..1]RocInvidual data point representing the GQ (genotype quality) score thresholdscore : integer [0..*]The number of true positives if the GQ score threshold was set to "score" field valuenumTP : integer [0..*]The number of false positives if the GQ score threshold was set to "score" field valuenumFP : integer [0..*]The number of false negatives if the GQ score threshold was set to "score" field valuenumFN : integer [0..*]Calculated precision if the GQ score threshold was set to "score" field valueprecision : decimal [0..*]Calculated sensitivity if the GQ score threshold was set to "score" field valuesensitivity : decimal [0..*]Calculated fScore if the GQ score threshold was set to "score" field valuefMeasure : decimal [0..*]RepositoryClick and see / RESTful API / Need login to see / RESTful API with authentication / Other ways to see resourcetype : code [1..1] « Type for access of external URI. (Strength=Required)repositoryType! »URI of an external repository which contains further details about the genetics dataurl : uri [0..1]URI of an external repository which contains further details about the genetics dataname : string [0..1]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 repositorydatasetId : string [0..1]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 repositoryvariantsetId : string [0..1]Id of the read in this external repositoryreadsetId : string [0..1]StructureVariantInformation about chromosome structure variation DNA change typevariantType : CodeableConcept [0..1] « DNA change type. (Strength=Required)LOINC LL379-9 answerlist! »Used to indicate if the outer and inner start-end values have the same meaningexact : boolean [0..1]Length of the variant chromosomelength : integer [0..1]OuterStructural variant outer start. If the coordinate system is either 0-based or 1-based, then start position is inclusivestart : integer [0..1]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 positionend : integer [0..1]InnerStructural variant inner start. If the coordinate system is either 0-based or 1-based, then start position is inclusivestart : integer [0..1]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 positionend : integer [0..1]A sequence that is used as a reference to describe variants that are present in a sequence analyzedreferenceSeq[0..1]The definition of variant here originates from Sequence ontology ([variant_of](http://www.sequenceontology.org/browser/current_svn/term/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 stringvariant[0..*]Receiver Operator Characteristic (ROC) Curve to give sensitivity/specificity tradeoffroc[0..1]An experimental feature attribute that defines the quality of the feature in a quantitative way, such as a phred quality score ([SO:0001686](http://www.sequenceontology.org/browser/current_svn/term/SO:0001686))quality[0..*]Configurations of the external repository. The repository shall store target's observedSeq or records related with target's observedSeqrepository[0..*]Structural variant outerouter[0..1]Structural variant innerinner[0..1]Information about chromosome structure variationstructureVariant[0..*]

XML Template

<MolecularSequence xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: id, meta, implicitRules, and language -->
 <!-- from DomainResource: text, contained, extension, and modifierExtension -->
 <identifier><!-- 0..* Identifier Unique ID for this particular sequence. This is a FHIR-defined id --></identifier>
 <type value="[code]"/><!-- 0..1 aa | dna | rna -->
 <coordinateSystem value="[integer]"/><!-- 1..1 Base number of coordinate system (0 for 0-based numbering or coordinates, inclusive start, exclusive end, 1 for 1-based numbering, inclusive start, inclusive end) -->
 <patient><!-- 0..1 Reference(Patient) Who and/or what this is about --></patient>
 <specimen><!-- 0..1 Reference(Specimen) Specimen used for sequencing --></specimen>
 <device><!-- 0..1 Reference(Device) The method for sequencing --></device>
 <performer><!-- 0..1 Reference(Organization) Who should be responsible for test result --></performer>
 <quantity><!-- 0..1 Quantity The number of copies of the sequence of interest.  (RNASeq) --></quantity>
 <referenceSeq>  <!-- 0..1 A sequence used as reference -->
  <chromosome><!-- 0..1 CodeableConcept Chromosome containing genetic finding --></chromosome>
  <genomeBuild value="[string]"/><!-- 0..1 The Genome Build used for reference, following GRCh build versions e.g. 'GRCh 37' -->
  <orientation value="[code]"/><!-- 0..1 sense | antisense -->
  <referenceSeqId><!-- 0..1 CodeableConcept Reference identifier --></referenceSeqId>
  <referenceSeqPointer><!-- 0..1 Reference(MolecularSequence) A pointer to another MolecularSequence entity as reference sequence --></referenceSeqPointer>
  <referenceSeqString value="[string]"/><!-- 0..1 A string to represent reference sequence -->
  <strand value="[code]"/><!-- 0..1 watson | crick -->
  <windowStart value="[integer]"/><!-- 0..1 Start position of the window on the  reference sequence -->
  <windowEnd value="[integer]"/><!-- 0..1 End position of the window on the reference sequence -->
 </referenceSeq>
 <variant>  <!-- 0..* Variant in sequence -->
  <start value="[integer]"/><!-- 0..1 Start position of the variant on the  reference sequence -->
  <end value="[integer]"/><!-- 0..1 End position of the variant on the reference sequence -->
  <observedAllele value="[string]"/><!-- 0..1 Allele that was observed -->
  <referenceAllele value="[string]"/><!-- 0..1 Allele in the reference sequence -->
  <cigar value="[string]"/><!-- 0..1 Extended CIGAR string for aligning the sequence with reference bases -->
  <variantPointer><!-- 0..1 Reference(Observation) Pointer to observed variant information --></variantPointer>
 </variant>
 <observedSeq value="[string]"/><!-- 0..1 Sequence that was observed -->
 <quality>  <!-- 0..* An set of value as quality of sequence -->
  <type value="[code]"/><!-- 1..1 indel | snp | unknown -->
  <standardSequence><!-- 0..1 CodeableConcept Standard sequence for comparison --></standardSequence>
  <start value="[integer]"/><!-- 0..1 Start position of the sequence -->
  <end value="[integer]"/><!-- 0..1 End position of the sequence -->
  <score><!-- 0..1 Quantity Quality score for the comparison --></score>
  <method><!-- 0..1 CodeableConcept Method to get quality --></method>
  <truthTP value="[decimal]"/><!-- 0..1 True positives from the perspective of the truth data -->
  <queryTP value="[decimal]"/><!-- 0..1 True positives from the perspective of the query data -->
  <truthFN value="[decimal]"/><!-- 0..1 False negatives -->
  <queryFP value="[decimal]"/><!-- 0..1 False positives -->
  <gtFP value="[decimal]"/><!-- 0..1 False positives where the non-REF alleles in the Truth and Query Call Sets match -->
  <precision value="[decimal]"/><!-- 0..1 Precision of comparison -->
  <recall value="[decimal]"/><!-- 0..1 Recall of comparison -->
  <fScore value="[decimal]"/><!-- 0..1 F-score -->
  <roc>  <!-- 0..1 Receiver Operator Characteristic (ROC) Curve -->
   <score value="[integer]"/><!-- 0..* Genotype quality score -->
   <numTP value="[integer]"/><!-- 0..* Roc score true positive numbers -->
   <numFP value="[integer]"/><!-- 0..* Roc score false positive numbers -->
   <numFN value="[integer]"/><!-- 0..* Roc score false negative numbers -->
   <precision value="[decimal]"/><!-- 0..* Precision of the GQ score -->
   <sensitivity value="[decimal]"/><!-- 0..* Sensitivity of the GQ score -->
   <fMeasure value="[decimal]"/><!-- 0..* FScore of the GQ score -->
  </roc>
 </quality>
 <readCoverage value="[integer]"/><!-- 0..1 Average number of reads representing a given nucleotide in the reconstructed sequence -->
 <repository>  <!-- 0..* External repository which contains detailed report related with observedSeq in this resource -->
  <type value="[code]"/><!-- 1..1 directlink | openapi | login | oauth | other -->
  <url value="[uri]"/><!-- 0..1 URI of the repository -->
  <name value="[string]"/><!-- 0..1 Repository's name -->
  <datasetId value="[string]"/><!-- 0..1 Id of the dataset that used to call for dataset in repository -->
  <variantsetId value="[string]"/><!-- 0..1 Id of the variantset that used to call for variantset in repository -->
  <readsetId value="[string]"/><!-- 0..1 Id of the read -->
 </repository>
 <pointer><!-- 0..* Reference(MolecularSequence) Pointer to next atomic sequence --></pointer>
 <structureVariant>  <!-- 0..* Structural variant -->
  <variantType><!-- 0..1 CodeableConcept Structural variant change type  --></variantType>
  <exact value="[boolean]"/><!-- 0..1 Does the structural variant have base pair resolution breakpoints? -->
  <length value="[integer]"/><!-- 0..1 Structural variant length -->
  <outer>  <!-- 0..1 Structural variant outer -->
   <start value="[integer]"/><!-- 0..1 Structural variant outer start -->
   <end value="[integer]"/><!-- 0..1 Structural variant outer end -->
  </outer>
  <inner>  <!-- 0..1 Structural variant inner -->
   <start value="[integer]"/><!-- 0..1 Structural variant inner start -->
   <end value="[integer]"/><!-- 0..1 Structural variant inner end -->
  </inner>
 </structureVariant>
</MolecularSequence>

JSON Template

{doco
  "resourceType" : "MolecularSequence",
  // from Resource: id, meta, implicitRules, and language
  // from DomainResource: text, contained, extension, and modifierExtension
  "identifier" : [{ Identifier }], // Unique ID for this particular sequence. This is a FHIR-defined id
  "type" : "<code>", // aa | dna | rna
  "coordinateSystem" : <integer>, // R!  Base number of coordinate system (0 for 0-based numbering or coordinates, inclusive start, exclusive end, 1 for 1-based numbering, inclusive start, inclusive end)
  "patient" : { Reference(Patient) }, // Who and/or what this is about
  "specimen" : { Reference(Specimen) }, // Specimen used for sequencing
  "device" : { Reference(Device) }, // The method for sequencing
  "performer" : { Reference(Organization) }, // Who should be responsible for test result
  "quantity" : { Quantity }, // The number of copies of the sequence of interest.  (RNASeq)
  "referenceSeq" : { // A sequence used as reference
    "chromosome" : { CodeableConcept }, // Chromosome containing genetic finding
    "genomeBuild" : "<string>", // The Genome Build used for reference, following GRCh build versions e.g. 'GRCh 37'
    "orientation" : "<code>", // sense | antisense
    "referenceSeqId" : { CodeableConcept }, // Reference identifier
    "referenceSeqPointer" : { Reference(MolecularSequence) }, // A pointer to another MolecularSequence entity as reference sequence
    "referenceSeqString" : "<string>", // A string to represent reference sequence
    "strand" : "<code>", // watson | crick
    "windowStart" : <integer>, // Start position of the window on the  reference sequence
    "windowEnd" : <integer> // End position of the window on the reference sequence
  },
  "variant" : [{ // Variant in sequence
    "start" : <integer>, // Start position of the variant on the  reference sequence
    "end" : <integer>, // End position of the variant on the reference sequence
    "observedAllele" : "<string>", // Allele that was observed
    "referenceAllele" : "<string>", // Allele in the reference sequence
    "cigar" : "<string>", // Extended CIGAR string for aligning the sequence with reference bases
    "variantPointer" : { Reference(Observation) } // Pointer to observed variant information
  }],
  "observedSeq" : "<string>", // Sequence that was observed
  "quality" : [{ // An set of value as quality of sequence
    "type" : "<code>", // R!  indel | snp | unknown
    "standardSequence" : { CodeableConcept }, // Standard sequence for comparison
    "start" : <integer>, // Start position of the sequence
    "end" : <integer>, // End position of the sequence
    "score" : { Quantity }, // Quality score for the comparison
    "method" : { CodeableConcept }, // Method to get quality
    "truthTP" : <decimal>, // True positives from the perspective of the truth data
    "queryTP" : <decimal>, // True positives from the perspective of the query data
    "truthFN" : <decimal>, // False negatives
    "queryFP" : <decimal>, // False positives
    "gtFP" : <decimal>, // False positives where the non-REF alleles in the Truth and Query Call Sets match
    "precision" : <decimal>, // Precision of comparison
    "recall" : <decimal>, // Recall of comparison
    "fScore" : <decimal>, // F-score
    "roc" : { // Receiver Operator Characteristic (ROC) Curve
      "score" : [<integer>], // Genotype quality score
      "numTP" : [<integer>], // Roc score true positive numbers
      "numFP" : [<integer>], // Roc score false positive numbers
      "numFN" : [<integer>], // Roc score false negative numbers
      "precision" : [<decimal>], // Precision of the GQ score
      "sensitivity" : [<decimal>], // Sensitivity of the GQ score
      "fMeasure" : [<decimal>] // FScore of the GQ score
    }
  }],
  "readCoverage" : <integer>, // Average number of reads representing a given nucleotide in the reconstructed sequence
  "repository" : [{ // External repository which contains detailed report related with observedSeq in this resource
    "type" : "<code>", // R!  directlink | openapi | login | oauth | other
    "url" : "<uri>", // URI of the repository
    "name" : "<string>", // Repository's name
    "datasetId" : "<string>", // Id of the dataset that used to call for dataset in repository
    "variantsetId" : "<string>", // Id of the variantset that used to call for variantset in repository
    "readsetId" : "<string>" // Id of the read
  }],
  "pointer" : [{ Reference(MolecularSequence) }], // Pointer to next atomic sequence
  "structureVariant" : [{ // Structural variant
    "variantType" : { CodeableConcept }, // Structural variant change type 
    "exact" : <boolean>, // Does the structural variant have base pair resolution breakpoints?
    "length" : <integer>, // Structural variant length
    "outer" : { // Structural variant outer
      "start" : <integer>, // Structural variant outer start
      "end" : <integer> // Structural variant outer end
    },
    "inner" : { // Structural variant inner
      "start" : <integer>, // Structural variant inner start
      "end" : <integer> // Structural variant inner end
    }
  }]
}

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .doco


[ a fhir:MolecularSequence;
  fhir:nodeRole fhir:treeRoot; # if this is the parser root

  # from Resource: .id, .meta, .implicitRules, and .language
  # from DomainResource: .text, .contained, .extension, and .modifierExtension
  fhir:MolecularSequence.identifier [ Identifier ], ... ; # 0..* Unique ID for this particular sequence. This is a FHIR-defined id
  fhir:MolecularSequence.type [ code ]; # 0..1 aa | dna | rna
  fhir:MolecularSequence.coordinateSystem [ integer ]; # 1..1 Base number of coordinate system (0 for 0-based numbering or coordinates, inclusive start, exclusive end, 1 for 1-based numbering, inclusive start, inclusive end)
  fhir:MolecularSequence.patient [ Reference(Patient) ]; # 0..1 Who and/or what this is about
  fhir:MolecularSequence.specimen [ Reference(Specimen) ]; # 0..1 Specimen used for sequencing
  fhir:MolecularSequence.device [ Reference(Device) ]; # 0..1 The method for sequencing
  fhir:MolecularSequence.performer [ Reference(Organization) ]; # 0..1 Who should be responsible for test result
  fhir:MolecularSequence.quantity [ Quantity ]; # 0..1 The number of copies of the sequence of interest.  (RNASeq)
  fhir:MolecularSequence.referenceSeq [ # 0..1 A sequence used as reference
    fhir:MolecularSequence.referenceSeq.chromosome [ CodeableConcept ]; # 0..1 Chromosome containing genetic finding
    fhir:MolecularSequence.referenceSeq.genomeBuild [ string ]; # 0..1 The Genome Build used for reference, following GRCh build versions e.g. 'GRCh 37'
    fhir:MolecularSequence.referenceSeq.orientation [ code ]; # 0..1 sense | antisense
    fhir:MolecularSequence.referenceSeq.referenceSeqId [ CodeableConcept ]; # 0..1 Reference identifier
    fhir:MolecularSequence.referenceSeq.referenceSeqPointer [ Reference(MolecularSequence) ]; # 0..1 A pointer to another MolecularSequence entity as reference sequence
    fhir:MolecularSequence.referenceSeq.referenceSeqString [ string ]; # 0..1 A string to represent reference sequence
    fhir:MolecularSequence.referenceSeq.strand [ code ]; # 0..1 watson | crick
    fhir:MolecularSequence.referenceSeq.windowStart [ integer ]; # 0..1 Start position of the window on the  reference sequence
    fhir:MolecularSequence.referenceSeq.windowEnd [ integer ]; # 0..1 End position of the window on the reference sequence
  ];
  fhir:MolecularSequence.variant [ # 0..* Variant in sequence
    fhir:MolecularSequence.variant.start [ integer ]; # 0..1 Start position of the variant on the  reference sequence
    fhir:MolecularSequence.variant.end [ integer ]; # 0..1 End position of the variant on the reference sequence
    fhir:MolecularSequence.variant.observedAllele [ string ]; # 0..1 Allele that was observed
    fhir:MolecularSequence.variant.referenceAllele [ string ]; # 0..1 Allele in the reference sequence
    fhir:MolecularSequence.variant.cigar [ string ]; # 0..1 Extended CIGAR string for aligning the sequence with reference bases
    fhir:MolecularSequence.variant.variantPointer [ Reference(Observation) ]; # 0..1 Pointer to observed variant information
  ], ...;
  fhir:MolecularSequence.observedSeq [ string ]; # 0..1 Sequence that was observed
  fhir:MolecularSequence.quality [ # 0..* An set of value as quality of sequence
    fhir:MolecularSequence.quality.type [ code ]; # 1..1 indel | snp | unknown
    fhir:MolecularSequence.quality.standardSequence [ CodeableConcept ]; # 0..1 Standard sequence for comparison
    fhir:MolecularSequence.quality.start [ integer ]; # 0..1 Start position of the sequence
    fhir:MolecularSequence.quality.end [ integer ]; # 0..1 End position of the sequence
    fhir:MolecularSequence.quality.score [ Quantity ]; # 0..1 Quality score for the comparison
    fhir:MolecularSequence.quality.method [ CodeableConcept ]; # 0..1 Method to get quality
    fhir:MolecularSequence.quality.truthTP [ decimal ]; # 0..1 True positives from the perspective of the truth data
    fhir:MolecularSequence.quality.queryTP [ decimal ]; # 0..1 True positives from the perspective of the query data
    fhir:MolecularSequence.quality.truthFN [ decimal ]; # 0..1 False negatives
    fhir:MolecularSequence.quality.queryFP [ decimal ]; # 0..1 False positives
    fhir:MolecularSequence.quality.gtFP [ decimal ]; # 0..1 False positives where the non-REF alleles in the Truth and Query Call Sets match
    fhir:MolecularSequence.quality.precision [ decimal ]; # 0..1 Precision of comparison
    fhir:MolecularSequence.quality.recall [ decimal ]; # 0..1 Recall of comparison
    fhir:MolecularSequence.quality.fScore [ decimal ]; # 0..1 F-score
    fhir:MolecularSequence.quality.roc [ # 0..1 Receiver Operator Characteristic (ROC) Curve
      fhir:MolecularSequence.quality.roc.score [ integer ], ... ; # 0..* Genotype quality score
      fhir:MolecularSequence.quality.roc.numTP [ integer ], ... ; # 0..* Roc score true positive numbers
      fhir:MolecularSequence.quality.roc.numFP [ integer ], ... ; # 0..* Roc score false positive numbers
      fhir:MolecularSequence.quality.roc.numFN [ integer ], ... ; # 0..* Roc score false negative numbers
      fhir:MolecularSequence.quality.roc.precision [ decimal ], ... ; # 0..* Precision of the GQ score
      fhir:MolecularSequence.quality.roc.sensitivity [ decimal ], ... ; # 0..* Sensitivity of the GQ score
      fhir:MolecularSequence.quality.roc.fMeasure [ decimal ], ... ; # 0..* FScore of the GQ score
    ];
  ], ...;
  fhir:MolecularSequence.readCoverage [ integer ]; # 0..1 Average number of reads representing a given nucleotide in the reconstructed sequence
  fhir:MolecularSequence.repository [ # 0..* External repository which contains detailed report related with observedSeq in this resource
    fhir:MolecularSequence.repository.type [ code ]; # 1..1 directlink | openapi | login | oauth | other
    fhir:MolecularSequence.repository.url [ uri ]; # 0..1 URI of the repository
    fhir:MolecularSequence.repository.name [ string ]; # 0..1 Repository's name
    fhir:MolecularSequence.repository.datasetId [ string ]; # 0..1 Id of the dataset that used to call for dataset in repository
    fhir:MolecularSequence.repository.variantsetId [ string ]; # 0..1 Id of the variantset that used to call for variantset in repository
    fhir:MolecularSequence.repository.readsetId [ string ]; # 0..1 Id of the read
  ], ...;
  fhir:MolecularSequence.pointer [ Reference(MolecularSequence) ], ... ; # 0..* Pointer to next atomic sequence
  fhir:MolecularSequence.structureVariant [ # 0..* Structural variant
    fhir:MolecularSequence.structureVariant.variantType [ CodeableConcept ]; # 0..1 Structural variant change type
    fhir:MolecularSequence.structureVariant.exact [ boolean ]; # 0..1 Does the structural variant have base pair resolution breakpoints?
    fhir:MolecularSequence.structureVariant.length [ integer ]; # 0..1 Structural variant length
    fhir:MolecularSequence.structureVariant.outer [ # 0..1 Structural variant outer
      fhir:MolecularSequence.structureVariant.outer.start [ integer ]; # 0..1 Structural variant outer start
      fhir:MolecularSequence.structureVariant.outer.end [ integer ]; # 0..1 Structural variant outer end
    ];
    fhir:MolecularSequence.structureVariant.inner [ # 0..1 Structural variant inner
      fhir:MolecularSequence.structureVariant.inner.start [ integer ]; # 0..1 Structural variant inner start
      fhir:MolecularSequence.structureVariant.inner.end [ integer ]; # 0..1 Structural variant inner end
    ];
  ], ...;
]

Changes since Release 3

This resource did not exist in Release 2

This analysis is available as XML or JSON.

See R3 <--> R4 Conversion Maps (status = 14 tests that all execute ok. All tests pass round-trip testing and all r3 resources are valid.)

 

See the Profiles & Extensions and the alternate definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) + see the extensions & the dependency analysis

PathОписаниеТипСсылка
MolecularSequence.type Type if a sequence -- DNA, RNA, or amino acid sequence.RequiredsequenceType
MolecularSequence.referenceSeq.chromosome Chromosome number for human.Examplechromosome-human
MolecularSequence.referenceSeq.orientation Type for orientation.RequiredorientationType
MolecularSequence.referenceSeq.referenceSeqId Reference identifier.ExampleENSEMBL
MolecularSequence.referenceSeq.strand Type for strand.RequiredstrandType
MolecularSequence.quality.type Type for quality report.RequiredqualityType
MolecularSequence.quality.standardSequence Reference identifier of the sequence that used to mark the quality of tested samples.ExampleFDA-StandardSequence
MolecularSequence.quality.method The method used to evaluate the numerical quality of the observed sequence.ExampleFDA-Method
MolecularSequence.repository.type Type for access of external URI.RequiredrepositoryType
MolecularSequence.structureVariant.variantType DNA change type.Requiredhttp://loinc.org/vs/LL379-9

idУровеньРасположениеОпределениеВыражение
msq-3Rule (base)Only 0 and 1 are valid for coordinateSystemcoordinateSystem = 1 or coordinateSystem = 0
msq-5Rule MolecularSequence.referenceSeqGenomeBuild and chromosome must be both contained if either one of them is contained(chromosome.empty() and genomeBuild.empty()) or (chromosome.exists() and genomeBuild.exists())
msq-6Rule MolecularSequence.referenceSeqHave and only have one of the following elements in referenceSeq : 1. genomeBuild ; 2 referenceSeqId; 3. referenceSeqPointer; 4. referenceSeqString;(genomeBuild.count()+referenceSeqId.count()+ referenceSeqPointer.count()+ referenceSeqString.count()) = 1

When saving the variant information, the nucleic acid will be numbered with order. Some files are using 0-based coordinates (e.g. BCD file format) while some files are using 1-based coordinates (e.g. VCF file format). The element coordinateSystem in MolecularSequence resource contains this information.

MolecularSequence.coordinateSystem constraints within two possible values: 0 for 0-based system, which will mark the sequence from number 0, while 1 for 1-based system, which will begin marking the first position with number 1. The significant difference between two system is the end position. In 0-based system, the end position is exclusive, which means the last position will not be contained in the sequence window while in 1-based system, the end position is inclusive , which means the last position is included in the sequence window. Note both systems has an inclusive start position.

For example, ACGTGCAT will be numbered from 1 to 8 in 1-based system and will be numbered from 0 to 8 in 0-based system to mark flanks (i.e. place between two Nucleotide). So the interval [3,5] in 1-based system is GTG while interval [2,5) in 0-based system is same segment GTG.

There are lots of definition concerning with the Directionality of DNA or RNA. Here we are using referenceSeq.orientation and referenceSeq.strand. orientation represents the sense of the sequence, which has different meanings depending on the MolecularSequence.type. strand represents the sequence writing order. Watson strand refers to 5' to 3' top strand (5' -> 3'), whereas Crick strand refers to 5' to 3' bottom strand (3' <- 5').

We hope that string of observedSeq can be constrained more than just any normal string but with notation tables. Here we present what the nucleotide acid string should be constrained within the range:

A --> adenosine M --> A C (amino) U --> uridine H --> A C T V --> G C A
C --> cytidine S --> G C (strong) D --> G A T K --> G T (keto)
G --> guanine W --> A T (weak) R --> G A (purine) N --> A G C T (any)
T --> thymidine B --> G T C Y --> T C (pyrimidine) - --> gap of indeterminate length
while the amino acid string should be constrained within the range:
A alanine P proline B aspartate or asparagine Q glutamine
C cystine R arginine D aspartate S serine
E glutamate T threonine F phenylalanine U selenocysteine
G glycine V valine H histidine W tryptophan
I isoleucine Y tyrosine K lysine Z glutamate or glutamine
L leucine X any M methionine * translation stop
N asparagine - gap of indeterminate length

Параметры поиска для этого ресурса. Также к нему применяются общие параметры. Более подробную информацию о поиске в REST, обмене сообщениями и сервисах см. в разделе Поиск.

ИмяТипОпределениеВыражениеОбщее
chromosometokenChromosome number of the reference sequenceMolecularSequence.referenceSeq.chromosome
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.On MolecularSequence.variant:
  chromosome: %resource.referenceSeq.chromosome
  variant-start: start
  variant-end: end
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.On MolecularSequence.referenceSeq:
  chromosome: chromosome
  window-start: windowStart
  window-end: windowEnd
identifiertokenThe unique identity for a particular sequenceMolecularSequence.identifier
patientreferenceThe subject that the observation is aboutMolecularSequence.patient
(Patient)
referenceseqidtokenReference Sequence of the sequenceMolecularSequence.referenceSeq.referenceSeqId
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.On MolecularSequence.variant:
  referenceseqid: %resource.referenceSeq.referenceSeqId
  variant-start: start
  variant-end: end
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.On MolecularSequence.referenceSeq:
  referenceseqid: referenceSeqId
  window-start: windowStart
  window-end: windowEnd
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