Genomics Reporting Implementation Guide
1.1.0 - Ballot

This page is part of the Genetic Reporting Implementation Guide (v1.1.0: STU 2 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: Example - Buccal swab for HLA typing - XML Representation

Raw xml | Download



<Specimen xmlns="http://hl7.org/fhir">
  <id value="specimen-hla-r4"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/specimen"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <pre>buccal swab: 001-123456789 </pre>
        </div>
  </text>
  <identifier>
    <system value="http://specimensrus.com"/>
    <value value="001^123456789"/>
  </identifier>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="258564008"/>
      <display value="Buccal smear sample"/>
    </coding>
  </type>
  <subject>
    <display value="de-identified patient"/>
  </subject>
  <receivedTime value="2018-05-01"/>
  <collection>
    <method>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="418622002"/>
        <display value="Taking oral swab (procedure)"/>
      </coding>
    </method>
    <bodySite>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="261063000"/>
        <display value="Buccal space"/>
      </coding>
    </bodySite>
  </collection>
</Specimen>