--- type: "example" title: "GenomicStudy Example: genomicstudy-example-trio2" resource: "GenomicStudy" example: "genomicstudy-example-trio2" --- # GenomicStudy Example: genomicstudy-example-trio2 ## Example XML ```xml <!-- 0..1 Name of the analysis event (human friendly) --> <focus> <reference value="Patient/mother"/> </focus> <specimen> <reference value="Specimen/specimenMother"/> </specimen> <date value="2022-07-01T01:01:10-06:00"/><!-- 0..1 The date of the analysis event --> <note> <text value="This is a next generation sequencing analysis of a mother of a proband."/> </note> <!-- <input> <file> <reference value="DocumentReference/genomicFile2"/> </file> <type> <coding> <code value="vcf"/> <display value="VCF"/> </coding> </type> </input> --> <performer> <!-- 0..* Performer for the analysis event --> <actor> <reference value="Practitioner/practitioner02"/> </actor> <role> <coding> <system value="http://terminology.hl7.org/3.1.0/CodeSystem-v3-ParticipationType.html"/> <code value="PRF"/> <display value="Performer"/> </coding> </role> </performer> <device> <!-- 0..* Devices used for the analysis (e.g., instruments, software), with settings and parameters --> <device> <reference value="Device/NGS-device"/> </device> <!-- <function>0..1 CodeableConcept Specific function for the device used for the analysis</function> --> </device> </analysis> <analysis> <!-- 0..* Genomic Analysis Event of father --> <identifier> <use value="temp"/> <system value="http://www.somesystemabc.net/identifiers/genomicAnalyses"/> <value value="urn:uuid:1111-1111-1111-1113"/> </identifier> <!-- <instantiatesCanonical>0..1 canonical(PlanDefinition) The defined protocol that describes the analysis</instantiatesCanonical> --> <instantiatesUri value="https://pubmed.ncbi.nlm.nih.gov/33927380/"/> <title value="Paternal Sequence Variation Detection Using Next Generation Sequencing"/> <focus> <reference value="Patient/father"/> </focus> <specimen> <reference value="Specimen/specimenFather"/> </specimen> <date value="2022-07-01T01:01:10-06:00"/><!-- 0..1 The date of the analysis event --> <note> <text value="This is a next generation sequencing analysis of a father of a proband."/> </note> <!-- <input> <file> <reference value="DocumentReference/genomicFile3"/> </file> <type> <coding> <code value="vcf"/> <display value="VCF"/> </coding> </type> </input> --> <performer> <!-- 0..* Performer for the analysis event --> <actor> <reference value="Practitioner/practitioner02"/> </actor> <role> <coding> <system value="http://terminology.hl7.org/3.1.0/CodeSystem-v3-ParticipationType.html"/> <code value="PRF"/> <display value="Performer"/> </coding> </role> </performer> <device> <!-- 0..* Devices used for the analysis (e.g., instruments, software), with settings and parameters --> <device> <reference value="Device/NGS-device"/> </device> <!-- <function>0..1 CodeableConcept Specific function for the device used for the analysis</function> --> </device> </analysis> <analysis> <!-- 0..* De Novo Mutation Analysis --> <identifier> <use value="temp"/> <system value="http://www.somesystemabc.net/identifiers/genomicAnalyses"/> <value value="urn:uuid:1111-1111-1111-1114"/> </identifier> <!-- <instantiatesCanonical>0..1 canonical(PlanDefinition) The defined protocol that describes the analysis</instantiatesCanonical> --> <instantiatesUri value="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6885382/"/> <title value="De Novo Mutation Detection and Interpretation"/> <focus> <reference value="Patient/denovoChild"/> </focus> <focus> <reference value="RelatedPerson/relatedPersonDenovoFather"/> </focus> <focus> <reference value="RelatedPerson/relatedPersonDenovoMother"/> </focus> <!-- 0..1<specimen> Reference(Specimen) The specimen used in the analysis event </specimen>--> <date value="2022-07-01T03:01:10-06:00"/><!-- 0..1 The date of the analysis event --> <note> <text value="This is a next generation sequencing analysis of the comparison analysis of proband and parents sequences."/> </note> <input> <!-- 0..* Inputs for the analysis event, a combined vcf file--> <file> <reference value="DocumentReference/genomicFileProband"/> </file> <type> <coding> <system value="http://hl7.org/fhir/genomicstudy-dataformat"/> <code value="bam"/> <display value="BAM"/> </coding> </type> <!-- <generatedBy[x]>0..1 Identifier|Reference(GenomicStudy) The analysis event or other GenomicStudy that generated this input file</generatedBy[x]> --> </input> <input> <!-- 0..* Inputs for the analysis event, a combined vcf file--> <file> <reference value="DocumentReference/genomicFileMother"/> </file> <type> <coding> <system value="http://hl7.org/fhir/genomicstudy-dataformat"/> <code value="bam"/> <display value="BAM"/> </coding> </type> <!-- <generatedBy[x]>0..1 Identifier|Reference(GenomicStudy) The analysis event or other GenomicStudy that generated this input file</generatedBy[x]> --> </input> <input> <!-- 0..* Inputs for the analysis event, a combined vcf file--> <file> <reference value="DocumentReference/genomicFileFather"/> </file> <type> <coding> <system value="http://hl7.org/fhir/genomicstudy-dataformat"/> <code value="bam"/> <display value="BAM"/> </coding> </type> <!-- <generatedBy[x]>0..1 Identifier|Reference(GenomicStudy) The analysis event or other GenomicStudy that generated this input file</generatedBy[x]> --> </input> <output> <!-- 0..* Outputs for the analysis event --> <file> <reference value="DocumentReference/genomicFileGroupAsSubject"/> </file> <type> <coding> <system value="http://hl7.org/fhir/genomicstudy-dataformat"/> <code value="vcf"/> <display value="VCF"/> </coding> </type> </output> <performer> <!-- 0..* Performer for the analysis event --> <actor> <reference value="Practitioner/practitioner02"/> </actor> <role> <coding> <system value="http://terminology.hl7.org/3.1.0/CodeSystem-v3-ParticipationType.html"/> <code value="PRF"/> <display value="Performer"/> </coding> </role> </performer> <device> <!-- 0..* Devices used for the analysis (e.g., instruments, software), with settings and parameters --> <device> <reference value="Device/Triodenovo-SW"/> </device> <!-- <function>0..1 CodeableConcept Specific function for the device used for the analysis</function> --> </device> </analysis> </GenomicStudy> ```