This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Observation-genetics-profile (i.e. Standard Profile for Genetics) extends Observation resource to enable reporting of structured genetic test results. In addition, the genetics profile contextualizes well established standards from the field of clinical genetics into the standards of healthcare (e.g. HGNC - HUGO Gene Nomenclature Committee's international standard for gene names, symbols, and identifiers).
The Standard Profile for Genetics supports reporting of a DNA variant at the genomic, cDNA, and protein change level. In addition, a condition context may be provided, as AssessedCondition. For large genomic tests, a condition may be used as an input into the analytic pipeline to aid in the identification of clinically relevant variants related to the test order. It is strongly encouraged to provide all available information in this profile 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.
Profiles: | |
Genetics | Describes how the observation resource is used to report structured genetic test results |
Extensions: | |
geneticsGenomeBuild | GenomeBuild : The Genome Build used for reference, following GRCh build versions e.g. 'GRCh 37'. Version number must be included if a versioned release of a primary build was used. |
geneticsChromosome | Chr : The chromosome containing the genetic finding - values should be 1-23, X, Y, mitochondrial, viral, bacteria. |
geneticsGenomicReferenceSequenceId | GenomicRefSeqID : The genomic reference sequence identifier is included, to support testing using alternative reference sequences. |
geneticsGenomicStart | GenomicStart : Nucleotide location for start of genomic finding on the positive (+) genomic strand. |
geneticsGenomicStop | GenomicStop : Nucleotide location for end of genomic finding on the positive (+) genomic strand. |
geneticsReferenceAllele | RefAllele : Nucleotide(s) from genomic start to genomic stop on the positive (+) strand of the genomic reference sequence. Use '-' for insertions. |
geneticsObservedAllele | ObsAllele : Oserved nucleotides from genomic start to genomic stop on the positive (+) genomic strand. Use '-' for delections. |
geneticsGeneId | HGNCgene : HGNC gene symbol and identifier from HUGO Gene Nomenclature Committee at: http://www.genenames.org/. |
geneticsTranscriptReferenceSequenseId | TransReferenceSeqID : Reference identifier for cDNA transcript, with version, from NCBI's RefSeq or ENSEMBL. |
geneticsDNASequenceVariation | HGVSdnaVariant : cDNA variant following HGVS nomenclature on the given TranscriptReferenceSequenceId. |
geneticsVariationId | VariantId : Identifier for variant. If a germline variant, ClinVar or dbSNP identifier should be used. If ClinVar is used, the identifier should be prefixed with 'ClinVar:' (e.g. ClinVar:17661). dbSNP ids are start with 'rs' (rs28897672) and COSMIC id's start with 'COSM' (e.g. COSM12979). Note, dbSNP id's are not unique to a variant but a location, so nucleotide change and germline/somatic classification are needed to resolve. If a somatic variant, COSMIC identifier should be used, unless in ClinVar then either maybe used. |
geneticsDNARegionName | RegionName : Details of exonic location of variant (e.g. Exon 1). |
geneticsDNASequenceVariationType | DNAvariantType : Codified type for associated DNA Sequence Variation. DNA Sequence Variations use the HGVS notation which implies the DNA Sequence Variation Type, but the concurrent use of this code will allow a standard and explicit type for technical and display convenience. LOINC Answer List values 48019-4 or Sequence Ontology vaues. |
geneticsProteinReferenceSequenceId | ProteinReferenceSeq : Reference identifier for protein transcript, with version, from NCBI's RefSeq or ENSEMBL. |
geneticsAminoAcidChange | HGVSproteinChange : Protein variant following HGVS nomenclature on the given ProteinReferenceSequenceId. |
geneticsAminoAcidChangeType | ProteinChangeType : Type of variation expressed using Sequence Ontology or LOINC answer list 48006-1. |
geneticsAlleleName | AlleleName : Common name for variant or gene allele. |
geneticsGenomicSourceClass | GenomicSource : The genomic class of the variant: Germline for inherited genome, somatic for cancer genome (e.g. DNA from tumor cells), and prenatal for fetal genome. Associated with LOINC answer list: 48002-0. |
geneticsAllelicState | AllelicState : Level of occurance of the DNA variation in relation to the genomic context. |
geneticsSpecies | Species : Supports testing of human, virus, or bacteria. |
geneticsCIGAR | CIGAR : A sequence of of base lengths and the associated operation, used to indicate which bases align (either a match/mismatch) with the reference, are deleted from the reference, and are insertions that are not in the reference. string of observed nucleotides. Observed nucleotides matching the reference are in capital letters. Observed nucleotides not matching the reference are in lower case letters. Use '-' a dash for deleted/missing nucleotides in the observed sequence. Allowable characters are A,T,C,G, a,t,c,g and -. |
geneticsAssessedCondition | AssessedCondition : Used to denote the condition context for genetic testing, which may influence reported variants and interpretation for large genomic testing panels e.g. lung cancer or familial breast cancer. |
Examples: | |
obs-genetics-example1-somatic | Genetics Observation of Somatic Variant in Lung Cancer |
obs-genetics-example2-germline | Genetics Observation of Germline BRCA1 Variant |
Search parameters defined by this package. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths | Source |
amino-acid-change | string | HGVS Protein Change | XML / JSON | |
assessed-condition | string | Condition assessed by genetic test | XML / JSON | |
chromosome-genomicstart | string | Chromosome and Genomic Starting Position | XML / JSON | |
condition-gene | string | HGNC gene symbol and assessed condition context | XML / JSON | |
condition-gene-dnavariant | string | HGNC gene symbol HGVS DNA variant, and assessed condition context | XML / JSON | |
dna-variant | string | HGVS DNA variant | XML / JSON | |
gene-amino-acid-change | string | HGNC gene symbol and HGVS Protein change | XML / JSON | |
gene-dnavariant | string | HGNC gene symbol and HGVS DNA Variant | XML / JSON | |
gene-identifier | string | HGNC gene symbol and identifier | XML / JSON |