STU 3 Ballot

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

10.9 Genomics Implementation Guidance

Clinical Genomics Work GroupMaturity Level: 1Ballot Status: STU 3

Table of Contents

  1. Background
  2. Overview
  3. Sequence Resource
  4. Observation-genetics Profile
  5. DiagnosticReport-genetics Profile
  6. DiagnosticRequest-genetics Profile
  7. HLA genotyping results Profile
  8. Relationship among Sequence resource and genetics profiles
  9. HL7 Domain Analysis Model Use Cases
  10. Other Genomics Use Cases
  11. Clinical Genomics Apps
  12. Appendix 1: From DSTU2 Genomics to STU3

10.9 Background

Rapid advances in sequencing technologies, clinical genetics tests for whole genome and exome sequencing are allowing sophisticated genetics testing to be used by providers and patients in clinical decisions. Results from such tests are used to identify distinct genetic variants that may contribute to syndromes, conditions and/or predictive responses to treatments. The implementation of precision medicine will depend upon having such data to diagnose patients, choose medications, and predict the course of disease and care, but will require standards and effective user interfaces.

A current technical challenge exists in interoperability, or allowing the ability to access and share clinical and genetics data. This interoperability includes collection, coding, and retrieval to scale. An individual's genetic data set is large, complex and requires curation. Unfortunately, incompatible systems and nomenclatures are already in use. A standards based ontology that could be adopted to integrate both genetic data and clinical information systems will be crucial to accelerating the integration of precision medicine and to make sense of genetic testing results in a complete clinical context.

One approach for collecting, coding, and retrieving genetics data comes from the Global Alliance for Genomics and Health (GA4GH). The GA4GH organization has built and is refining an API and data model for the exchange of full sequence genomic information across multiple research organizations and platforms. The GA4GH focuses on the needs of researchers.

A second approach is evolving from Health Level 7 (HL7) through its standards family called Fast Healthcare Interoperability Resources (FHIR). FHIR focuses on clinical needs and systems and has principally focused on standardizing traditional clinical data of the sort in EMR systems using very modern web technology-based ideas. FHIR is attractive because it is relatively easy to implement because it is comprised of a set of modular components called resources, which can be easily and incrementally assembled into working systems. The clinical requirements for genetics data is, relative to genomics research needs, utilitarian and reductive because it is about distilling and extracting particular genetics data produced by ever more sophisticated testing for use at the point-of-care. This has made FHIR a very functional framework to initiate an interoperable clinical genetics data standardization to which multiple stakeholders have contributed to this guide.

Starting in 2014, the HL7 Clinical Genomics Working Group (CGWG) has been drafting the FHIR framework for clinical genetics testing for general adoption. This effort reached its first major milestone on September 23, 2015, when HL7 released its second FHIR Draft Standard for Trial Use (DSTU2). DSTU2 introduced a Standard genetics profile that applies to the FHIR Observation resource. The profile was created according to the FHIR Clinical Genomics Project Scope Statement that authorized its community development. Using this profile, Observation payloads can return genetic testing results in a standardized manner.

Extending Observations rather than creating a new, dedicated FHIR genetics data resource is consistent with the FHIR community mandate because it only adds new resources to an existing resource library when there is a compelling case to do so. We provide the case to add a Sequence resource in this document.

10.9 Overview

Given the clinical significance of genetic sequence data and the wealth of information that may be retrieved for an individual's health and with metadata for the betterment of public health, we propose to move beyond FHIR DSTU2 Standard Genetics profile on Observation and allow increased granularity and less ambiguity by creating a new resource to be called Sequence. This resource will be used to hold clinically relevant sequence data in a manner that is both efficient and versatile integrating new and as yet undefined types of genomic and other -omics data that will soon be commonly entered into health records for clinical use. Sequence will be leveraged by other FHIR resources, including Observation. This is consistent with how all FHIR resources are designed and used.

The FHIR Clinical Genomics Working Group (CGWG) began discussing such a dedicated resource in 2014. The September 2014 Informative Ballot (“HL7 Clinical Genomics, Domain Analysis Model: Clinical Sequencing Release 1”) provided guiding use cases, which initially informed development of the initial Standard Genetics profile that is found in FHIR DSTU2. The same use cases also led to a second Project Scope Statement in May 2015 (approved by HL7 DESD/OO/FMG) to develop a Sequence resource (“Develop FHIR sequence resource for Clinical Genomics”). A preliminary effort to address these issues has been explored and published in context of the Substitutable Medical Applications and Reusable Technologies (SMART) Platforms Project and described in an article (“SMART on FHIR Genomics: Facilitating standardized clinico-genomic apps ”).

Sequence is designed to hold genetic sequences in blocks relevant to actionable clinical decision-making. Extensions to Sequence address complex cases and can associate it with repositories for retrieving a patient’s full sequence data, such as those defined by GA4GH. Other changes include a suite of genetics profiles for other FHIR resources. In addition, the Observation-genetics profile adds new references so that an Observation can report genetics test results to be integrated into the EHR. There are also new genetics-extension profiles for DiagnosticReport, DiagnosticRequest and FamilyMemberHistory, respectively, to extend them to report genetics results. We have given all of these FHIR genetics profiles the suffix “-genetics” (e.g. “DiagnosticReport-genetics profile”). New profiles on top of DiagnosticReport have been created for reporting HLA genotyping results.

On the following pages, we elaborate upon the rationale for the proposed design, introducing in some detail the following resource and profiles:

  • A Sequence resource
  • An Observation-genetics profile on Observation
  • A DiagnosticReport-genetics profile on DiagnosticReport
  • A FamilyMemberHistory-genetics profile on FamilyMemberHistory
  • A DiagnosticRequest-genetics profile on DiagnosticRequest
  • An HLA-genotyping-results profile on DiagnosticReport

With these resource and profiles, FHIR can support a large set of clinical use cases (see Section 9, 10 , and 11) and is thus positioned to address all emergent -omics use cases, including Next-Generation Sequencing (NGS). These tools are simple to implement, will optimize payload sizes, and help developers avoid redundant retrieval of data. Appendix 1 of this document shows how DSTU 2.0 can be mapped to the new additions to the resource.

10.9 Sequence Resource

10.9.1 Structure Diagram

