--- type: "resource" title: "GenomicStudy" resource: "GenomicStudy" --- # GenomicStudy ## Introduction \[%stu-note dstu%\] The material on this page is currently undergoing work to be refactored in a future release as further analysis is done. Reviewers are encouraged to provide their comments and feedback about the example codes for terminology binding purposes. \[%end-note%\] ## Scope and Usage GenomicStudy resource aims at delineating relevant information of a genomic study. A genomic study might comprise one or more analyses, each serving a specific purpose. These analyses may vary in method (e.g., karyotyping, CNV, or SNV detection), performer, software, devices used, or regions targeted. GenomicStudy describes relevant information including the reasons, purpose, and performers of the study. It also provides technical endpoints to access these data. It could be a logical aggregator for complex genomic analyses. A GenomicStudy might be based on one or more service requests or care plans. The reasons for performing a genomic study might be driven by specific [Conditions](condition) or [Observations](observation). Although the genomic study subject is the focus of the study, the analysis-level focus could be used to specify other relevant subjects or specimens. For example, trio testing may involve three subjects: the proband, and both parents. The proband would be the subject listed directly under the genomic study, while each of the analyses could represent proband, mother, and father genomic analyses. In clinical use, the study interpreters use all the results of these various analyses to provide diagnostic and therapeutic insights for the patient. Where performers are listed according to their participation in each genomic analysis. Each analysis may be based on a set of defined protocols that may differ from the performed protocols. The `regionStudied` and `regionCalled` elements can refer to [DocumentReference](documentreference) instances carrying BED files. Other types of files used in an analysis can be provided similarly, and listed either as inputs or outputs. Detailed information about the results of the analyses may be represented by [Observations](observation) and gathered in a [DiagnosticReport](diagnosticreport). Both resources may refer back to the originating GenomicStudy to allow navigation. ## Boundaries and Relationships A main function of GenomicStudy is to provide additional metadata for one or more clinical genomic analysis pipelines where [DocumentReference](documentreference) instances are used to track inputs and outputs of those pipelines. [Device](device) is used to represent both hardware and software used in the sequencing and in the analyses. It is intended that this resource be referenced by [Observation](observation) and [DiagnosticReport](diagnosticreport) in the same way that [ImagingStudy](imagingstudy) is currently referenced on those resources. Of note, the results of the study would be captured in [Observations](observation) and referenced on a [DiagnosticReport](diagnosticreport). Important contextual references include [Patient](patient), [Specimen](specimen), [Encounter](encounter), [ServiceRequest](servicerequest), [Practitioner](practitioner), and [Organization](organization). [Observation](observation) or [Condition](condition) instances may also be referenced from genomic study to designate a given reason for performing the study. GenomicStudy can support the event-definition workflow pattern by referencing [PlanDefinition](plandefinition) via the `instantiatesCanonical` relationship when implementers wish to describe more specifics of the pipelines and devices used in the analysis. ## Notes ### Example Codes GenomicStudy uses many example codes for terminology binding. Reviewers and implementers are strongly encouraged to provide their comments and feedback about the example codes for terminology binding purposes. The attributes and example bindings are listed below. Links are included to indicate where the example codes were pulled from. #### GenomicStudy.type The `type` example codes were based on discussions by Clinical Genomics Workgroup. #### GenomicStudy.analysis.methodType The `methodType` example codes were pulled from [National Library of Medicine-Genetic Testing Registry (NCBI-GTR)](https://www.ncbi.nlm.nih.gov/gtr/) and describe testing methods on various levels: [major method category](https://ftp.ncbi.nlm.nih.gov/pub/GTR/standard_terms/Major_method_category.txt), [method category](https://ftp.ncbi.nlm.nih.gov/pub/GTR/standard_terms/Method_category.txt), and [primary methodology](https://ftp.ncbi.nlm.nih.gov/pub/GTR/standard_terms/Primary_test_methodology.txt). #### GenomicStudy.analysis.input.type and GenomicStudy.analysis.output.type The input and output type example codes were pulled from [Integrative Genomics Viewer Documentation](https://software.broadinstitute.org/software/igv/FileFormats) by Broad Institute. #### GenomicStudy.analysis.changeType The `changeType` example codes were based on discussions by Clinical Genomics Workgroup. ### Implementation Notes #### Handling markdown The `description` is a [markdown](datatypes#markdown) datatype, and implementers should carefully consider how to appropriately handle this attribute. The characters in markdown formatting can conflict with those commonly used in descriptions of genomic data. In particular, descriptions that contain mentions of "star alleles" (widely used in the pharmacogenomics and HLA domains) could be munged in a way that prevents accurate interpretation. For example, consider this text: This genomic study analyzes CYP2D6\*1 and CYP2D6\*2 If the system producing this data treats this as a simple text string with no special processing, but a receiving system processes this via a markdown rendering engine, the two '\*' characters would be processed as markdown formatting characters. This would italicize the text between '\*' characters, and not display '\*' characters. This could cause an inaccurate interpretation of the study description. There are several ways data producers can ensure content is appropriately rendered by receiving systems without requiring the content to be formatted as markdown prior to sending. Here are three basic approaches to consider: - Escaping individual characters (with a \\) that act as markdown formatting characters: This genomic study analyzes CYP2D6\\\*1 and CYP2D6\\\*2 - Escape words (with a \`) that contain markdown formatting characters: This genomic study analyzes \`CYP2D6\*1\` and \`CYP2D6\*2\` - Escape full text blocks (with a \`\`\`) that contain markdown formatting characters: \`\`\`This genomic study analyzes CYP2D6\*1 and CYP2D6\*2\`\`\` ### Use Cases The attributes `subject` and `analysis.focus` can reference many resource types besides [Patient](patient) such as [Group](group), [BiologicallyDerivedProduct](biologicallyderivedproduct), or [Substance](substance). In addition, it can provide more details about involved genomic files as inputs or outputs. These various options allow the GenomicStudy resource to cover many use cases besides direct patient care, e.g., research studies that involve multiple patients or environmental samples. Through the following subsections, some of these use cases are described. #### Trio studies Trio studies involve a proband and two more subjects such as proband’s mother and father for a de novo mutation detection study. GenomicStudy would list the proband as `subject` because it is the main subject of the study. Each of the study participants, i.e., proband, mother, and father, may have their own `analysis` entry. When an analysis was performed on an entity other than the `subject`, the `analysis.focus` attribute would reference that entity. If a `analysis` entry documented the analysis of all participants of the trio, each participant would be referenced by `analysis.focus`. The `analysis.input` lists various files that may be used for each individual analysis, their types, and their generation context. `analysis.input.file` may link these files to [DocumentReference](documentreference) resources to provide details about each individual file. One of the main details is the subject of a file. If a file is linked to a specific patient, the corresponding `DocumentReference.subject` may reference this [Patient](patient) Resource. If the file contains data from multiple persons, the corresponding `DocumentReference.subject` may reference a [Group](group) resource that lists these persons, and their relationship to each other if available. #### Somatic mutation detection studies Somatic mutation studies may use multiple samples from the patient to support mutation detection, e.g., tumor-normal sample pair. `analysis` may describe conducted analyses per each sample, where `analysis.specimen` elements may provide details about each individual specimen. In addition `analysis.input` can list relevant input files, where the [DocumentReference](documentreference) referenced by `analysis.input.file` can list the specific specimen this input file is related to using `DocumentReference.subject` as a [Specimen](specimen) resource instance. #### EHR access to genomic studies ## StructureDefinition ### Elements (Simplified) - **[GenomicStudy](/genomicstudy-definitions#GenomicStudy)** [0..*]: - Genomic Study - **[GenomicStudy.identifier](/genomicstudy-definitions#GenomicStudy.identifier)** [0..*]: [Identifier](/Identifier) Identifiers for this genomic study - **[GenomicStudy.status](/genomicstudy-definitions#GenomicStudy.status)** [1..1]: [code](/code) required:[genomicstudy-status](/valueset-genomicstudy-status) registered | available | cancelled | entered-in-error | unknown - **[GenomicStudy.type](/genomicstudy-definitions#GenomicStudy.type)** [0..*]: [CodeableConcept](/CodeableConcept) example:[genomicstudy-type](/valueset-genomicstudy-type) The type of the study (e.g., Familial variant segregation, Functional variation detection, or Gene expression profiling) - **[GenomicStudy.subject](/genomicstudy-definitions#GenomicStudy.subject)** [1..1]: [Reference(Patient](/Reference(Patient), [Group](/Group), [Substance](/Substance), [BiologicallyDerivedProduct](/BiologicallyDerivedProduct), [NutritionProduct)](/NutritionProduct)) The primary subject of the genomic study - **[GenomicStudy.encounter](/genomicstudy-definitions#GenomicStudy.encounter)** [0..1]: Reference([Encounter](/Encounter)) The healthcare event with which this genomics study is associated - **[GenomicStudy.startDate](/genomicstudy-definitions#GenomicStudy.startDate)** [0..1]: [dateTime](/dateTime) When the genomic study was started - **[GenomicStudy.basedOn](/genomicstudy-definitions#GenomicStudy.basedOn)** [0..*]: [Reference(ServiceRequest](/Reference(ServiceRequest), [Task)](/Task)) Event resources that the genomic study is based on - **[GenomicStudy.referrer](/genomicstudy-definitions#GenomicStudy.referrer)** [0..1]: [Reference(Practitioner](/Reference(Practitioner), [PractitionerRole)](/PractitionerRole)) Healthcare professional who requested or referred the genomic study - **[GenomicStudy.interpreter](/genomicstudy-definitions#GenomicStudy.interpreter)** [0..*]: [Reference(Practitioner](/Reference(Practitioner), [PractitionerRole)](/PractitionerRole)) Healthcare professionals who interpreted the genomic study - **[GenomicStudy.reason](/genomicstudy-definitions#GenomicStudy.reason)** [0..*]: [CodeableReference](/CodeableReference) Why the genomic study was performed - **[GenomicStudy.instantiatesCanonical](/genomicstudy-definitions#GenomicStudy.instantiatesCanonical)** [0..1]: [canonical](/canonical) The defined protocol that describes the study - **[GenomicStudy.instantiatesUri](/genomicstudy-definitions#GenomicStudy.instantiatesUri)** [0..1]: [uri](/uri) The URL pointing to an externally maintained protocol that describes the study - **[GenomicStudy.note](/genomicstudy-definitions#GenomicStudy.note)** [0..*]: [Annotation](/Annotation) Comments related to the genomic study - **[GenomicStudy.description](/genomicstudy-definitions#GenomicStudy.description)** [0..1]: [markdown](/markdown) Description of the genomic study - **[GenomicStudy.analysis](/genomicstudy-definitions#GenomicStudy.analysis)** [0..*]: [BackboneElement](/BackboneElement) Genomic Analysis Event - **[GenomicStudy.analysis.identifier](/genomicstudy-definitions#GenomicStudy.analysis.identifier)** [0..*]: [Identifier](/Identifier) Identifiers for the analysis event - **[GenomicStudy.analysis.methodType](/genomicstudy-definitions#GenomicStudy.analysis.methodType)** [0..*]: [CodeableConcept](/CodeableConcept) example:[genomicstudy-methodtype](/valueset-genomicstudy-methodtype) Type of the methods used in the analysis (e.g., FISH, Karyotyping, MSI) - **[GenomicStudy.analysis.changeType](/genomicstudy-definitions#GenomicStudy.analysis.changeType)** [0..*]: [CodeableConcept](/CodeableConcept) example:[genomicstudy-changetype](/valueset-genomicstudy-changetype) Type of the genomic changes studied in the analysis (e.g., DNA, RNA, or AA change) - **[GenomicStudy.analysis.genomeBuild](/genomicstudy-definitions#GenomicStudy.analysis.genomeBuild)** [0..1]: [CodeableConcept](/CodeableConcept) extensible:[LL1040-6](/valueset-LL1040-6) Genome build that is used in this analysis - **[GenomicStudy.analysis.instantiatesCanonical](/genomicstudy-definitions#GenomicStudy.analysis.instantiatesCanonical)** [0..1]: [canonical](/canonical) The defined protocol that describes the analysis - **[GenomicStudy.analysis.instantiatesUri](/genomicstudy-definitions#GenomicStudy.analysis.instantiatesUri)** [0..1]: [uri](/uri) The URL pointing to an externally maintained protocol that describes the analysis - **[GenomicStudy.analysis.title](/genomicstudy-definitions#GenomicStudy.analysis.title)** [0..1]: [string](/string) Name of the analysis event (human friendly) - **[GenomicStudy.analysis.focus](/genomicstudy-definitions#GenomicStudy.analysis.focus)** [0..*]: Reference([Resource](/Resource)) What the genomic analysis is about, when it is not about the subject of record - **[GenomicStudy.analysis.specimen](/genomicstudy-definitions#GenomicStudy.analysis.specimen)** [0..*]: Reference([Specimen](/Specimen)) The specimen used in the analysis event - **[GenomicStudy.analysis.date](/genomicstudy-definitions#GenomicStudy.analysis.date)** [0..1]: [dateTime](/dateTime) The date of the analysis event - **[GenomicStudy.analysis.note](/genomicstudy-definitions#GenomicStudy.analysis.note)** [0..*]: [Annotation](/Annotation) Any notes capture with the analysis event - **[GenomicStudy.analysis.protocolPerformed](/genomicstudy-definitions#GenomicStudy.analysis.protocolPerformed)** [0..1]: [Reference(Procedure](/Reference(Procedure), [Task)](/Task)) The protocol that was performed for the analysis event - **[GenomicStudy.analysis.regionsStudied](/genomicstudy-definitions#GenomicStudy.analysis.regionsStudied)** [0..*]: [Reference(DocumentReference](/Reference(DocumentReference), [Observation)](/Observation)) The genomic regions to be studied in the analysis (BED file) - **[GenomicStudy.analysis.regionsCalled](/genomicstudy-definitions#GenomicStudy.analysis.regionsCalled)** [0..*]: [Reference(DocumentReference](/Reference(DocumentReference), [Observation)](/Observation)) Genomic regions actually called in the analysis event (BED file) - **[GenomicStudy.analysis.input](/genomicstudy-definitions#GenomicStudy.analysis.input)** [0..*]: [BackboneElement](/BackboneElement) Inputs for the analysis event - **[GenomicStudy.analysis.input.file](/genomicstudy-definitions#GenomicStudy.analysis.input.file)** [0..1]: Reference([DocumentReference](/DocumentReference)) File containing input data - **[GenomicStudy.analysis.input.type](/genomicstudy-definitions#GenomicStudy.analysis.input.type)** [0..1]: [CodeableConcept](/CodeableConcept) example:[genomicstudy-dataformat](/valueset-genomicstudy-dataformat) Type of input data (e.g., BAM, CRAM, or FASTA) - **[GenomicStudy.analysis.input.generatedBy[x]](/genomicstudy-definitions#GenomicStudy.analysis.input.generatedBy%5Bx%5D)** [0..1]: [Identifier](/Identifier), Reference([GenomicStudy](/GenomicStudy)) The analysis event or other GenomicStudy that generated this input file - **[GenomicStudy.analysis.output](/genomicstudy-definitions#GenomicStudy.analysis.output)** [0..*]: [BackboneElement](/BackboneElement) Outputs for the analysis event - **[GenomicStudy.analysis.output.file](/genomicstudy-definitions#GenomicStudy.analysis.output.file)** [0..1]: Reference([DocumentReference](/DocumentReference)) File containing output data - **[GenomicStudy.analysis.output.type](/genomicstudy-definitions#GenomicStudy.analysis.output.type)** [0..1]: [CodeableConcept](/CodeableConcept) example:[genomicstudy-dataformat](/valueset-genomicstudy-dataformat) Type of output data (e.g., VCF, MAF, or BAM) - **[GenomicStudy.analysis.performer](/genomicstudy-definitions#GenomicStudy.analysis.performer)** [0..*]: [BackboneElement](/BackboneElement) Performer for the analysis event - **[GenomicStudy.analysis.performer.actor](/genomicstudy-definitions#GenomicStudy.analysis.performer.actor)** [0..1]: [Reference(Practitioner](/Reference(Practitioner), [PractitionerRole](/PractitionerRole), [Organization](/Organization), [Device)](/Device)) The organization, healthcare professional, or others who participated in performing this analysis - **[GenomicStudy.analysis.performer.role](/genomicstudy-definitions#GenomicStudy.analysis.performer.role)** [0..1]: [CodeableConcept](/CodeableConcept) Role of the actor for this analysis - **[GenomicStudy.analysis.device](/genomicstudy-definitions#GenomicStudy.analysis.device)** [0..*]: [BackboneElement](/BackboneElement) Devices used for the analysis (e.g., instruments, software), with settings and parameters - **[GenomicStudy.analysis.device.device](/genomicstudy-definitions#GenomicStudy.analysis.device.device)** [0..1]: Reference([Device](/Device)) Device used for the analysis - **[GenomicStudy.analysis.device.function](/genomicstudy-definitions#GenomicStudy.analysis.device.function)** [0..1]: [CodeableConcept](/CodeableConcept) Specific function for the device used for the analysis ## Mappings - [GenomicStudy Mappings](/genomicstudy-mappings) — 6 mapping entries ## Resource Packs ### list-GenomicStudy-packs.xml ```xml ``` ## Search Parameters - [identifier](/genomicstudy-search#identifier) — **token** — Identifiers for the Study — `GenomicStudy.identifier` - [status](/genomicstudy-search#status) — **token** — The status of the study — `GenomicStudy.status` - [patient](/genomicstudy-search#patient) — **reference** — Who the study is about — `GenomicStudy.subject.where(resolve() is Patient)` - [subject](/genomicstudy-search#subject) — **reference** — Who the study is about — `GenomicStudy.subject` - [focus](/genomicstudy-search#focus) — **reference** — What the genomic study analysis is about, when it is not about the subject of record — `GenomicStudy.analysis.focus` [Full Search Parameters](/genomicstudy-search) ## Examples - [CNVAnalysis-called](/genomicstudy-example-CNVAnalysis-called) — DocumentReference-CNVAnalysis_called — DocumentReference - CNV Analysis - called - [denovo-1](/genomicstudy-example-denovo-1) — Specimen-denovo-1 — Specimen - Denovo 1 - [denovo-2](/genomicstudy-example-denovo-2) — Specimen-denovo-2 — Specimen - Denovo 2 - [denovo-3](/genomicstudy-example-denovo-3) — Specimen-denovo-3 — Specimen - Denovo 3 - [denovoChild](/genomicstudy-example-denovoChild) — Patient-denovoChild — Patient - denovoChild - [denovoEncounter](/genomicstudy-example-denovoEncounter) — Encounter-denovoEncounter — Encounter - denovo - [denovoFather](/genomicstudy-example-denovoFather) — Patient-denovoFather — Patient - denovoFather - [denovoMother](/genomicstudy-example-denovoMother) — Patient-denovoMother — Patient - denovoMother - [example](/genomicstudy-example-example) — genomicstudy-example — GenomicStudy - Trio study - De novo mutation 1 - [example-lungMass](/genomicstudy-example-example-lungMass) — genomicstudy-example-lungMass — GenomicStudy - Lung mass - sequencing analysis - [example-trio2](/genomicstudy-example-example-trio2) — genomicstudy-example-trio2 — GenomicStudy - Trio study - De novo mutation 2 - [genomicBEDfile](/genomicstudy-example-genomicBEDfile) — DocumentReference-genomicBEDfile — DocumentReference - Genomic BED File - [genomicEncounter](/genomicstudy-example-genomicEncounter) — Encounter-genomicEncounter — Encounter - genomic - [genomicFile1](/genomicstudy-example-genomicFile1) — DocumentReference-genomicFile1 — DocumentReference - Genomic File 1 - [genomicFile2](/genomicstudy-example-genomicFile2) — DocumentReference-genomicFile2 — DocumentReference - Genomic File 2 - [genomicFile3](/genomicstudy-example-genomicFile3) — DocumentReference-genomicFile3 — DocumentReference - Genomic File 3 - [genomicFile4](/genomicstudy-example-genomicFile4) — DocumentReference-genomicFile4 — DocumentReference - Genomic File 4 - [genomicFileFather](/genomicstudy-example-genomicFileFather) — DocumentReference-genomicFileFather — DocumentReference - Genomic File of a Father - [genomicFileGroupAsSubject](/genomicstudy-example-genomicFileGroupAsSubject) — DocumentReference-genomicFileGroupAsSubject — DocumentReference - Genomic File of a Trio: proband, mother, and father - [genomicFileMother](/genomicstudy-example-genomicFileMother) — DocumentReference-genomicFileMother — DocumentReference - Genomic File of a Mother - [genomicFileProband](/genomicstudy-example-genomicFileProband) — DocumentReference-genomicFileProband — DocumentReference - Genomic File of a Proband - [genomicPatient](/genomicstudy-example-genomicPatient) — Patient-genomicPatient — Patient - Genomic - [genomicServiceRequest](/genomicstudy-example-genomicServiceRequest) — ServiceRequest-genomicServiceRequest — ServiceRequest - Genomic Example - [genomicServiceRequest2](/genomicstudy-example-genomicServiceRequest2) — ServiceRequest-genomicServiceRequest2 — ServiceRequest - Genomic Example 2 - [genomicServiceRequest3](/genomicstudy-example-genomicServiceRequest3) — ServiceRequest-genomicServiceRequest3 — ServiceRequest - Genomic Example 3 - [genomicServiceRequest4](/genomicstudy-example-genomicServiceRequest4) — ServiceRequest-genomicServiceRequest4 — ServiceRequest - Genomic Example 4 - [genomicSpecimen](/genomicstudy-example-genomicSpecimen) — Specimen-genomicSpecimen — Specimen - Genomic - [genomicSRFather](/genomicstudy-example-genomicSRFather) — ServiceRequest-genomicSRFather — ServiceRequest - Genomic service request that references a proband's father as a subject - [genomicSRMother](/genomicstudy-example-genomicSRMother) — ServiceRequest-genomicSRMother — ServiceRequest - Genomic service request that references a proband's mother as a subject - [genomicSRProband](/genomicstudy-example-genomicSRProband) — ServiceRequest-genomicSRProband — ServiceRequest - Genomic service request that references a proband as a subject - [genomicstudy-example](/genomicstudy-example-genomicstudy-example) — genomicstudy-example - [genomicstudy-example-lungMass](/genomicstudy-example-genomicstudy-example-lungMass) — genomicstudy-example-lungMass - [genomicstudy-example-trio2](/genomicstudy-example-genomicstudy-example-trio2) — genomicstudy-example-trio2 - [genomicstudy-examples-header](/genomicstudy-example-genomicstudy-examples-header) — genomicstudy-examples-header - [genomicVCFfile](/genomicstudy-example-genomicVCFfile) — DocumentReference-genomicVCFfile — DocumentReference - Genomic VCF File - [genomicVCFfile-cnv](/genomicstudy-example-genomicVCFfile-cnv) — DocumentReference-genomicVCFfile_cnv — DocumentReference - Genomic VCF File - CNV - [genomicVCFfile-simple](/genomicstudy-example-genomicVCFfile-simple) — DocumentReference-genomicVCFfile_simple — DocumentReference - Genomic VCF File - Simple - [groupDenovoFamily](/genomicstudy-example-groupDenovoFamily) — Group-denovoFamily — Group - A group of a trio study including proband, mother, and father - [NGS-device](/genomicstudy-example-NGS-device) — Device-NGS-device — Device - NGS Device - [practitioner01](/genomicstudy-example-practitioner01) — Practitioner-practitioner01 — Practitioner - Example 1 - [practitioner02](/genomicstudy-example-practitioner02) — Practitioner-practitioner02 — Practitioner - Example 2 - [relatedPersonDenovoFather](/genomicstudy-example-relatedPersonDenovoFather) — RelatedPerson-denovoFather — RelatedPerson - a proband's father - [relatedPersonDenovoMother](/genomicstudy-example-relatedPersonDenovoMother) — RelatedPerson-denovoMother — RelatedPerson - a proband's mother - [SimpleVariantAnalysis-called](/genomicstudy-example-SimpleVariantAnalysis-called) — DocumentReference-SimpleVariantAnalysis_called — DocumentReference - Simple Variant Analysis - Called - [specimenFather](/genomicstudy-example-specimenFather) — Specimen-specimenFather — Specimen of a proband's father as a subject - [specimenMother](/genomicstudy-example-specimenMother) — Specimen-specimenMother — Specimen of a proband's mother as a subject - [specimenProband](/genomicstudy-example-specimenProband) — Specimen-specimenProband — Specimen of a Proband as a subject - [Triodenovo-SW](/genomicstudy-example-Triodenovo-SW) — Device-Triodenovo-SW — Device - Triodenovo (Software) - [WES-FullSequencedRegion-GRCh38](/genomicstudy-example-WES-FullSequencedRegion-GRCh38) — DocumentReference-WES_FullSequencedRegion_GRCh38 — DocumentReference - WES Full Sequenced Region - GRCh38 [Full Examples](/genomicstudy-examples) ## Mapping Exceptions ### genomicstudy-event-mapping-exceptions.xml ### Divergent Elements - **Event.status** → **GenomicStudy.status** - shortUnmatched | reason=Unknown | pattern=preparation | in-progress | not-done | suspended | aborted | completed | entered-in-error | unknown | resource=registered | available | cancelled | entered-in-error | unknown - definitionUnmatched | reason=Unknown | pattern=The current state of the genomic study. | resource=The status of the genomic study. - commentsUnmatched | reason=Unknown | pattern=A nominal state-transition diagram can be found in the (Event pattern documentation Unknown does not represent "other" - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is. ### Unmapped Elements - **Event.partOf** — Unknown - **Event.reported** — Unknown - **Event.reason** — Unknown - **Event.relevantHistory** — Unknown - **Event.code** — Unknown - **Event.location** — Unknown - **Event.subject** — Unknown - **Event.statusReason** — Unknown - **Event.performer.actor** — Unknown - **Event.performer.function** — Unknown - **Event.note** — Unknown - **Event.category** — Unknown - **Event.encounter** — Unknown - **Event.recorded** — Unknown - **Event.occurrence** — Unknown - **Event.product** — Unknown - **Event.performer** — Unknown - **Event.identifier** — Unknown - **Event.basedOn** — Unknown - **Event.researchStudy** — Unknown ### genomicstudy-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.identifier** — Unknown - **FiveWs.source** — Unknown - **FiveWs.who** — Unknown - **FiveWs.grade** — Unknown - **FiveWs.planned** — Unknown - **FiveWs.done** — Unknown - **FiveWs.subject** — Unknown