HLA Reporting Implementation Guide
0.0.1 - Draft

This page is part of the HLA Reporting Implementation Guide (v0.0.1: Trial Use: 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

HLA-A, HLA-B Summary Report Example - XML Representation

(back to description)

Raw xml

Source view


<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="HLA-AB-SummaryReportExample"/>
  <meta>
    <profile
             value="http://fhir.nmdp.org/ig/hla-reporting/StructureDefinition/hla-summary-report"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: HLA-AB-SummaryReportExample</p><p><b>meta</b>: </p><p><b>status</b>: final</p><p><b>code</b>: Histocompatibility complex (HLA) <span style="background: LightGoldenRodYellow">(Details : {LOINC code '81247-9' = 'Master HL7 genetic variant reporting panel; {http://www.genenames.org/genegroup code '588' = '588', given as 'Histocompatibility complex (HLA)'})</span></p><p><b>result</b>: </p><ul><li><a href="Observation-HLA-A-GenotypeExample.html">Generated Summary: id: HLA-A-GenotypeExample; <span title="Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}">Laboratory</span>; <span title="Codes: {http://loinc.org 84413-4}">Genotype display name</span>; <span title="Codes: {http://glstring.org hla#3.25.0#HLA-A*01:01:01:01+HLA-A*01:02}">hla#3.25.0#HLA-A*01:01:01:01+HLA-A*01:02</span></a></li><li><a href="Observation-HLA-B-GenotypeExample.html">Generated Summary: id: HLA-B-GenotypeExample; <span title="Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}">Laboratory</span>; <span title="Codes: {http://loinc.org 84413-4}">Genotype display name</span>; <span title="Codes: {http://glstring.org hla#3.25.0#HLA-B*57:01:01:01+HLA-B*15:01:01:01}">hla#3.25.0#HLA-B*57:01:01:01+HLA-B*15:01:01:01</span></a></li></ul></div>
  </text>
  <extension
             url="http://fhir.nmdp.org/ig/hla-reporting/StructureDefinition/hla-genotype-summary">
    <valueCodeableConcept>
      <coding>
        <system value="http://glstring.org"/>
        <code
              value="hla#3.25.0#HLA-A*01:01:01:01+HLA-A*01:01:02^#HLA-B*57:01:01:01+HLA-B*15:01:01:01"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="81247-9"/>
    </coding>
    <coding>
      <system value="http://www.genenames.org/genegroup"/>
      <code value="588"/>
      <display value="Histocompatibility complex (HLA)"/>
    </coding>
  </code>
  <result>
    <reference value="Observation/HLA-A-GenotypeExample"/>
  </result>
  <result>
    <reference value="Observation/HLA-B-GenotypeExample"/>
  </result>
</DiagnosticReport>