NameFlagsCard.TypeDescription & Constraintsdoco
.. Sequence ΣDomainResourceInformation about a biological sequence
... identifier Σ0..*IdentifierUnique ID for this particular sequence
... type Σ1..1codeAA | DNA | RNA
sequenceType (Example)
... coordinateSystem Σ1..1integerNumbering used for sequence (0-based or 1-based)
... 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
... quantity Σ0..1QuantityQuantity of the sequence
... referenceSeq Σ0..1BackboneElementReference sequence
.... 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'
.... referenceSeqId Σ1..1CodeableConceptReference identifier
ENSEMBL (Example)
.... referenceSeqPointer Σ0..1Reference(Sequence)A Pointer to another Sequence entity as refence sequence
.... referenceSeqString Σ0..1stringA Reference Sequence string
.... strand Σ1..1integerStrand of DNA
.... windowStart Σ1..1integerStart position (inclusive) of the window on the reference sequence
.... windowEnd Σ1..1integerEnd position (exclusive) of the window on the reference sequence
... variant Σ0..*BackboneElementSequence variant
.... start Σ0..1integerStart position (inclusive) of the variant on the reference sequence
.... end Σ0..1integerEnd position (exclusive) of the variant on the reference sequence
.... observedAllele Σ0..1stringAllele that was observed
.... referenceAllele Σ0..1stringAllele of 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..1stringObserved sequence
... quality Σ0..*BackboneElementSequence quality
.... standardSequence Σ0..1CodeableConceptStandard sequence for comparison
.... start Σ0..1integerStart position (inclusive) of the sequence
.... end Σ0..1integerEnd position (exclusive) of the sequence
.... score Σ0..1QuantityQuality score
.... method Σ0..1CodeableConceptMethod for quality
.... 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
.... recall Σ0..1decimalRecall
.... fScore Σ0..1decimalF-score
... readCoverage Σ0..1integerAverage number of reads representing a given nucleotide in the reconstructed sequence
... repository Σ0..*BackboneElementExternal repository
.... url Σ0..1uriURI of the repository
.... name Σ0..1stringName of the repository
.... variantId Σ0..1stringId of the variant
.... readId Σ0..1stringId of the read
... pointer Σ0..*Reference(Sequence)Pointer to next atomic sequence
... structureVariant Σ0..*BackboneElement
.... precisionOfBoundaries Σ0..1stringPrecision of boundaries
.... reportedaCGHRatio Σ0..1decimalStructural Variant reported aCGH ratio
.... length Σ0..1integerStructural Variant Length
.... outer Σ0..1BackboneElement
..... start Σ0..1integerStructural Variant Outer Start-End
..... end Σ0..1integerStructural Variant Outer Start-End
.... inner Σ0..1BackboneElement
..... start Σ0..1integerStructural Variant Inner Start-End
..... end Σ0..1integerStructural Variant Inner Start-End

doco Documentation for this format

10.9.2 Description

The Sequence resource is designed for next-generation sequencing data. Patients' observed sequences should be represented by recording reference sequence id/string and detected variants.

Sequence.referenceSeq: Four optional ways are provided to represent reference sequence in Sequence resource:

  1. Sequence.referenceSeq.referenceSeqId: Reference sequence id in public database;
  2. Sequence.referenceSeq.referenceSeqString: Reference sequence string;
  3. Sequence.referenceSeq.referenceSeqPointer: Reference to observed sequence stored in another sequence entity;
  4. Sequence.referenceSeq.genomeBuild, Sequence.reference.chromosome: The combination of genome build and chromosome.

The window selects a range from the reference sequence (or genome) that is used to define building block of a current sequence (e.g. Sequence resource instance 1).

Sequence.quality: Quality scores for bases in the sequence. Is is intended to be compliant with emerging regulatory needs needs (eg: those found at PrecisionFDA ).

Sequence.variant: This complex element is used for encoding sequence. When the information of reference sequence and variants are provided the observed sequence will be derived.

10.9.2.1 Internal Pointers

Sequence.patient: This element points to a Patient identifier to show that this sequence is related to the same patient.

Sequence.specimen: A pointer to specimen identifier, if needed.

Sequence.device: A pointer to Device identifier which is used for describing sequencing method (such as chip id, chip manufacturer etc.)

Sequence.pointer: A pointer to a Sequence instance for the next sequence block to build a sequence graph.

10.9.2.2 External Pointers

Sequence.repository: This complex element is used to provide a clarifying structure, a base URL, and/or relevant IDs when referring to an external repository.

GA4GH Repository Example. If the Sequence resource refers to a GA4GH repository for read info, references to a GA4GH full sequence dataset should conform to GA4GH data models and accessed via the GA4GH API. The URL of a GA4GH repository, ids of a GA4GH variant and read group are contained in the Sequence resource. The URL of a GA4GH repository is an api_base of a GA4GH server that could be called for sequence data. The GA4GH variant set is a collection of call sets and the GA4GH call set is a collection of variant calls, typically for one sample. A variant call represents a determination of genotype with respect to that variant.

VariantSet definition: A VariantSet is a collection of variants and variant calls intended to be analyzed together.

CallSet definition: A CallSet is a collection of calls that were generated by the same analysis of the same sample.

A read group is a collection of reads produced by a sequencer. A read group set typically models reads corresponding to one sample, sequenced one way, and aligned one way. The API reference of Google Genomics is a GA4GH repository built by Google and provides details of the data models, such as the resource representations.

10.9.3 Usage Examples

We provide an example on how to use the Sequence resource.

Generated Narrative with Details

type: DNA

coordinateSystem: 0

patient: Patient/example

10.9.4 ReferenceSeqs

