Genomics Reporting Implementation Guide
3.0.1-SNAPSHOT - 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 3.0.1-SNAPSHOT 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

: analysisTumorRNA - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "analysisTumorRNA",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-analysis"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure</b><a name=\"analysisTumorRNA\"> </a><a name=\"hcanalysisTumorRNA\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Procedure &quot;analysisTumorRNA&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-genomic-study-analysis.html\">Genomic Study Analysis</a></p></div><blockquote><p><b>Genomic Study Analysis Regions</b></p><blockquote><p><b>url</b></p><code>studied</code></blockquote><p><b>value</b>: <a href=\"DocumentReference-FullGenome-GRCh38.html\">DocumentReference/FullGenome-GRCh38</a></p></blockquote><p><b>Genomic Study Analysis Method Type</b>: RNA analysis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-genomic-study-method-type-cs.html\">Genomic Study Method Type CodeSystem</a>#rna-analysis)</span></p><p><b>Genomic Study Analysis Change Type</b>: gene_fusion <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (sequenceontology.org#SO:0001565)</span></p><p><b>Genomic Study Analysis Change Type</b>: transcript_variant <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (sequenceontology.org#SO:0001576)</span></p><p><b>Genomic Study Analysis Specimen</b>: <a href=\"Specimen-tumorSpecimen.html\">Specimen/tumorSpecimen</a></p><p><b>Genomic Study Analysis Focus</b>: <a href=\"Patient-somaticPatient.html\">Patient/somaticPatient</a> &quot; HAMSBURG&quot;</p><p><b>status</b>: completed</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span></p><p><b>subject</b>: <a href=\"Patient-somaticPatient.html\">Patient/somaticPatient</a> &quot; HAMSBURG&quot;</p><p><b>performed</b>: 2023-02-02 01:01:10-0600</p></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "studied",
          "valueReference" : {
            🔗 "reference" : "DocumentReference/FullGenome-GRCh38"
          }
        }
      ],
      "url" : "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-analysis-regions"
    },
    {
      "url" : "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-analysis-method-type",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/genomic-study-method-type-cs",
            "code" : "rna-analysis",
            "display" : "RNA analysis"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-analysis-change-type",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://sequenceontology.org",
            "code" : "SO:0001565",
            "display" : "gene_fusion"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-analysis-change-type",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://sequenceontology.org",
            "code" : "SO:0001576",
            "display" : "transcript_variant"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-analysis-specimen",
      "valueReference" : {
        🔗 "reference" : "Specimen/tumorSpecimen"
      }
    },
    {
      "url" : "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-analysis-focus",
      "valueReference" : {
        🔗 "reference" : "Patient/somaticPatient"
      }
    }
  ],
  "status" : "completed",
  "category" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
        "code" : "laboratory"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/somaticPatient"
  },
  "performedDateTime" : "2023-02-02T01:01:10-06:00"
}