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

: 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/genomic-report"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 51969-4}, {http://www.genenames.org HGNC:588}\">Genetic analysis report</span> (<span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 GE}\">Genetics</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Anonymous Patient</b> (no stated gender), DoB Unknown</td></tr><tr><td>When For</td><td>2023-06-01</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-genotype-hla-a-glstring-r4.html\"><span title=\"Codes: {http://loinc.org 84413-4}, {http://loinc.org 57290-9}\">Genotype display name</span></a></td><td><span title=\"Codes: {http://glstring.org hla#3.31.0#HLA-A*03:01:01:01+HLA-A*30:01:01}\">hla#3.31.0#HLA-A*03:01:01:01+HLA-A*30:01:01</span></td><td>2018-07-26</td></tr><tr><td><a href=\"Observation-haplotype-hla-a-1-r4.html\"><span title=\"Codes: {http://loinc.org 84414-2}, {http://loinc.org 57290-9}\">Haplotype name</span></a></td><td><span title=\"Codes: {http://www.ebi.ac.uk/ipd/imgt/hla HLA-A*03:01:01:01}\">HLA-A*03:01:01:01</span></td><td>2018-07-26</td></tr></table></div>"
  },
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/servicerequest-hla-a-r4"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "GE",
          "display" : "Genetics"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "51969-4",
        "display" : "Genetic analysis report"
      },
      {
        "system" : "http://www.genenames.org",
        "code" : "HGNC:588",
        "display" : "Histocompatibility complex (HLA)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ExamplePatient"
  },
  "effectiveDateTime" : "2023-06-01",
  "performer" : [
    {
      🔗 "reference" : "Organization/ExampleLab"
    }
  ],
  "specimen" : [
    {
      🔗 "reference" : "Specimen/specimen-hla-r4"
    }
  ],
  "result" : [
    {
      🔗 "reference" : "Observation/genotype-hla-a-glstring-r4"
    },
    {
      🔗 "reference" : "Observation/haplotype-hla-a-1-r4"
    }
  ]
}