Genomics Reporting Implementation Guide
4.0.0-ballot - STU 4 ballot International flag

Genomics Reporting Implementation Guide, published by HL7 International / Clinical Genomics. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/genomics-reporting/ and changes regularly. See the Directory of published versions

: PGXGenomicStudy - XML Representation

Page standards status: Informative

Raw xml | Download


<GenomicStudy xmlns="http://hl7.org/fhir">
  <id value="PGXGenomicStudy"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: GenomicStudy PGXGenomicStudy</b></p><a name="PGXGenomicStudy"> </a><a name="hcPGXGenomicStudy"> </a><p><b>status</b>: Available</p><p><b>type</b>: <span title="Codes:">PGX sequencing panel</span></p><p><b>subject</b>: <a href="Patient-CGPatientExample01.html">Adam B. Everyman  Male, DoB: 1951-01-20 ( Medical Record Number: m123 (use: usual, ))</a></p><p><b>startDate</b>: 2021-01-01</p><p><b>basedOn</b>: <a href="ServiceRequest-eMERGEServiceRequest.html">ServiceRequest emerge-seq-ngs-pnl</a></p><p><b>note</b>: </p><blockquote><div><p>For technical reasons, PIK3CB was deemed uncallable.</p>
</div></blockquote><h3>Analyses</h3><table class="grid"><tr><td style="display: none">-</td><td><b>GenomeBuild</b></td><td><b>Date</b></td><td><b>Note</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://loinc.org LA26806-2}">GRCh38</span></td><td>2021-01-01 01:01:10-0600</td><td><blockquote><div><p>protein-coding and exon-splicing regions</p>
</div></blockquote></td></tr></table></div>
  </text>
  <status value="available"/>
  <type>
    <text value="PGX sequencing panel"/>
  </type>
  <subject>🔗 
    <reference value="Patient/CGPatientExample01"/>
  </subject>
  <startDate value="2021-01-01"/>
  <basedOn>🔗 
    <reference value="ServiceRequest/eMERGEServiceRequest"/>
  </basedOn>
  <note>
    <text value="For technical reasons, PIK3CB was deemed uncallable."/>
  </note>
  <analysis>
    <genomeBuild>
      <coding>
        <system value="http://loinc.org"/>
        <code value="LA26806-2"/>
        <display value="GRCh38"/>
      </coding>
    </genomeBuild>
    <date value="2021-01-01T01:01:10-06:00"/>
    <note>
      <text value="protein-coding and exon-splicing regions"/>
    </note>
  </analysis>
</GenomicStudy>