MolecularDefinition
Introduction
Scope and Usage
The MolecularDefinition resource represents molecular entities (e.g., nucleotide or protein sequences) for both clinical and non-clinical use cases, including translational research. The resource is definitional, in that it focuses on discrete, computable, and semantically expressive data structures that reflect the genomic domain. Because the resource focuses on the molecular entities rather than specimen source or annotated knowledge, it supports both patient/participant-specific use cases and population-based data, and both human and non-human data.
The MolecularDefinition resource itself is abstract, but it supports profiles for core molecular concepts, including Sequence (nucleotide and protein), Allele, Variation, Haplotype, and Genotype. Support for additional molecular types, such as structural variation, fusions, and biomarkers, will be considered in the future.
Use cases supported by this resource include but are not limited to:
- Structured exchange of simple sequences of DNA, RNA, or amino acids (whole genome/exome sequencing)
- Representation of clinically significant alleles that impact drug response (e.g., pharmacogenomic CDS)
- Structured representation of simple and complex genetic variations for diagnostic purposes (clinical diagnosis or risk)
- Expression of genotypes that have clinical or research significance (clinical decision making)
- Representation of genomic variations that are stored within a public knowledge base
- Expression of alleles that are used within risk calculators
Sequence Representation
Use cases often require expression of the same genomic concept in different ways. Since the concept is the same and only the serialization of it differs, the Molecular Definition resource supports multiple approaches to representing molecular sequences. This allows senders and receivers of messages to choose a sequence representation that is most intuitive for the particular use case.
It is important to note that all representations of a given sequence MUST resolve to the exact same primary sequence. Therefore, if a single instance of MolecularDefinition contains one literal, two resolvable files, and a code, all four of those representations must represent the same sequence. Note that this equivalence does not apply to metadata or annotations that are outside the scope of the Molecular Definition resource, since those data are not definitional to the molecule.
Boundaries and Relationships
As a definitional resource, MolecularDefintion should be profiled to consistently represent molecular concepts. Profiles for structured representation of the fundamental concepts can be found in the Molecular Definition Implementation Guide for Molecular Data Types that includes Sequence, Allele, and Variation, Haplotype, and Genotype profiles. This guide is work in progress and will evolve to represent additional concepts.
This resource does not capture workflow (e.g., test ordering/resulting process), the method of obtaining or specifying the molecular content (e.g., the test or assay), or the interpretation of the results (e.g., clinical impact). Those concepts will be captured by profiles of Observation and by the Genomic Study resource. In particular, the Genomics Reporting Implementation Guide contains extensive support for the observation and reporting of clinical genomic results.
Background and Context
Provides additional detail on exactly how the resource is to be used
Notes
Notes
Encodings
Molecular Definitions are represented using numerous encodings, which are not always explicitly specified. The representation.literal.encoding attribute captures this information directly, so that implementors can validate the content of messages and computationally determine how a particular sequence should be interpreted.
The examples below illustrate different encodings, which could be used to create terms for this attribute. They are based on the IUPAC symbols for nucleotide and amino acid sequences.
- IUPAC symbols for nucleotide sequences
- IUPAC symbols for amino acid sequences (1-letter code)
- IUPAC symbols for nucleotide sequences (IUBMB)
- IUPAC symbols for amino acid sequences (3-letter code)
Nucleotide Symbols (1-letter, no ambiguity, DNA residues)
| Symbol | Meaning | Origin of designation |
|---|---|---|
| G | Guanine | G |
| A | Adenine | A |
| T | Thymine | T |
| C | Cytosine | C |
Nucleotide, 1-letter, no ambiguity, RNA residues
| Symbol | Meaning | Origin of designation |
|---|---|---|
| G | Guanine | G |
| A | Adenine | A |
| U | Uracil | U |
| C | Cytosine | C |
Nucleotide Symbols (1-letter, no ambiguity except N, DNA residues)
| Symbol | Meaning | Origin of designation |
|---|---|---|
| G | Guanine | G |
| A | Adenine | A |
| T | Thymine | T |
| C | Cytosine | C |
| N | G or A or T or C | aNy |
Nucleotide Symbols (1-letter, with ambiguity, DNA residues)
| Symbol | Meaning | Origin of designation |
|---|---|---|
| G | Guanine | G |
| A | Adenine | A |
| T | Thymine | T |
| C | Cytosine | C |
| R | G or A | puRine |
| Y | T or C | pYrimidine |
| M | A or C | aMino |
| K | G or T | Keto |
| S | G or C | Strong interaction (3 H bonds) |
| W | A or T | Weak interaction (2 H bonds) |
| H | A or C or T | not-G, H follows G in the alphabet |
| B | G or T or C | not-A, B follows A |
| V | G or C or A | not-T (not-U), V follows U |
| D | G or A or T | not-C, D follows C |
| N | G or A or T or C | aNy |
Amino Acid Symbols (1-letter, no ambiguity, 20 common)
| Symbol | Amino acid |
|---|---|
| A | alanine |
| C | cysteine |
| D | aspartic acid |
| E | glutamic acid |
| F | phenylalanine |
| G | glycine |
| H | histidine |
| I | isoleucine |
| K | lysine |
| L | leucine |
| M | methionine |
| N | asparagine |
| P | proline |
| Q | glutamine |
| R | arginine |
| S | serine |
| T | threonine |
| V | valine |
| W | tryptophan |
| Y | tyrosine |
Amino Acid Symbols (3-letter, no ambiguity, 20 common)
| Symbol | Amino acid |
|---|---|
| Ala | alanine |
| Cys | cysteine |
| Asp | aspartic acid |
| Glu | glutamic acid |
| Phe | phenylalanine |
| Gly | glycine |
| His | histidine |
| Ile | isoleucine |
| Lys | lysine |
| Leu | leucine |
| Met | methionine |
| Asn | asparagine |
| Pro | proline |
| Gln | glutamine |
| Arg | arginine |
| Ser | serine |
| Thr | threonine |
| Val | valine |
| Trp | tryptophan |
| Tyr | tyrosine |
Amino Acid Symbols (1-letter, with ambiguity)
| Symbol | Amino acid |
|---|---|
| A | alanine |
| B | aspartic acid or asparagine |
| C | cysteine |
| D | aspartic acid |
| E | glutamic acid |
| F | phenylalanine |
| G | glycine |
| H | histidine |
| I | isoleucine |
| K | lysine |
| L | leucine |
| M | methionine |
| N | asparagine |
| P | proline |
| Q | glutamine |
| R | arginine |
| S | serine |
| T | threonine |
| U | selenocysteine |
| V | valine |
| W | tryptophan |
| X | unknown or 'other' amino acid |
| Y | tyrosine |
| Z | glutamic acid or glutamine |
Amino Acid Symbols (3-letter, with ambiguity)
| Symbol | Amino acid |
|---|---|
| Ala | alanine |
| Asx | aspartic acid or asparagine |
| Cys | cysteine |
| Asp | aspartic acid |
| Glu | glutamic acid |
| Phe | phenylalanine |
| Gly | glycine |
| His | histidine |
| Ile | isoleucine |
| Lys | lysine |
| Leu | leucine |
| Met | methionine |
| Asn | asparagine |
| Pro | proline |
| Gln | glutamine |
| Arg | arginine |
| Ser | serine |
| Thr | threonine |
| Sec | selenocysteine |
| Val | valine |
| Trp | tryptophan |
| Xaa | unknown or 'other' amino acid |
| Tyr | tyrosine |
| Glx | glutamic acid or glutamine |
Molecular Representations
The Molecular Definition resource supports several different methods for representing a molecule. Some of the elements described below may apply only to sequences, and different elements may be added to support other types of molecular concepts.
Native representations: The literal, code, and resolvable are native representations, meaning they represent a sequence “as-is” without any additional computation.
Derived representations: The extracted, concatenated, repeated, and relative representations are derived representations, meaning they require one or more computational operations to be performed to create the sequence that is being represented.
Literal
The literal element can be used to represent a sequence as a string of characters. By convention, nucleotide sequences are expressed 5’ to 3’ and protein sequences are expressed N to C terminus. The encoding element can optionally be used to specify the encoding used for the sequence literal. The encoding can be important in disambiguating sequences that share alphabets (for example, ATG might represent a translation start codon in DNA, but it could also represent a peptide containing 3 amino acids).
Code
The code element can be used to represent a sequence by reference, using an accession number that identifies a specific sequence within a repository. The code, system, and version elements of the Coding data type can be used to fully disambiguate one code from another. Note that the code element does not guarantee that the repository is publicly accessible or that the sequence referenced by the code can be retrieved, it only specifies the sequence using a code that could be exchanged. Thus, this element could be used for both a public sequence repository (e.g., GenBank) and a private database (e.g., biobank).
Resolvable
The resolvable element can be used to represent a sequence by reference, but it also implies that the sequence is accessible and SHOULD be resolvable (although a security layer may be present). This element makes use of the Document Reference resource, which contains the content.attachment element. The Attachment datatype can be used to represent sequences that are captured as a formatted file (using .contentType and .data) or as a URL (using .contentType and .url).
Extracted
The extracted element can be used to represent a sequence that is derived from another, longer sequence. The startingMolecule element refers to the “parent” sequence, and is itself an instance of Molecular Definition (with its own representation). The coordinateInterval element specifies a precise interval on the “parent” sequence, which is to be extracted (conceptually or literally) and optionally reverse-complemented. This element provides a way to conveniently reference regions of very long molecules (e.g., chromosomes) without requiring either the “parent” or the extracted sequence to be serialized. Conceptually, this representation is the inverse operation of the concatenated representation.
Concatenated
The concatenated element can be used to represent a sequence that is comprised of other sequences that are concatenated together to form the intended sequence. Each sequenceElement is specified as an instance of Molecular Definition (and each has its own representation). The order of concatenation is explicitly defined using the ordinalIndex element. Conceptually, this representation is the inverse operation of the extracted representation.
Repeated
The repeated element can be used to represent a sequence that is comprised of a sequence motif that is repeated a specified number of times. The sequenceMotif is an instance of Molecular Definition (and has its own representation), and copyCount specifies the number of times the motif is copied in tandem. Conceptually, this representation is a special case of the concatenated representation, where each element is an identical copy of a given motif.
Relative
The relative element can be used to represent a sequence in relation to another sequence, where the difference between the two sequences can be expressed as an ordered series of edit operations. This representation can be used to conveniently represent minor but meaningful differences between long or complex sequences (e.g., HLA alleles). Algorithmically, the relative representation defines a sequence by beginning with a startingMolecule (an instance of Molecular Definition) and performing at least one edit operation on it. Each edit operation is performed in order and includes replacing the sequence (the replacedMolecule) at a defined coordinateInterval with the sequence specified by the replacementMolecule. The resulting sequence after all edits have been performed is the sequence referenced by this representation element.
Note that the edits specified in this representation are operations and NOT variations. Variations are defined as a specific comparison between two states (a reference and an alternative), and while they are sometimes called “changes” and therefore they might be confused for edit operations, they are semantically distinct concepts.
Combining Representations
Since the derived representations (extracted, concatenated, repeated, and relative) each reference Molecular Definition, representations can be combined to support complex use cases. For example:
- An extracted representation can use as its startingMolecule a chromosome sequence that is specified using an accession number (represented as a code).
- A repeated representation can define the sequenceMotif using a literal.
- A concatenated representation for an assembled contig can include each sequenceElement as an attached, formatted file via resolvable.
- A relative representation can specify the startingMolecule using a code, and the replacementMolecule for each edit could be defined using a literal.
It is possible to create arbitrarily deep structures using derived representations, and while there might be rationale for doing so implementations should avoid overly-complex representation structures.
Equivalence and Identity
Every representation, regardless of its complexity, can be resolved to a literal. Two instances of MolecularDefinition are considered equivalent if they define the same entity. For molecular sequences, this means that for two instances of MolecularDefinition to be equivalent they must resolve to the same literal sequence. Two instances are identical if their serializations are identical: they must contain the same elements, and each corresponding element must have the same value.
Profiling MolecularDefinition
Support for Molecular Concepts
The Molecular Definition resource supports several profiles that represent molecular concepts:
- Sequence: a primary sequence
- Allele: a Sequence at a Location on a larger, contextual Sequence
- Variation: a defined comparison between a specified reference Allele and an alternative Allele, both at a given Location on a larger, contextual Sequence
In addition, profiles have been drafted to represent the concepts of Haplotype and Genotype, although they have not been exercised as deeply as the profiles listed above. Finally, preliminary work has demonstrated that the Molecular Definition resource could be used to represent concepts related to structural variation, including Adjacency and Fusion. It is anticipated that profiles to support these concepts will be developed over time.
Modular Semantics and Schemas
The MolecularDefinition resource is an abstract resource that provides building blocks for creating semantically robust, computable structures that define molecular entities. The two most complex backbone elements, location and representation, support the concept of molecular sequences but they might not be relevant to other types of entities. Conversely, other entities may require different backbone elements. As such, it is expected that these high-level backbone elements will serve as modular schemas that can be profiled as needed for a given molecular entity. Profiling could include constraints on cardinality (e.g., the Sequence profile has 0..0 location, while Allele has 1..1 location) and slicing.
Slicing the Representation Element
The representation backbone element provides a series of methods for specifying the value of a sequence. As a result, the entire structure can be used any time a sequence is referenced, and this is accomplished by slicing. For example, the current sequence-based profiles of MolecularDefinition slice the representation element as follows:
| Profile | Cardinality | Focus (slice) | Semantic meaning |
|---|---|---|---|
| Sequence | 1..1 | Primary Sequence | The primary sequence of the molecule |
| Allele | 1..1 | Allele | The sequence of the Allele at the specified Location |
| Allele | 0..1 | Context | The sequence of the contextual sequence at the specified Location |
| Variation | 1..1 | Reference | The sequence defined as the reference allele (at the specified Location) |
| Variation | 1..1 | Alternate | The sequence defined as the alternate allele (at the specified Location) |
| Variation | 0..1 | Context | The sequence of the contextual sequence at the specified Location |
StructureDefinition
Elements (Simplified)
- MolecularDefinition [0..*]: - Definitional content for a molecular entity
- MolecularDefinition.identifier [0..*]: Identifier Unique ID of an instance
- MolecularDefinition.description [0..1]: markdown Description of the Molecular Definition instance
- MolecularDefinition.moleculeType [0..1]: CodeableConcept The type of molecule (e.g., DNA, RNA, amino acid)
- MolecularDefinition.type [0..*]: CodeableConcept Classification of the molecule into types other than those defined by moleculeType
- MolecularDefinition.topology [0..*]: CodeableConcept The structural topology of the molecular entity (e.g., linear, circular)
- MolecularDefinition.member [0..*]: Reference(MolecularDefinition) Constituents of an aggregate molecular concept (e.g., haplotype, genotype)
- MolecularDefinition.location [0..*]: BackboneElement A defined location on a molecular entity
- MolecularDefinition.location.sequenceLocation [0..1]: BackboneElement A coordinate-based location on a sequence
- MolecularDefinition.location.sequenceLocation.sequenceContext [1..1]: Reference(MolecularDefinition) The sequence on which the location is defined
- MolecularDefinition.location.sequenceLocation.coordinateInterval [0..1]: BackboneElement An interval on a sequence
- MolecularDefinition.location.sequenceLocation.coordinateInterval.coordinateSystem [0..1]: BackboneElement The coordinate system used to define the location
- MolecularDefinition.location.sequenceLocation.coordinateInterval.coordinateSystem.system [0..1]: CodeableConcept extensible:LL5323-2 The type of coordinate system used
- MolecularDefinition.location.sequenceLocation.coordinateInterval.coordinateSystem.origin [0..1]: CodeableConcept The location of the origin of the coordinate system
- MolecularDefinition.location.sequenceLocation.coordinateInterval.coordinateSystem.normalizationMethod [0..1]: CodeableConcept The normalization method used for determining a location within the coordinate system
- MolecularDefinition.location.sequenceLocation.coordinateInterval.start[x] [0..1]: Quantity, Range The start location of the interval
- MolecularDefinition.location.sequenceLocation.coordinateInterval.end[x] [0..1]: Quantity, Range The end location of the interval
- MolecularDefinition.location.sequenceLocation.strand [0..1]: CodeableConcept The strand at the coordinateInterval
- MolecularDefinition.location.cytobandLocation [0..1]: BackboneElement A cytoband-based location on a sequence
- MolecularDefinition.location.cytobandLocation.genomeAssembly [1..1]: BackboneElement Reference Genome
- MolecularDefinition.location.cytobandLocation.genomeAssembly.organism [0..1]: CodeableConcept Species of the organism
- MolecularDefinition.location.cytobandLocation.genomeAssembly.build [0..1]: CodeableConcept Build number
- MolecularDefinition.location.cytobandLocation.genomeAssembly.accession [0..1]: CodeableConcept Accession
- MolecularDefinition.location.cytobandLocation.genomeAssembly.description[x] [0..1]: markdown, string Genome assembly description
- MolecularDefinition.location.cytobandLocation.cytobandInterval [1..1]: BackboneElement Cytoband Interval
- MolecularDefinition.location.cytobandLocation.cytobandInterval.chromosome [1..1]: CodeableConcept Chromosome
- MolecularDefinition.location.cytobandLocation.cytobandInterval.simpleCytoband [0..1]: BackboneElement SimpleCytoband
- MolecularDefinition.location.cytobandLocation.cytobandInterval.simpleCytoband.start [0..1]: CodeableConcept Start
- MolecularDefinition.location.cytobandLocation.cytobandInterval.simpleCytoband.end [0..1]: CodeableConcept End
- MolecularDefinition.location.cytobandLocation.cytobandInterval.structuredCytoband [0..1]: BackboneElement StructuredCytoband
- MolecularDefinition.location.cytobandLocation.cytobandInterval.structuredCytoband.start [0..1]: BackboneElement Start
- MolecularDefinition.location.cytobandLocation.cytobandInterval.structuredCytoband.start.arm [0..1]: CodeableConcept Arm
- MolecularDefinition.location.cytobandLocation.cytobandInterval.structuredCytoband.start.region [0..1]: CodeableConcept Region
- MolecularDefinition.location.cytobandLocation.cytobandInterval.structuredCytoband.start.band [0..1]: CodeableConcept Band
- MolecularDefinition.location.cytobandLocation.cytobandInterval.structuredCytoband.start.subBand [0..1]: CodeableConcept Sub-band
- MolecularDefinition.location.cytobandLocation.cytobandInterval.structuredCytoband.end [0..1]: BackboneElement End
- MolecularDefinition.location.cytobandLocation.cytobandInterval.structuredCytoband.end.arm [0..1]: CodeableConcept Arm
- MolecularDefinition.location.cytobandLocation.cytobandInterval.structuredCytoband.end.region [0..1]: CodeableConcept Region
- MolecularDefinition.location.cytobandLocation.cytobandInterval.structuredCytoband.end.band [0..1]: CodeableConcept Band
- MolecularDefinition.location.cytobandLocation.cytobandInterval.structuredCytoband.end.subBand [0..1]: CodeableConcept Sub-band
- MolecularDefinition.representation [0..*]: BackboneElement A representation of a molecular entity
- MolecularDefinition.representation.focus [0..1]: CodeableConcept The domain concept that is the focus of a given instance of the representation
- MolecularDefinition.representation.code [0..*]: CodeableConcept A code (e.g., sequence accession number) used to represent a molecular entity
- MolecularDefinition.representation.literal [0..1]: BackboneElement A molecular entity defined as a string literal
- MolecularDefinition.representation.literal.encoding [0..1]: CodeableConcept The encoding used in the value
- MolecularDefinition.representation.literal.value [1..1]: string A string literal representation of the molecular entity, using the encoding specified in encoding
- MolecularDefinition.representation.resolvable [0..1]: Reference(DocumentReference) A resolvable representation of a molecular entity (e.g., URI, attached and formatted file)
- MolecularDefinition.representation.extracted [0..1]: BackboneElement A molecular entity that is represented as a portion of a different entity
- MolecularDefinition.representation.extracted.startingMolecule [1..1]: Reference(MolecularDefinition) The molecular entity that serves as the conceptual 'parent' from which the intended entity is derived
- MolecularDefinition.representation.extracted.coordinateInterval [0..1]: BackboneElement The interval on startingMolecule that defines the portion to be extracted to produce the intended entity
- MolecularDefinition.representation.extracted.coordinateInterval.coordinateSystem [0..1]: BackboneElement The coordinate system used to define the location
- MolecularDefinition.representation.extracted.coordinateInterval.coordinateSystem.system [0..1]: CodeableConcept extensible:LL5323-2 The type of coordinate system used
- MolecularDefinition.representation.extracted.coordinateInterval.coordinateSystem.origin [0..1]: CodeableConcept The location of the origin of the coordinate system
- MolecularDefinition.representation.extracted.coordinateInterval.coordinateSystem.normalizationMethod [0..1]: CodeableConcept The normalization method used for determining a location within the coordinate system
- MolecularDefinition.representation.extracted.coordinateInterval.start[x] [0..1]: Quantity, Range The start location of the interval
- MolecularDefinition.representation.extracted.coordinateInterval.end[x] [0..1]: Quantity, Range The end location of the interval
- MolecularDefinition.representation.extracted.reverseComplement [0..1]: boolean A flag that indicates whether the extracted sequence should be reverse complemented
- MolecularDefinition.representation.repeated [0..1]: BackboneElement A representation as a repeated motif
- MolecularDefinition.representation.repeated.sequenceMotif [1..1]: Reference(MolecularDefinition) The motif that is repeated
- MolecularDefinition.representation.repeated.copyCount [1..1]: integer The number of copies of the motif
- MolecularDefinition.representation.concatenated [0..1]: BackboneElement An ordered concatenation of molecular entities
- MolecularDefinition.representation.concatenated.sequenceElement [1..*]: BackboneElement One of the concatenated entities
- MolecularDefinition.representation.concatenated.sequenceElement.sequence [1..1]: Reference(MolecularDefinition) A reference to the sequence that defines this specific concatenated element
- MolecularDefinition.representation.concatenated.sequenceElement.ordinalIndex [1..1]: integer The ordinal index of the element within the concatenated representation
- MolecularDefinition.representation.relative [0..1]: BackboneElement A molecular entity represented as an ordered series of edits on a specified starting entity
- MolecularDefinition.representation.relative.startingMolecule [1..1]: Reference(MolecularDefinition) The molecular entity on which edits will be applied
- MolecularDefinition.representation.relative.edit [0..*]: BackboneElement A defined edit (change) to be applied
- MolecularDefinition.representation.relative.edit.editOrder [0..1]: integer Defines the order of edits when multiple edits are to be applied to the startingMolecule
- MolecularDefinition.representation.relative.edit.coordinateInterval [0..1]: BackboneElement The interval on startingMolecule that defines the portion to be extracted to produce the intended entity
- MolecularDefinition.representation.relative.edit.coordinateInterval.coordinateSystem [0..1]: BackboneElement The coordinate system used to define the location
- MolecularDefinition.representation.relative.edit.coordinateInterval.coordinateSystem.system [0..1]: CodeableConcept extensible:LL5323-2 The type of coordinate system used
- MolecularDefinition.representation.relative.edit.coordinateInterval.coordinateSystem.origin [0..1]: CodeableConcept The location of the origin of the coordinate system
- MolecularDefinition.representation.relative.edit.coordinateInterval.coordinateSystem.normalizationMethod [0..1]: CodeableConcept The normalization method used for determining a location within the coordinate system
- MolecularDefinition.representation.relative.edit.coordinateInterval.start[x] [0..1]: Quantity, Range The start location of the interval
- MolecularDefinition.representation.relative.edit.coordinateInterval.end[x] [0..1]: Quantity, Range The end location of the interval
- MolecularDefinition.representation.relative.edit.replacementMolecule [1..1]: Reference(MolecularDefinition) The molecular entity that serves as the replacement in the edit operation
- MolecularDefinition.representation.relative.edit.replacedMolecule [0..1]: Reference(MolecularDefinition) The portion of the molecular entity that is replaced by the replacementMolecule
Mappings
- MolecularDefinition Mappings — 2 mapping entries
Resource Packs
list-MolecularDefinition-packs.xml
<?xml version="1.0" encoding="UTF-8"?>
<List xmlns="http://hl7.org/fhir">
<id value="MolecularDefinition-packs"/>
<status value="current"/>
<mode value="working"/>
</List>
Search Parameters
- identifier — token — The unique identity for a particular sequence —
MolecularDefinition.identifier - moleculetype — token — Amino Acid Sequence/ DNA Sequence / RNA Sequence —
MolecularDefinition.moleculeType - topology — token — The structural topology of the molecular entity (e.g., linear, circular) —
MolecularDefinition.topology - member — reference — Reference to the state of the molecular member —
MolecularDefinition.member - type — token — Classification of the molecule into types other than those defined by moleculeType —
MolecularDefinition.type
Examples
- example — moleculardefinition-example — Simple sequence example
- example-allele1 — moleculardefinition-example-allele1 — Simple Allele example 1
- example-allele2 — moleculardefinition-example-allele2 — Simple Allele example 2
- example-allele3 — moleculardefinition-example-allele3 — Simple Allele example 3
- example-allele4 — moleculardefinition-example-allele4 — Simple Allele example 4
- example-allele5 — moleculardefinition-example-allele5 — Simple Allele example 5
- example-allele6 — moleculardefinition-example-allele6 — Simple Allele example 6
- example-allele7 — moleculardefinition-example-allele7 — Simple Allele example 7
- example-allelesliced-cyp2c19-1016 — moleculardefinition-example-allelesliced-cyp2c19-1016 — Example of Allele including slices for CYP2C19 position 1016
- example-allelesliced-cyp2c19-1016-cont — moleculardefinition-example-allelesliced-cyp2c19-1016-cont — Example of Allele including slices for CYP2C19 position 1016 with contained resources
- example-allelesliced-cyp2c19-661 — moleculardefinition-example-allelesliced-cyp2c19-661 — Example of Allele including slices for CYP2C19 position 661
- example-allelesliced-cyp2c19-literal-only — moleculardefinition-example-allelesliced-cyp2c19-literal-only — Example of Allele including slices for CYP2C19 As Literal
- example-allelesliced-hla00381 — moleculardefinition-example-allelesliced-hla00381 — Example of Allele including slices for HLA00381
- example-allelesliced-pgx-var-1011 — moleculardefinition-example-allelesliced-pgx-var-1011 — Simple Allele example Pgx-var-1011
- example-allelesliced1 — moleculardefinition-example-allelesliced1 — Example of Allele including slices
- example-genomic-cyp2c19-accession — moleculardefinition-example-genomic-cyp2c19-accession — Genomic Sequence example of CYP2C19 By Accession Number
- example-genotype1 — moleculardefinition-example-genotype1 — Simple Genotype example 1
- example-haplotype1 — moleculardefinition-example-haplotype1 — Simple Haplotype example 1
- example-haplotype2 — moleculardefinition-example-haplotype2 — Simple Haplotype example 2
- example-replaced-sequence — moleculardefinition-example-replaced-sequence — Simple Replaced Sequence example
- example-replacement-sequence — moleculardefinition-example-replacement-sequence — Simple replacement Sequence example
- example-sequence-a — moleculardefinition-example-sequence-a — Simple Sequence example A
- example-sequence-a-aa-iupac — moleculardefinition-example-sequence-a-aa-iupac — Simple Sequence example Amino Acid A, IUPAC
- example-sequence-a-dna-iupac — moleculardefinition-example-sequence-a-dna-iupac — Simple Sequence example DNA A, IUPAC
- example-sequence-af1961831-url — moleculardefinition-example-sequence-af1961831-url — Sequence example for Homo sapiens MHC class I antigen (HLA-B) gene
- example-sequence-c — moleculardefinition-example-sequence-c — Simple Sequence example C
- example-sequence-cyp2c19-accession — moleculardefinition-example-sequence-cyp2c19-accession — Sequence example of CYP2C19 By Accession Number
- example-sequence-cyp2c19-attached — moleculardefinition-example-sequence-cyp2c19-attached — Sequence example of CYP2C19 as Attachment
- example-sequence-cyp2c19-Concatenated-regions — moleculardefinition-example-sequence-cyp2c19-Concatenated-regions — Example of Sequence of CYP2C19 of concatenated upstream, gene, and downstream regions
- example-sequence-cyp2c19-downstream-region — moleculardefinition-example-sequence-cyp2c19-downstream-region — Example of Sequence of CYP2C19 downstream region
- example-sequence-cyp2c19-gene-region — moleculardefinition-example-sequence-cyp2c19-gene-region — Example of Sequence of CYP2C19 gene region
- example-sequence-cyp2c19-upstream-region — moleculardefinition-example-sequence-cyp2c19-upstream-region — Example of Sequence of CYP2C19 upstream region
- example-sequence-cyp2c19-url — moleculardefinition-example-sequence-cyp2c19-url — Sequence example of CYP2C19 as URL
- example-sequence-fmr1 — moleculardefinition-example-sequence-fmr1 — Example of Sequence of FMR1 Gene
- example-sequence-fmr1-cgg-20x-edited-contained — moleculardefinition-example-sequence-fmr1-cgg-20x-edited-contained — Example of Sequence of FMR1 using CGG motifs edited by contained referenced sequence resources
- example-sequence-fmr1-cgg-20x-edited-referenced — moleculardefinition-example-sequence-fmr1-cgg-20x-edited-referenced — Example of Sequence of FMR1 using CGG motifs edited by external referenced sequence resources
- example-sequence-fmr1-cgg-20x-repeat — moleculardefinition-example-sequence-fmr1-cgg-20x-repeat — Example of Sequence of FMR1 CGG motif repeated 20 times
- example-sequence-g — moleculardefinition-example-sequence-g — Simple Sequence example G
- example-sequence-ggc — moleculardefinition-example-sequence-ggc — Simple Sequence example GGC
- example-sequence-hla000011 — moleculardefinition-example-sequence-hla000011 — Simple Sequence example HLA00001-1
- example-sequence-lrg584 — moleculardefinition-example-sequence-lrg584 — Simple Sequence example LRG-584
- example-sequence-msh2 — moleculardefinition-example-sequence-msh2 — Example of Sequence of MSH2 Gene
- example-sequence-nc00001010-url — moleculardefinition-example-sequence-nc00001010-url — Example of Sequence of Homo sapiens chromosome 10, GRCh37.p13 Primary Assembly, NC_000010.10
- example-sequence-nm0007694-url — moleculardefinition-example-sequence-nm0007694-url — Example of Sequence of NM_0007694 as URL
- example-sequence-repeat — moleculardefinition-example-sequence-repeat — Example of repeated sequence from FMR1 gene
- example-sequence-t — moleculardefinition-example-sequence-t — Simple Sequence example T
- example-sequence0-2b-concatenated — moleculardefinition-example-sequence0-2b-concatenated — Simple Sequence example 0 to be concatenated
- example-sequence1 — moleculardefinition-example-sequence1 — Simple Sequence example 1
- example-sequence1-2b-concatenated — moleculardefinition-example-sequence1-2b-concatenated — Simple Sequence example 1 to be concatenated
- example-sequence2-2b-concatenated — moleculardefinition-example-sequence2-2b-concatenated — Simple Sequence example 2 to be concatenated
- example-starting-sequence-2b-extracted — moleculardefinition-example-starting-sequence-2b-extracted — Simple Sequence example to be extracted
- example-starting-sequence-2b-relative — moleculardefinition-example-starting-sequence-2b-relative — Simple Sequence example to be relative
- example-variation-cyp2c19-1015-spdi — moleculardefinition-example-variation-cyp2c19-1015-spdi — Example of Variation of CYP2C19 at Position 1015 as SPDI
- example-variation-cyp2c19-1015-vrs — moleculardefinition-example-variation-cyp2c19-1015-vrs — Example of Variation of CYP2C19 at Position 1015 as VRS
- example-variation-cyp2c19-1016-vcf — moleculardefinition-example-variation-cyp2c19-1016-vcf — Example of Variation of CYP2C19 at Position 1016 as VCF
- example-variation-cyp2c19-661 — moleculardefinition-example-variation-cyp2c19-661 — Example of Variation of CYP2C19 at Position 661
- example-variation-cyp2c19-991-hgvs — moleculardefinition-example-variation-cyp2c19-991-hgvs — Example of Variation of CYP2C19 at Position 991 as HGVS
- example-variation-pgx-var-1011 — moleculardefinition-example-variation-pgx-var-1011 — Example of Variation of Pgx-var-1011
- example-variation-pgx-var-1012 — moleculardefinition-example-variation-pgx-var-1012 — Example of Variation of Pgx-var-1012
- example-variation-pgx-var-1013 — moleculardefinition-example-variation-pgx-var-1013 — Example of Variation of Pgx-var-1013
- example-variation-pgx-var-1014 — moleculardefinition-example-variation-pgx-var-1014 — Example of Variation of Pgx-var-1014
- example-variation-pgx-var-1015 — moleculardefinition-example-variation-pgx-var-1015 — Example of Variation of Pgx-var-1015
- example-variation-pgx-var-1016 — moleculardefinition-example-variation-pgx-var-1016 — Example of Variation of Pgx-var-1016
- example-variation-pgx-var-1017 — moleculardefinition-example-variation-pgx-var-1017 — Example of Variation of Pgx-var-1017
- example-variation-pgx-var-1018 — moleculardefinition-example-variation-pgx-var-1018 — Example of Variation of Pgx-var-1018
- example-variation-pgx-var-1019 — moleculardefinition-example-variation-pgx-var-1019 — Example of Variation of Pgx-var-1019
- example-variation-pgx-var-1020 — moleculardefinition-example-variation-pgx-var-1020 — Example of Variation of Pgx-var-1020
- example-variation-pgx-var-1021 — moleculardefinition-example-variation-pgx-var-1021 — Example of Variation of Pgx-var-1021
- example-variation1 — moleculardefinition-example-variation1 — Example of Variation of MSH2 2503C
- moleculardefinition-example — moleculardefinition-example
- moleculardefinition-example-allele1 — moleculardefinition-example-allele1
- moleculardefinition-example-allele2 — moleculardefinition-example-allele2
- moleculardefinition-example-allele3 — moleculardefinition-example-allele3
- moleculardefinition-example-allele4 — moleculardefinition-example-allele4
- moleculardefinition-example-allele5 — moleculardefinition-example-allele5
- moleculardefinition-example-allele6 — moleculardefinition-example-allele6
- moleculardefinition-example-allele7 — moleculardefinition-example-allele7
- moleculardefinition-example-allelesliced-cyp2c19-1016 — moleculardefinition-example-allelesliced-cyp2c19-1016
- moleculardefinition-example-allelesliced-cyp2c19-1016-cont — moleculardefinition-example-allelesliced-cyp2c19-1016-cont
- moleculardefinition-example-allelesliced-cyp2c19-661 — moleculardefinition-example-allelesliced-cyp2c19-661
- moleculardefinition-example-allelesliced-cyp2c19-literal-only — moleculardefinition-example-allelesliced-cyp2c19-literal-only
- moleculardefinition-example-allelesliced-hla00381 — moleculardefinition-example-allelesliced-hla00381
- moleculardefinition-example-allelesliced-pgx-var-1011 — moleculardefinition-example-allelesliced-pgx-var-1011
- moleculardefinition-example-allelesliced1 — moleculardefinition-example-allelesliced1
- moleculardefinition-example-genomic-cyp2c19-accession — moleculardefinition-example-genomic-cyp2c19-accession
- moleculardefinition-example-genotype1 — moleculardefinition-example-genotype1
- moleculardefinition-example-haplotype1 — moleculardefinition-example-haplotype1
- moleculardefinition-example-haplotype2 — moleculardefinition-example-haplotype2
- moleculardefinition-example-replaced-sequence — moleculardefinition-example-replaced-sequence
- moleculardefinition-example-replacement-sequence — moleculardefinition-example-replacement-sequence
- moleculardefinition-example-sequence-a — moleculardefinition-example-sequence-a
- moleculardefinition-example-sequence-a-aa-iupac — moleculardefinition-example-sequence-a-aa-iupac
- moleculardefinition-example-sequence-a-dna-iupac — moleculardefinition-example-sequence-a-dna-iupac
- moleculardefinition-example-sequence-af1961831-url — moleculardefinition-example-sequence-af1961831-url
- moleculardefinition-example-sequence-c — moleculardefinition-example-sequence-c
- moleculardefinition-example-sequence-cgg — moleculardefinition-example-sequence-cgg
- moleculardefinition-example-sequence-cyp2c19-accession — moleculardefinition-example-sequence-cyp2c19-accession
- moleculardefinition-example-sequence-cyp2c19-attached — moleculardefinition-example-sequence-cyp2c19-attached
- moleculardefinition-example-sequence-cyp2c19-Concatenated-regions — moleculardefinition-example-sequence-cyp2c19-Concatenated-regions
- moleculardefinition-example-sequence-cyp2c19-downstream-region — moleculardefinition-example-sequence-cyp2c19-downstream-region
- moleculardefinition-example-sequence-cyp2c19-gene-region — moleculardefinition-example-sequence-cyp2c19-gene-region
- moleculardefinition-example-sequence-cyp2c19-upstream-region — moleculardefinition-example-sequence-cyp2c19-upstream-region
- moleculardefinition-example-sequence-cyp2c19-url — moleculardefinition-example-sequence-cyp2c19-url
- moleculardefinition-example-sequence-fmr1 — moleculardefinition-example-sequence-fmr1
- moleculardefinition-example-sequence-fmr1-cgg-20x-edited-contained — moleculardefinition-example-sequence-fmr1-cgg-20x-edited-contained
- moleculardefinition-example-sequence-fmr1-cgg-20x-edited-referenced — moleculardefinition-example-sequence-fmr1-cgg-20x-edited-referenced
- moleculardefinition-example-sequence-fmr1-cgg-20x-repeat — moleculardefinition-example-sequence-fmr1-cgg-20x-repeat
- moleculardefinition-example-sequence-g — moleculardefinition-example-sequence-g
- moleculardefinition-example-sequence-ggc — moleculardefinition-example-sequence-ggc
- moleculardefinition-example-sequence-hla000011 — moleculardefinition-example-sequence-hla000011
- moleculardefinition-example-sequence-lrg584 — moleculardefinition-example-sequence-lrg584
- moleculardefinition-example-sequence-msh2 — moleculardefinition-example-sequence-msh2
- moleculardefinition-example-sequence-nc00001010-url — moleculardefinition-example-sequence-nc00001010-url
- moleculardefinition-example-sequence-nm0007694-url — moleculardefinition-example-sequence-nm0007694-url
- moleculardefinition-example-sequence-repeat — moleculardefinition-example-sequence-repeat
- moleculardefinition-example-sequence-t — moleculardefinition-example-sequence-t
- moleculardefinition-example-sequence0-2b-concatenated — moleculardefinition-example-sequence0-2b-concatenated
- moleculardefinition-example-sequence1 — moleculardefinition-example-sequence1
- moleculardefinition-example-sequence1-2b-concatenated — moleculardefinition-example-sequence1-2b-concatenated
- moleculardefinition-example-sequence2-2b-concatenated — moleculardefinition-example-sequence2-2b-concatenated
- moleculardefinition-example-starting-sequence-2b-extracted — moleculardefinition-example-starting-sequence-2b-extracted
- moleculardefinition-example-starting-sequence-2b-relative — moleculardefinition-example-starting-sequence-2b-relative
- moleculardefinition-example-variation-cyp2c19-1015-spdi — moleculardefinition-example-variation-cyp2c19-1015-spdi
- moleculardefinition-example-variation-cyp2c19-1015-vrs — moleculardefinition-example-variation-cyp2c19-1015-vrs
- moleculardefinition-example-variation-cyp2c19-1016-vcf — moleculardefinition-example-variation-cyp2c19-1016-vcf
- moleculardefinition-example-variation-cyp2c19-661 — moleculardefinition-example-variation-cyp2c19-661
- moleculardefinition-example-variation-cyp2c19-991-hgvs — moleculardefinition-example-variation-cyp2c19-991-hgvs
- moleculardefinition-example-variation-pgx-var-1011 — moleculardefinition-example-variation-pgx-var-1011
- moleculardefinition-example-variation-pgx-var-1012 — moleculardefinition-example-variation-pgx-var-1012
- moleculardefinition-example-variation-pgx-var-1013 — moleculardefinition-example-variation-pgx-var-1013
- moleculardefinition-example-variation-pgx-var-1014 — moleculardefinition-example-variation-pgx-var-1014
- moleculardefinition-example-variation-pgx-var-1015 — moleculardefinition-example-variation-pgx-var-1015
- moleculardefinition-example-variation-pgx-var-1016 — moleculardefinition-example-variation-pgx-var-1016
- moleculardefinition-example-variation-pgx-var-1017 — moleculardefinition-example-variation-pgx-var-1017
- moleculardefinition-example-variation-pgx-var-1018 — moleculardefinition-example-variation-pgx-var-1018
- moleculardefinition-example-variation-pgx-var-1019 — moleculardefinition-example-variation-pgx-var-1019
- moleculardefinition-example-variation-pgx-var-1020 — moleculardefinition-example-variation-pgx-var-1020
- moleculardefinition-example-variation-pgx-var-1021 — moleculardefinition-example-variation-pgx-var-1021
- moleculardefinition-example-variation1 — moleculardefinition-example-variation1
- moleculardefinition-examples-header — moleculardefinition-examples-header
Mapping Exceptions
moleculardefinition-fivews-mapping-exceptions.xml
Unmapped Elements
- FiveWs.what — Unknown
- FiveWs.recorded — Unknown
- FiveWs.author — Unknown
- FiveWs.actor — Unknown
- FiveWs.cause — Unknown
- FiveWs.version — Unknown
- FiveWs.witness — Unknown
- FiveWs.class — Unknown
- FiveWs.where — Unknown
- FiveWs.context — Unknown
- FiveWs.init — Unknown
- FiveWs.why — Unknown
- FiveWs.source — Unknown
- FiveWs.who — Unknown
- FiveWs.grade — Unknown
- FiveWs.status — Unknown
- FiveWs.planned — Unknown
- FiveWs.done — Unknown
- FiveWs.subject — Unknown