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 - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "GenomicStudy",
  "id" : "PGXGenomicStudy",
  "text" : {
    "status" : "generated",
    "div" : "<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\u00a0(use:\u00a0usual,\u00a0))</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>\n</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>\n</div></blockquote></td></tr></table></div>"
  },
  "status" : "available",
  "type" : [
    {
      "text" : "PGX sequencing panel"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/CGPatientExample01"
  },
  "startDate" : "2021-01-01",
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/eMERGEServiceRequest"
    }
  ],
  "note" : [
    {
      "text" : "For technical reasons, PIK3CB was deemed uncallable."
    }
  ],
  "analysis" : [
    {
      "genomeBuild" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "LA26806-2",
            "display" : "GRCh38"
          }
        ]
      },
      "date" : "2021-01-01T01:01:10-06:00",
      "note" : [
        {
          "text" : "protein-coding and exon-splicing regions"
        }
      ]
    }
  ]
}