Genomics Reporting Implementation Guide
3.0.0 - release 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.0 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

: servicerequest-hla-a-r4 - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="servicerequest-hla-a-r4"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest servicerequest-hla-a-r4</b></p><a name="servicerequest-hla-a-r4"> </a><a name="hcservicerequest-hla-a-r4"> </a><a name="servicerequest-hla-a-r4-en-US"> </a><p><b>identifier</b>: <code>http:/aDonorRegistry.com</code>/1234.5678</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://snomed.info/sct 108252007}">Laboratory procedure</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title="Codes:{http://loinc.org 13298-5}">HLA-A [Type]</span></p><p><b>subject</b>: Identifier: 001^24680</p><p><b>requester</b>: aDonorRegistry</p><p><b>performer</b>: aTypingLab, Inc</p><p><b>specimen</b>: buccal swab: 123456789</p></div>
  </text>
  <identifier>
    <system value="http:/aDonorRegistry.com"/>
    <value value="1234.5678"/>
  </identifier>
  <status value="completed"/>
  <intent value="order"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="108252007"/>
      <display value="Laboratory procedure"/>
    </coding>
  </category>
  <priority value="routine"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="13298-5"/>
      <display value="HLA-A [Type]"/>
    </coding>
  </code>
  <subject>
    <identifier>
      <value value="001^24680"/>
    </identifier>
  </subject>
  <requester>
    <type value="Organization"/>
    <display value="aDonorRegistry"/>
  </requester>
  <performer>
    <type value="Organization"/>
    <display value="aTypingLab, Inc"/>
  </performer>
  <specimen>
    <type value="Specimen"/>
    <display value="buccal swab: 123456789"/>
  </specimen>
</ServiceRequest>