-ReferenceSeqIdStrandWindowStartWindowEnd
*?? (Details : {http://www.ncbi.nlm.nih.gov/nuccore code 'NC_000007.14' = '??)15522797055227980

10.9.5 Variants

-StartEndObservedAlleleReferenceAllele
*5522797655227977TA

10.9.6 Repositories

-UrlNameVariantId
*https://www.googleapis.com/genomics/v1beta2 ga4ghA1A2

Source: XML, JSON, Turtle.

Sequence Graph

The diagram above describes 4 optional ways provided in the Sequence resource to encode sequencing data.

null

10.9 Observation-genetics Profile

10.9.1 Structure Diagram

NameFlagsCard.TypeDescription & Constraintsdoco
.. Observation 0..*
... observation-geneticsTranscriptReferenceSequenceId 0..1CodeableConceptTranscript reference sequence ID
URL: http://hl7.org/fhir/StructureDefinition/observation-geneticsTranscriptReferenceSequenceId
... observation-geneticsProteinReferenceSequenceId 0..1CodeableConceptProtein reference sequence ID
URL: http://hl7.org/fhir/StructureDefinition/observation-geneticsProteinReferenceSequenceId
... observation-geneticsDNASequenceVariant 0..1stringDNA sequence variant
URL: http://hl7.org/fhir/StructureDefinition/observation-geneticsDNASequenceVariant
... observation-geneticsDNAVariantId 0..1CodeableConceptDNA sequence variant ID
URL: http://hl7.org/fhir/StructureDefinition/observation-geneticsDNAVariantId
... observation-geneticsDNASequenceVariantType 0..1CodeableConceptDNA sequence variant type
URL: http://hl7.org/fhir/StructureDefinition/observation-geneticsDNASequenceVariantType
... observation-geneticsAminoAcidChange 0..1stringAmino acid change
URL: http://hl7.org/fhir/StructureDefinition/observation-geneticsAminoAcidChange
... observation-geneticsAminoAcidChangeType 0..1CodeableConceptAmino Acid Change Type
URL: http://hl7.org/fhir/StructureDefinition/observation-geneticsAminoAcidChangeType
... observation-geneticsGene 0..1CodeableConceptHGNC gene symbol
URL: http://hl7.org/fhir/StructureDefinition/observation-geneticsGene
... observation-geneticsDNARegionName 0..1stringDNA region name
URL: http://hl7.org/fhir/StructureDefinition/observation-geneticsDNARegionName
... observation-geneticsAlleleName 0..1stringName of allele
URL: http://hl7.org/fhir/StructureDefinition/observation-geneticsAlleleName
... observation-geneticsAllelicState 0..1CodeableConceptThe level of occurrence of a single DNA sequence variant within a set of chromosomes: Heteroplasmic / Homoplasmic / Homozygous / Heterozygous / Hemizygous
URL: http://hl7.org/fhir/StructureDefinition/observation-geneticsAllelicState
... observation-geneticsAllelicFrequency 0..1decimalAllele frequency
URL: http://hl7.org/fhir/StructureDefinition/observation-geneticsAllelicFrequency
... observation-geneticsCopyNumberEvent 0..1CodeableConceptCopy number variation
URL: http://hl7.org/fhir/StructureDefinition/observation-geneticsCopyNumberEvent
... observation-geneticsGenomicSourceClass 0..1CodeableConceptGenomic source class
URL: http://hl7.org/fhir/StructureDefinition/observation-geneticsGenomicSourceClass
... observation-geneticsPhaseSet 0..1uriPhase set identifier (UUID/OID)
URL: http://hl7.org/fhir/StructureDefinition/observation-geneticsPhaseSet
... observation-geneticsSequence 0..*Reference(Sequence)Sequence
URL: http://hl7.org/fhir/StructureDefinition/observation-geneticsSequence
... observation-geneticsInterpretation 0..1Reference(Observation)Clinical interpretations for variant
URL: http://hl7.org/fhir/StructureDefinition/observation-geneticsInterpretation

doco Documentation for this format

10.9.2 Description

The Observation-genetics profile is used to describe a sequence variant.

Some of the attributes of the profile follow:

  • The observation-geneticsSequence extension will refer to the Sequence resource for sequence information related to this variant.
  • The observation-geneticsInterpretation extension will refer to an Observation instance which contains clinical interpretations for the variant described.
  • The code, effective[x], issued, performer, method, specimen elements can be used to describe how the genetic observation (variant and sequence data) is obtained.
  • Other extensions are used to describe attributes of this variant such as Genomics Source Class, Amino Acid Change Type, etc.
  • The Observation.result element is used to show whether this variant is detected in this Patient.

Additional Observations instance will be created for variant's further analysis. For example, Observation.component element will be used for knowledge-based interpretations of the sequence variant. Here are some examples for the component.code.

LOINC Code LOINC Element Name Comments
51963-7 Medication Assessed A coded medication accessed in a pharmacogenetic test (recommend RxNorm).
51967-8 Genetic disease assessed A coded disease that is associated with the region of DNA covered by the genetic test (recommend SNOMED).
53037-8 Genetic Disease Sequence Variant Interpretation Interpretation of the pathogenicity of the DNA Sequence Variant in the context of the assessed genetic disease.
53040-2 Drug Metabolism Sequence Variant Interpretation Predicted phenotype for drug efficacy. A sequence variant interpretation value known to allow (responsive) or prevent (resistant) the drug to perform.
51961-1 Drug Efficacy Sequence Variant Interpretation Predicted phenotype for ability of drug to bind to intended site in order to deliver intended effect. A Sequence Variant interpretation value known to allow (responsive) or prevent (resistant) the drug to perform.

In the meantime, the related element in this Observation instance will point to Observaiton-genetics profile to show these clinical interpretations are further analysis for the variant.

10.9.3 Usage Examples

10.9.3.1 An Observation-genetics instance and its two related Observation instances for interpretations

An example of an Observation-genetics instance which records a variant detected in the patient.

Generated Narrative with Details

status: FINAL

code: Genetic analysis master panel (Details : {LOINC code '55233-1' = 'Genetic analysis master panel - Blood or Tissue by Molecular genetics method', given as 'Genetic analysis master panel'})

subject: Molecular Lab Patient ID: HOSP-23456

issued: 03/04/2013 3:30:10 PM

performer: Molecular Diagnostics Laboratory

value: Positive (Details : {SNOMED CT code '10828004' = 'Positive (qualifier value)', given as 'Positive'})

specimen: Molecular Specimen ID: MLD45-Z4-1234

Source: XML, JSON, Turtle.

An example of an Observation instance which records knowledge-based clinical interpretations for the variant represented in A.

Generated Narrative with Details

status: FINAL

code: Genetic analysis master panel (Details : {LOINC code '55233-1' = 'Genetic analysis master panel - Blood or Tissue by Molecular genetics method', given as 'Genetic analysis master panel'})

subject: Molecular Lab Patient ID: HOSP-23456

issued: 03/04/2013 3:30:10 PM

performer: Molecular Diagnostics Laboratory

value: Positive (Details : {SNOMED CT code '10828004' = 'Positive (qualifier value)', given as 'Positive'})

10.9.4 Relateds

-TypeTarget
*DERIVEDFROMObservation/example-genetics-1

component

code: Genetic disease assessed (Details : {LOINC code '51967-8' = 'Genetic disease assessed [Identifier] in Blood or Tissue by Molecular genetics method', given as 'Genetic disease assessed'})

value: Lung cancer (Details : {SNOMED CT code '363358000' = 'Malignant tumor of lung (disorder)', given as 'Malignant tumor of lung (disorder)'})

component

code: Genetic disease sequence variation interpretation (Details : {LOINC code '53037-8' = 'Genetic disease sequence variation interpretation [interpretation] in Blood or Tissue by Molecular genetics method', given as 'Genetic disease sequence variation interpretation'})

value: Pathogenic (Details : {[not stated] code 'LA6669-1' = '??', given as 'Pathogenic'})

Source: XML, JSON, Turtle.

An example of an Observation instance which records PCR validation test for the variant in A.

Generated Narrative with Details

status: FINAL

code: Further analysis (Details )

subject: Molecular Lab Patient ID: HOSP-23456

issued: 03/04/2013 3:30:10 PM

performer: Sequence Analysis Laboratory

comment: The EGFR p.L858R mutation has been associated with response to anti-EGFR therapy

10.9.5 Relateds

-TypeTarget
*DERIVEDFROMObservationForGenetics profile example 1

Source: XML, JSON, Turtle.

10.9 DiagnosticReport-genetics Profile

10.9.1 Structure Diagram

NameFlagsCard.TypeDescription & Constraintsdoco
.. DiagnosticReport 0..*
... codedDiagnosis 0..0
... DiagnosticReport-geneticsAssessedCondition 0..*Reference(Condition)AssessedCondition
URL: http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsAssessedCondition
... DiagnosticReport-geneticsFamilyMemberHistory 0..*Reference(FamilyMemberHistory)FamilyHistory
URL: http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsFamilyMemberHistory
... DiagnosticReport-geneticsAnalysis 0..*(Complex)Analysis
URL: http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsAnalysis

doco Documentation for this format

This DiagnosticReport-genetics is built on top of DiagnosticReport. The new profile is used to describe a genetics test report. The result element in DiagnosticReport will refer to the Observation resource that can lead to a bundle of genetic observations. And the element of code, effective[x], issued, performer, request, specimen are be used to describe the details of the genetic test. Extensions about AssessedCondition and FamilyMemberHistory are added. Overall, this profile extends the DiagnosticReport resource to enable reporting of structured genetic test results. In addition, it denotes condition context for genetic testing, which may influence reported variants and interpretations for large genomic testing panels.

  • The DiagnosticReport-genetics profile contains two extensions referring to other resources/profiles and one complex extension.
  • AssessedCondition is used to denote condition context for genetic testing, which may influence reported variants and interpretation for large genomic testing panels. It refers to the Condition resource.
  • FamilyMemberHistory are significant health events and conditions for one or more persons related to the patient. It refers to the FamilyMemberHistory-Genetic profile.
  • Analysis provides knowledge-based interpretation of overall results of tests performed on patients.

Examples for analysis.code:

LOINC Code LOINC Element Name Comments
51968-6 Genetic Disease Analysis Overall Interpretation Interpretation of all identified DNA Sequence variants along with any known clinical information for the benefit of aiding clinicians in understanding the results overall in either the context of diagnosis or increased risk of disease.
51964-5 Drug Efficacy Analysis Overall Interpretation Overall predicted phenotype for drug efficacy for all DNA Sequence Variants identified in a single case.
51971-0 Drug metabolism analysis overall interpretation Overall predicted phenotype for drug metabolism for all DNA Sequence Variants identified in a single case.

10.9.2 Usage Examples

An example of a genetic test report for a patient with FamilyHistory.

10.9.3 Genetic test Report for Marry Chalmers (MRN: 12345)

              Gene                DNAVariation       Status        Interpretation
              BRCA1                                 Negative
              BRCA2                 185delAG        Positive         Pathogenic
          

Method: BRACAnalysis CDx Offered by Myriad Genetic Laboratories, Inc

Issued: 2015-05-26T15:30:10+01:00

FamilyMemeberHistory: Mother

              Gene                 DNAVariation      Status
              BRCA2                 185delAG        Positive
          

Method: BRACAnalysis CDx Offered by Myriad Genetic Laboratories, Inc

Source: XML, JSON, Turtle.

An example of a comprehensive bone marrow report.

Generated Narrative with Details

contained: , , , , , , , , , , , ,

status: FINAL

code: comprehensive bone marrow report (Details )

subject: Everywoman, Eve A, MRN: 123456789

effective: 02/01/2015 1:20:10 PM

issued: 06/01/2015 1:20:10 PM

performer: Molecular Diagnostic Laboratory

specimen: Bone marrow ID: MLD45-Z4-1234

result:

  • FINAL; Leukocytes [#/volume] in Blood (Details : {LOINC code '26464-8' = 'Leukocytes [#/volume] in Blood', given as 'Leukocytes [#/volume] in Blood'}); 31.9 K/ul
  • FINAL; Hematocrit [Volume Fraction] of Blood (Details : {LOINC code '20570-8' = 'Hematocrit [Volume Fraction] of Blood', given as 'Hematocrit [Volume Fraction] of Blood'}); 27 %
  • FINAL; Platelets [#/volume] in Blood (Details : {LOINC code '26515-7' = 'Platelets [#/volume] in Blood', given as 'Platelets [#/volume] in Blood'}); 84 K/ul
  • FINAL; NPM1 gene mutations found [Identifier] in Bone marrow by Molecular genetics method Nominal (Details : {LOINC code '75034-9' = 'NPM1 gene mutations found [Identifier] in Bone marrow by Molecular genetics method Nominal', given as 'NPM1 gene mutations found [Identifier] in Bone marrow by Molecular genetics method Nominal'}); Positive (Details : {SNOMED CT code '10828004' = 'Positive (qualifier value)', given as 'Positive'})
  • FINAL; FLT3 gene mutation analysis in Bone marrow by Molecular genetics method Narrative (Details : {LOINC code '54447-8' = 'FLT3 gene mutation analysis in Bone marrow by Molecular genetics method Narrative', given as 'FLT3 gene mutation analysis in Bone marrow by Molecular genetics method Narrative'}); Negative (Details : {SNOMED CT code '260385009' = 'Negative (qualifier value)', given as 'Negative'})
  • FINAL; KIT gene mutation analysis in Bone marrow by Molecular genetics method Narrative (Details : {LOINC code '55201-8' = 'KIT gene mutation analysis in Blood or Tissue by Molecular genetics method Narrative', given as 'KIT gene mutation analysis in Bone marrow by Molecular genetics method Narrative'}); Negative (Details : {SNOMED CT code '260385009' = 'Negative (qualifier value)', given as 'Negative'})
  • FINAL; Myeloblasts [#/volume] in Blood (Details : {LOINC code '30444-4' = 'Myeloblasts [#/volume] in Blood', given as 'Myeloblasts [#/volume] in Blood'}); Positive (Details : {SNOMED CT code '10828004' = 'Positive (qualifier value)', given as 'Positive'})
  • FINAL; CD4 Ag [Presence] in Tissue by Immune stain (Details : {LOINC code '47016-1' = 'CD4 Ag [Presence] in Tissue by Immune stain', given as 'CD4 Ag [Presence] in Tissue by Immune stain'}); Positive (Details : {SNOMED CT code '10828004' = 'Positive (qualifier value)', given as 'Positive'})
  • FINAL; CD13 Ag [Presence] in Tissue by Immune stain (Details : {LOINC code '49464-1' = 'CD13 Ag [Presence] in Tissue by Immune stain', given as 'CD13 Ag [Presence] in Tissue by Immune stain'}); Positive (Details : {SNOMED CT code '10828004' = 'Positive (qualifier value)', given as 'Positive'})
  • FINAL; CD2 Ag [Presence] in Tissue by Immune stain (Details : {LOINC code '49466-6' = 'CD2 Ag [Presence] in Tissue by Immune stain', given as 'CD2 Ag [Presence] in Tissue by Immune stain'}); Negative (Details : {SNOMED CT code '260385009' = 'Negative (qualifier value)', given as 'Negative'})
  • FINAL; Karyotype [Identifier] in Bone marrow Nominal (Details : {LOINC code '33893-9' = 'Karyotype [Identifier] in Bone marrow Nominal', given as 'Karyotype [Identifier] in Bone marrow Nominal'}); 46,XX[20] (Details )
  • FINAL; MDS-associated genetic abnormalities (Details ); Negative (Details : {SNOMED CT code '260385009' = 'Negative (qualifier value)', given as 'Negative'})
  • FINAL; AML-associated genetic abnormalities (Details ); Negative (Details : {SNOMED CT code '260385009' = 'Negative (qualifier value)', given as 'Negative'})

Source: XML, JSON, Turtle.

10.9 DiagnosticRequest-genetics profile

10.9.1 Structure Diagram

A complex extension is added on top of the DiagnosticRequest resource. Here is the structure of the extension:

NameFlagsCard.TypeDescription & Constraintsdoco
.. DiagnosticRequest 0..*
... diagnosticrequest-geneticsItem 0..*(Complex)The items the orderer requested
URL: http://hl7.org/fhir/StructureDefinition/diagnosticrequest-geneticsItem

doco Documentation for this format

10.9.2 Description

To describe an order requested sequence variants detection. User must set up the code for the request and they can also refer to the corresponding sequence instance for that variant.

10.9.3 Usage Example

10.9.3.1 An order for genetics test

Here is a diagnostic request for testing 185delAG variant. The mother of the patient received results from a mutation panel (eg. MyRisk from Myriad) and she has a BRCA1 185delAG mutation. The clinician the would like to request to test the patient only for an 185delAG mutation. In this case, the diagnostic request for the patient will specify the sequence variant - 185delAG.

10.9 HLA genotyping results Profile

Human leukocyte antigen (HLA) genotyping is fundamental for research and clinical practice in immunogenetics and histocompatibility. Pointers to external locations refer to registered methods, raw NGS reads, and reference standards can be conveyed in this profile. Information about allele assignment including ambiguous results and the allele database used for assignments is stored in extensions.

The structure of the HLA typing report in this profile attempts to follow the principles outlined in the Minimum Information for ReportIng Next-generation sequence Genotyping (MIRING). These principles were identified through a series of meetings with international group of stakeholders in the application of Next Generation Sequencing (NGS) technology for genotyping the HLA and KIR loci as well as other immune-related loci (http://igdawg.org/ngs.html). MIRING describes eight principles, described in detail in Human Immunology. 2015 Dec; 76(12):954-962 . These include detailed metadata about:

  1. MIRING Annotation
  2. Reference Context
  3. Full Genotype
  4. Consensus Sequence
  5. Novel Polymorphisms
  6. Platform Documentation
  7. Read Processing Documentation
  8. Primary Data
(see the publication above for details about each)

These principles were implemented in a technical specification by extending an existing XML based format for exchanging histocompatibility and immunogenetic genotyping data called Histoimmunogenetics Markup Language (HML) to include results from NGS methodologies (https://bioinformatics.bethematchclinical.org/hla-resources/hml/). The resulting schema may be found in https://schemas.nmdp.org/. The National Marrow Donor Program (NMDP)/Be The Match uses this format for reporting HLA genotyping from potential donors and for patients needing stem cell transplants.

Both MIRING and HML were used to inform mapping data elements to FHIR resources such as Patient, Specimen, Sequence, ObservationforGenetics Profile, and DiagnosticReport where possible. Several additional data elements were needed specifically for this use case, resulting in the development of a specific profile for reporting HLA genotyping results (Diagnostic Report Profile for HLA Genotyping Results).

  • Minimum information for reporting next generation sequence genotyping (MIRING): Guidelines for reporting HLA and KIR genotyping via next generation sequencing (see here )
  • Histoimmunogenetics Markup Language 1.0: Reporting Next Generation Sequencing-based HLA and KIR Genotyping (see here )

10.9.1 Structure Diagram of HLA genotyping results Profile

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..*ExtensionURL = http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsHaploid
haploid: haploid.
Use on element: DiagnosticReport
... locus0..1CodeableConceptgene region.
... type0..1CodeableConcepthaploid type.
... method0..1CodeableConcepthaploid method.

doco Documentation for this format

Both hla-genotyping-resultsGlstring and hla-genotyping-resultsHaploid are complex extensions.

The development of these extensions were informed from the allele-assignment structure found in HML. While allele assignment for individual loci can be reported in an Observation, here they are used to summarize the assignments at a report level. Two methods may be used for reporting HLA allele-assignments: Haploid and GL String.

Structure of hla-genotyping-resultsHaploid:

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..*ExtensionURL = http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsHaploid
haploid: haploid.
Use on element: DiagnosticReport
... locus0..1CodeableConceptgene region.
... type0..1CodeableConcepthaploid type.
... method0..1CodeableConcepthaploid method.

doco Documentation for this format

Haploid reporting is a method that is used to report an individual allele, or a list of possible alleles if the results are ambiguous, using NMDP Multiple Allele Codes (MAC) which is a shorthand for describing allele ambiguity (https://bioinformatics.bethematchclinical.org/hla-resources/allele-codes/). MACs are widely used for reporting HLA typing results because they are able to report long allele lists in a small amount of space, but the system has a number of shortcomings (Tissue Antigens. 2013 Aug;82(2):106-12 ). When reporting data using haploid, typical use is one or two haploid elements for a particular locus, but possibly more if multiple loci are covered (ex: two HLA-DRB1 haploids + one HLA-DRB3 haploid).

Within Haploid, Method indicates whether the general methodology is DNA based typing (e.g., Sequence Specific Primers (SSP), Sequence Specific Oligonucleotide Probes (SSOP), or Sequence Based Typing (SBT)), or SER which indicates serology based methods.

Example of using two hla-genotyping-resultsHaploid extensions to report a HLA-A genotype of HLA-A*01:AB and HLA-A*02:MN which expands to HLA-A*01:01/HLA-A*01:02 and HLA-A:02:01/HLA-A:02:02/HLA-A:02:03

  <extension url="http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsHaploid" >
    <extension url=”locus”>
        <valueCodeableConcept>
            <coding>
                <system value="http://www.genenames.org"/>
                <code value="4931"/>
                <display value="HLA-A"/>
            </coding>
            <text value="HLA-A"/>
        </valueCodeableConcept>
    </extension>
    <extension url=”type”>
        <valueCodeableConcept>
             <coding>
                <system value="https://bioinformatics.bethematchclinical.org/hla-resources/allele-codes/"/>
                <code value="AB"/>
                <display value="01/02"/>
            </coding>
            <text value="HLA-A*01:AB"/>
        </valueCodeableConcept>
    </extension>
    <extension url=”method”>
        <valueCodeableConcept>
            <text value=”DNA”/>
        </valueCodeableConcept>
    </extension>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsHaploid" >
    <extension url=”locus”>
        <valueCodeableConcept>
            <coding>
                <system value="http://www.genenames.org"/>
                <code value="4931"/>
                <display value="HLA-A"/>
            </coding>
            <text value="HLA-A"/>
        </valueCodeableConcept>
    </extension>
    <extension url=”type”>
        <valueCodeableConcept>
             <coding>
                <system value="https://bioinformatics.bethematchclinical.org/hla-resources/allele-codes/"/>
                <code value="AB"/>
                <display value="01/02/03"/>
            </coding>
            <text value="HLA-A*02:MN"/>
        </valueCodeableConcept>
    </extension>
    <extension url=”method”>
        <valueCodeableConcept>
            <text value=”DNA”/>
        </valueCodeableConcept>
    </extension>
  </extension>

Because of limitations with MAC, another method called GL Strings was developed that encodes the results in a text string with hierarchical set of operators to describe the relationships between alleles, lists of possible alleles, phased alleles, genotypes, lists of possible genotypes, and multilocus unphased genotypes, without losing typing information or increasing typing ambiguity. (Tissue Antigens. 2013 Aug;82(2):106-12 ).

The structure of HLA-genotyping-resultsGlstring:

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..1ExtensionURL = http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsGlstring
glstring: glstring.
Use on element: DiagnosticReport
... url0..1uriglstring using a URI reference.
... text0..1stringglstring using inline data.

doco Documentation for this format

While the string format is easily parsed into separate components to be rendered for user viewing, GL Strings by themselves are potentially quite long and difficult to read. It often advantageous to point to a URI which may return the GL String on demand to avoid manual data entry. This is available through the URI element in this extension.

Example of using the hla-genotyping-resultsGlstring to report a GL String in both text and URI formats

  <extension url="http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsGlstring">
    <extension url=”text”>
        <valueString value="HLA-A*01:01:01:01/HLA-A*01:02+HLA-A*02:01:02/HLA-A*02:02:02/HLA-A*02:03:01"/>
    </extension>
    <extension url=”uri”>
        <valueUri value="https://gl.nmdp.org/imgt-hla/3.23.0/genotype/1h"/>
    </extension>
  </extension>

Whether reporting in Haploid or GL String formats, it is important to identify the version of the IMGT/HLA allele database, as new HLA alleles are constantly being discovered and allele assignment is based on the known alleles at the time, and so results may need to be reinterpreted later. This is done through the Allele Database element.

Structure of hla-genotyping-resultsAlleleDatabase

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..1CodeableConceptURL = http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsAlleleDatabase
Allele Database: Allele Database.
Use on element: DiagnosticReport

doco Documentation for this format

Example of using hla-genotyping-resultsAlleleDatabase to report using the IMGT/HLA database, version 3.23

  <extension url="http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsAlleleDatabase">
    <valueCodeableConcept>
        <coding>
            <system value="http://www.ebi.ac.uk/ipd/imgt/hla/"/>
            <version value="3.23"/>
        </coding>
        <text value="IMGT/HLA 3.23"/>
    </valueCodeableConcept>
  </extension>

Overall methodology may be reported using hla-genotyping-resultsMethod. Here a codeable concept may be used to refer to method entered into a public registry, such as the NCBI Genetic Test Registry, or a local private registry.

Structure of hla-genotyping-resultsMethod

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..1CodeableConceptURL = http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsMethod
The platform, methodology and software applied at the time of the genotyping: The platform, methodology and software applied at the time of the genotyping.
Use on element: DiagnosticReport

doco Documentation for this format

Example of hla-genotyping-resultsMethod to report a lab test registered in the NCBI Genetic Test Registry

  <extension  uri="http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsMethod">
    <valueCodeableConcept>
          <coding>
              <system value="http://www.ncbi.nlm.nih.gov/gtr/"/>
              <code value="GTR000000000.0"/>
          </coding>
          <text value=”NGS based HLA-A genotyping”
    </valueCodeableConcept>
  </extension>

10.9.2 Usage Example

Example of a HLA genotyping report

  • that was requested in a Diagnostic Request,
  • with results for HLA-A, HLA-B, HLA-C loci,
  • by Sequence Based Typing (SBT) of exons 2 and 3,
  • using Next Generation Sequencing technologies,
  • allele assignment based on the IMGT/HLA database version 3.23,
  • reported as a multilocus unphased genotype using GL Strings,
  • and with genotyping results for individual loci available in separate Observations

  <DiagnosticReport>
    <text>
      <div xmlns="http://www.w3.org/1999/xhtml">
        <h4>HLA-A, -B, -C Genotyping Report for Marry Chalmers (MRN: 12345) </h4>
        <pre>
        Gene      Allele 1                  Allele 2
        HLA-A     HLA-A*01:01:01:01         HLA-A*01:02
        HLA-B     HLA-B*15:01:01:01         HLA-B*57:01:01
        HLA-C     HLA-C*01:02:01            HLA-C*03:04:01:01
        </pre>
        <p>Allele assignments based on IMGT/HLA 3.23</p>
        <p>Issued: 2015-05-26T15:30:10+01:00</p>
        <p>Method: Next-Generation Sequencing of exons 2 and 3 of HLA Class I genes</p>
        <p>Lab: ACME labs, Inc</p>
      </div>
    </text>
    <code>
        <coding>
            <system value="http://loinc.org"/>
            <code value="53767-0"/>
            <display value="HLA-A+​B+​C SBT [Interpretation] by High resolution"/>
        </coding>
    </code>
    <category>
        <coding>
            <system value="http://hl7.org/fhir/ValueSet/diagnostic-service-sections"/>
            <code value="GE"/>
            <display value="Genetics"/>
        </coding>
    </category>
    <subject>
        <reference value="Patient/123"/>
        <display value="Mary Chalmers"/>
    </subject>
    <specimen>
        <reference value="Specimen/456"/>
        <display value="buccal swab"/>
    </specimen>
    <request>
        <reference value=”DiagnosticRequest/789”/>
        <display value=”Order for HLA-A,-B,-C genotyping”/>
    </request>
    <effectiveDateTime value="2015-05-26T15:30:10+01:00"/>
    <issued value="2014-05-16T10:28:00+01:00"/>
    <extension xmlns="http://hl7.org/fhir"
         url="http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsAlleleAsignmentDate">
        <valueDate value="2014-05-16T10:28:00+01:00"/>
    </extension>
    <extension xmlns="http://hl7.org/fhir"
         url="http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsAlleleDatabase">
        <valueCodeableConcept>
            <coding>
                <system value="http://www.ebi.ac.uk/ipd/imgt/hla/"/>
                <version value="3.23"/>
            </coding>
            <text value="IMGT/HLA 3.23"/>
        </valueCodeableConcept>
    </extension>
    <extension xmlns="http://hl7.org/fhir"
        url="http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsGlstring" >
        <extension url="text">
            <valueString value="HLA-A*01:01:01:01+HLA-A*01:02^HLA-B*15:01:01:01+HLA-B*57:01:01^HLA-C*01:02:01+HLA-C*03:04:01:01"/>
        </extension>
        <extension url="uri">
            <valueUri value="https://gl.nmdp.org/imgt-hla/3.23.0/multilocus-unphased-genotype/i" />
        </extension>
    </extension>
    <extension  xmlns="http://hl7.org/fhir"
        url="http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsMethod">
        <valueCodeableConcept>
            <coding>
                <system value="http://www.ncbi.nlm.nih.gov/gtr/"/>
                <code value="GTR000000000.0"/>
            </coding>
            <text value="Next Generation Sequencing of exons 2 and 3 of HLA Class I genes"/>
        </valueCodeableConcept>
    </extension>
    <result>
        <reference value="Observation/111"/>
        <display value="Genotype Observation for for HLA-A"/>
    </result>
    <result>
        <reference value="Observation/222"/>
        <display value="Genotype Observation for for HLA-B"/>
    </result>
    <result>
        <reference value="Observation/333"/>
        <display value="Genotype Observation for for HLA-C"/>
    </result>
  </DiagnosticReport>

In the above example, three Observations are referenced, each containing the details surrounding the genotyping of each gene/locus. Those observations would further refer to other observations (using Observation.related) that point to phased exon sequences which are the basis for individual allele assignment. This strategy is illustrated in the following figure for one gene, and sequencing two exons for each allele. Note that references from DiagnosticReport and Observation back to Patient/Donor and Specimen are not shown for clarity, although we would include them in the resource instances.

Phasing

10.9 Relationship among Sequence resource and genetics profiles

null

10.9.1 Pointers to Sequence resource

Sequence resource is used to transmit and represent sequencing data. In FHIR Genomics, there are several genetics profiles containing internal pointers to Sequence resource for genetic data reporting. Here is the summary:

Sequence.pointer: A bundle of Sequence instances can be connected by Sequence.pointer to build sequence graph described in Section 3. Sequence.pointer will point to the next sequence block.

Sequence extension in Observation-genetics profile: Observation-genetics profile is used to report a genetic variant found in patients. Sequence extension contains a pointer to Sequence identifier which has related sequencing read info. It will provide reference/observed allele information and quality scores for each based/sequence block.

10.9.2 Pointer to Observation resource (based on genetics profile)

Observation-genetics based Observation resource is used for interpretative genetic data. Sequence resource and genetics profiles will use internal pointers to Observation-genetics-profile based Observation instance for variant report.

Sequence.observation: A pointer to genetics Observation instance which is used for interpretations of this sequence block. Interpretations are generally about genetic variant found is this sequence block.

DiagnosticReport.result: A pointer to Observation instance. This element is used for reporting genetic result.

Item extension in DiagnosticRequest-genetics profile: It is used to describe the genetic test order.

FamilyMemberHistory: A pointer to genetics Observation instance to report genetic test results of family member

10.9.3 Observation vs. Sequence

Sequence is used for raw sequencing data while genetic-profile-based Observation resource is used for reporting interpretative genetic information (eg. DNA/amino acid variant detected in the patient). Although both Sequence and Observation-genetics profiles contain variant info, they are used differently: Sequence.variant is used for encoding the sequence block; the Observation-genetics profile is mainly used for a variants test result or interpretations of raw data in Sequence resource.

10.9.4 Usage example

null

This use case depicts the whole story of FHIR in the clinical genomics setting: an order is requested, then test results are reported. A Sequence instance and two Observation instances for further interpretation are also created.

10.9 HL7 Domain Analysis Use Cases

Simulated use of the proposed Sequence resource and profiles on other FHIR resources are shown for many of the examples in Section 5 – Use Case Scenarios in the HL7 Domain Analysis Model (DAM): Clinical Genomics, Release 1, September 2014 Informative Ballot .

We show use of the FHIR design we are proposing for these cases:

  1. Specimen Identification
    1. Get references to all variants obtained from germline analysis.
    2. Explore antibacterial drug resistance over time (non-patient DNA)
  2. Clinical Sequencing – Germline Testing
  3. Cancer Profiling
  4. Decision Making Tools – Family History and Drug Dosage Calculators
    1. Today clinicians translate (i.e. manually re-enter) genetic data into tools for decision making. This includes family history tools and drug dosage calculators. In the future, this data will automatically be incorporated into clinical decision making tools.
    2. Get pharmacogenomic reporting and disease risk or diagnosis associated with variant
  5. Public Health
  6. Clinical and Research Data Warehouses

10.9.1 Specimen Identification

  • Germline testing for biomarkers/mutations (usually inherited)
  • Tumor testing for biomarkers/mutations (somatic / tumor specific)
  • Pediatric Testing
  • Infectious Disease Testing

10.9.1.1 Get references to all variants obtained from germline analysis

GET   /Observation?
    _profile=http://hl7.org/fhir/StructureDefinition/observationforgenetics&
    GenomicSourceClass=http://hl7.org/fhir/LOINC-48002-0-answerlist|LA6683-2

null

*Return a bundle of genetics-profile-based Observation instances

10.9.2 Clinical Sequencing – Germline Testing

For a chart review, get references to all DNA sequences related to mutations with an interpretation “Unknown Significance”

GET /Observation?
    subject=123&
    component-code-value-[x]= http://loinc.org|53037-8$LA6682-4

53037-8: LOINC code for “Genetic disease sequence variant interpretation”

LA6682-4: LOINC answer code for “Unknown Significance”.

null

10.9.3 Cancer Profiling

The goal of this profile methodology is to get references from all variants obtained from somatic analysis. Changes in the population of cells with particular mutations will change overtime as well as in conjunction with events such as therapy. For instance, targeted chemotherapy may kill a specific population of cancer cells with specific mutations and other cancer cell populations may survive and continue to divide. Therefore, clearly annotating these specimens as somatic variants and capturing annotations related to a time relevant to a treatment timeline may be critical for analysis.

GET /Observation?
    _profile=http://hl7.org/fhir/StructureDefinition/observationforgenetics&
    GenomicsSourceClass=http://hl7.org/fhir/LOINC-48002-0-answerlist|LA6684-0&
    date=2015-07-04&
    subject=123

null

10.9.4 Decision Making Tools – Family History and Drug Dosage Calculators

Today clinicians translate (i.e. manually re-enter) genetic data into tools for decision making. This includes family history tools and drug dosage calculators. In the future, this data will automatically be incorporated into clinical decision making tools.

Get family history related to one observation:

GET /DiagnosticReport?
    _profile=http://hl7.org/fhir/StructureDefinition/reportforgenetics&
    subject=123

null

10.9.4.1 Get pharmacogenomic reporting and disease risk or diagnosis associated with variant

GET /Observation?
    _profile=http://hl7.org/fhir/StructureDefinition/observationforgenetics&
    subject=123&
    Interpretation.component-code= http://loinc.org|51963-7

51963-7 : LOINC code for “Medication Assessed ”

null

10.9.5 Public Health

Today Registrars manually translate clinical data into public health reporting systems. This data is used to monitor and improve public health (e.g. surveillance and clinical research). In the future, this data will be extracted from the EHR in an automated (or semi-automated) fashion.

For a breast cancer clinical genomic study, get all genetic-profile-based observations of patients with breast cancer:

GET /DiagnosticReport?
    _profile=http://hl7.org/fhir/StructureDefinition/reportforgenetics&
    AssessedCondition.code=http://snomed.info/sct|254837009

null

10.9.6 Clinical and Research Data Warehouses

Health data warehousing should persist data in its standardized formats, while allowing users to export subsets of the data in the warehouse into multiple ‘data marts’, optimized for specific use cases, analysis type or reporting needs.

Get all genetic-profile-based observations of patients with the variant c.181T>G

GET /Observation?
    _profile=http://hl7.org/fhir/StructureDefinition/observationforgenetics&
    DNAVariantID=http://www.ncbi.nlm.nih.gov/projects/SNP|rs58238560

null

10.9 Other Genomics Use Cases

During the development of the FHIR Genomics design, CGWG participants have commented on the earlier use cases and/or proposed new use cases. In this section, we list describe of these new cases and demonstrate how the proposed design will address them.

10.9.1 Get a patient’s family members genetics report

This example is proposed by Kevin Hughes. Family history is useful for clinicians to know more about the condition of the patient.

Get /FamilyMemberHistory?
    _profile=http://hl7.org/fhir/StructureDefinition/familymemberhistory-genetic&
    patient=123

null

10.9.2 Panel

Search for results from nephrotic syndrome panel

Get /DiagnosticReport&
    _profile=http://hl7.org/fhir/StructureDefinition/reportforgenetics&
    code=N0336&
    patient=123

null

10.9.3 Sequence Test Metrics

10.9 Clinical Genomic Apps

The idea for a Sequence resource grew out, in part, the SMART Platforms Project, which explored creating clinical genomic apps to integrated traditional EMR clinical data and genomic data to show data visualization and analysis, including CDS that depended upon both types of data. Below are a couple of examples. Several apps have already been designed including Genomics Advisor, SMART Precision Cancer Medicine, and Diabetes Bear EMR. Below, one of these apps will be described. To include other apps in this section, please feel free to add a note on it and how it uses FHIR/Genomics calls.

10.9.1 Genomics Advisor

The SMART on FHIR Genomics Advisor was an app incorporating genomics data to show risk of disease, drug susceptibility, and related conditions based upon genotype. Technically, this app was architected (see below) by combining data from independent data services, a SMART on FHIR clinical server for clinical information and one for a SMART on FHIR Genomics data server for genomic data. The set of FHIR API calls that are necessary to support this app are shown below:

null

The presentation of the app looks like this:

null

10.9 Appendix 1: From DSTU2 Genomics to STU3

The table shows how the data elements in the DSTU2 Observation resource as extended by the Standard Genetics Profile would be mapped to the new Sequence resource.

DSTU2 Standard Genetics profile on Observation Observation-genetics profile Maps to Sequence (Proposed)
geneticsGenomeBuild Sequence extension referenceSeq.genomicsBuild
geneticsChromosome Sequence extension referenceSeq.chromosome
geneticsGenomicsStart Sequence extension variant.start
geneticsGenomicsStop Sequence extension variant.end
geneticsReferenceAllele Sequence extension variant.referenceAllele
geneticsObservedAllele Sequence extension variant.observedAllele
geneticsSpecies Sequence extension specimen
geneticsAllelicState Allelic State extension
geneticsAllelicFrequency Allelic Frequency extension
geneticsReadCoverage Sequence extension readCoverage
geneticsCopyNumberEvent Copy number event extension
geneticsTranscriptReferenceSequenceId Transcript reference sequence identifier extension
geneticsProteinReferenceSequenceId Protein reference sequence identifier
geneticsCIGAR Sequence extension variant.cigar
geneticsVariationId DNA variation id extension
geneticsVariationType DNA sequence variation type extension
geneticsAminoAcidChange Amino acid change extension
geneticsAminoAcidChangeType Amino acid change type extension
geneticsGene Gene extension
geneticsDNARegionName DNA region name extension
geneticsGenomicSourceClass Genomic source class extension