Genomics Reporting Implementation Guide
2.0.0 - trial-use

This page is part of the Genetic Reporting Implementation Guide (v2.0.0: STU 2) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: diagnosticreport-hla-glstring-r4 - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "diagnosticreport-hla-glstring-r4",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomics-report"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 81247-9}, {http://www.genenames.org/geneId 588}\">Master HL7 genetic variant reporting panel</span> (<span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 GE}\">Genetics</span>) </h2><table class=\"grid\"><tr><td>When For</td><td>2018-07-26</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td></tr></table></div>"
  },
  "basedOn" : [
    {
      "display" : "Sequence-based typing of HLA-A for sample-id=123456789"
    },
    {
      "display" : "Sequence-based typing of HLA-B for sample-id=123456789"
    },
    {
      "display" : "Sequence-based typing of HLA-C for sample-id=123456789"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "GE",
          "display" : "Genetics"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "81247-9",
        "display" : "Master HL7 genetic variant reporting panel"
      },
      {
        "system" : "http://www.genenames.org/geneId",
        "code" : "588",
        "display" : "Histocompatibility complex (HLA)"
      }
    ]
  },
  "effectiveDateTime" : "2018-07-26",
  "performer" : [
    {
      "display" : "aTypingLab, Inc"
    }
  ],
  "specimen" : [
    {
      "display" : "buccal swab: 123456789"
    }
  ],
  "result" : [
    {
      "type" : "Observation",
      "display" : "HLA-A genotype: HLA-A:01:01:01G+HLA-A*01:02"
    },
    {
      "type" : "Observation",
      "display" : "HLA-B genotype: HLA-B*15:01:01:01+HLA-B*40:01:02:01/HLA-B*40:01:02:02/HLA-B*40:01:02:04/HLA-B*40:01:02:06"
    },
    {
      "type" : "Observation",
      "display" : "HLA-C genotype: HLA-C*07:04:01:01/HLA-C*07:04:01:03+HLA-C*12:03:01:01/HLA-C*12:03:01:06"
    }
  ]
}