--- type: "example" title: "GenomicStudy Example: genomicstudy-example-lungMass" resource: "GenomicStudy" example: "genomicstudy-example-lungMass" --- # GenomicStudy Example: genomicstudy-example-lungMass ## Example XML ```xml <!-- 0..1 Name of the analysis event (human friendly) --> <specimen> <reference value="Specimen/genomicSpecimen"/> </specimen> <date value="2019-03-01T01:01:10-06:00"/><!-- 0..1 The date of the analysis event --> <note> <text value="For technical reasons, PIK3CB was deemed uncallable using this method."/> </note> <regionsStudied> <reference value="DocumentReference/WES_FullSequencedRegion_GRCh38"/> </regionsStudied> <regionsCalled> <reference value="DocumentReference/SimpleVariantAnalysis_called"/> </regionsCalled> <output> <!-- 0..* outputs for the analysis event --> <file> <reference value="DocumentReference/genomicVCFfile_simple"/> </file> <type> <coding> <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/NGS-device"/> </device> <function> <coding> <display value="Next Generation Sequencing"/> </coding> </function> </device> </analysis> <analysis> <identifier> <use value="official"/> <system value="http://www.somesystemabc.net/identifiers/genomicAnalyses"/> <value value="urn:uuid:1111-1111-1111-1115"/> </identifier> <methodType> <coding> <system value="http://snomed.info/sct"/> <code value="117040002"/> <display value="Nucleic acid sequencing (procedure)"/> </coding> </methodType> <changeType> <coding> <system value="http://sequenceontology.org"/> <code value="SO:0001019"/> <display value="CNV"/> </coding> </changeType> <genomeBuild> <coding> <system value="http://loinc.org"/> <code value="LA26806-2"/> <display value="GRCh38"/> </coding> </genomeBuild> <title value="CNV analysis"/><!-- 0..1 Name of the analysis event (human friendly) --> <specimen> <reference value="Specimen/genomicSpecimen"/> </specimen> <date value="2019-03-01T01:01:10-06:00"/><!-- 0..1 The date of the analysis event --> <note> <text value="For technical reasons, PIK3CB was deemed uncallable using this method."/> </note> <regionsStudied> <reference value="DocumentReference/WES_FullSequencedRegion_GRCh38"/> </regionsStudied> <regionsCalled> <reference value="DocumentReference/CNVAnalysis_called"/> </regionsCalled> <output> <!-- 0..* Inputs for the analysis event --> <file> <reference value="DocumentReference/genomicVCFfile_cnv"/> </file> <type> <coding> <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> </analysis> </GenomicStudy> ```