STU 3 Ballot

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4 R3

Diagnosticreport-hla-genetics-results-example.xml

Raw XML (canonical form)

An example of a HLA genotyping results report (id = "hla-1")

<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="hla-1"/>

  <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-1</p><p><b>status</b>: final</p><p><b>code</b>: HLA genotyping results <span>(Details )</span></p><p><b>subject</b>: <a>Molecular Lab Patient ID: HOSP-23456</a></p><p><b>effective</b>: 26/05/2015 3:30:10 PM</p><p><b>issued</b>: 26/05/2015 3:30:10 PM</p><p><b>performer</b>: <a>Molecular Diagnostic Laboratory</a></p><p><b>specimen</b>: <a>Molecular Specimen ID: MLD45-Z4-1234</a></p></div></text><extension url="http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsGlstring">
      <extension url="text">
          <valueString value="HLA-A*01:01:01+HLA-A*24:02:01"/>
      </extension>
  </extension>
  <status value="final"/>
  <code>
      <text value="HLA genotyping results"/>
  </code>
  <subject>
    <reference value="Patient/genetics-example2"/>
    <display value="Molecular Lab Patient ID: HOSP-23456"/>
  </subject>
  <effectiveDateTime value="2015-05-26T15:30:10+01:00"/>
  <issued value="2015-05-26T15:30:10+01:00"/>
  <performer>
    <reference value="Practitioner/genetics-example2"/>
    <display value="Molecular Diagnostic Laboratory"/>
  </performer>

  <specimen>
    <reference value="Specimen/genetics-example2"/>
    <display value="Molecular Specimen ID: MLD45-Z4-1234"/>
  </specimen>

</DiagnosticReport>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.