OpenELIS GLOBAL2 Implementation Guide
0.1.0 - ci-build

OpenELIS GLOBAL2 Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: OpenElis Specimen Example - XML Representation

Raw xml | Download


<Specimen xmlns="http://hl7.org/fhir">
  <id value="OpenElisSpecimenExample"/>
  <meta>
    <profile
             value="http://i-tech-uw.github.io/openelis-global-ig/StructureDefinition/open-elis-specimen"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Specimen OpenElisSpecimenExample</b></p><a name="OpenElisSpecimenExample"> </a><a name="hcOpenElisSpecimenExample"> </a><a name="OpenElisSpecimenExample-en-US"> </a><p><b>identifier</b>: <code>https://demo.openelis-global.org/sampleItem_uuid</code>/9df49e2d-57f7-4e7b-abb1-54d0a1933253</p><p><b>accessionIdentifier</b>: <code>https://demo.openelis-global.org/sampleItem_labNo</code>/TESTA230000000001751</p><p><b>status</b>: Available</p><p><b>type</b>: <span title="Codes:">Plasma</span></p><p><b>subject</b>: <a href="Patient-329f09da-0fc9-419d-9575-ace68954426A.html">moses Mutesa  Male, DoB: 1988-03-02 ( https://demo.openelis-global.org/pat_nationalId#NA121212)</a></p><p><b>receivedTime</b>: 2023-03-03 07:03:00+0000</p><p><b>request</b>: <a href="ServiceRequest-OpenElisServiceRequestExample.html">ServiceRequest CT Chest</a></p><h3>Collections</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Collected[x]</b></td></tr><tr><td style="display: none">*</td><td>2023-02-03</td></tr></table></div>
  </text>
  <identifier>
    <system value="https://demo.openelis-global.org/sampleItem_uuid"/>
    <value value="9df49e2d-57f7-4e7b-abb1-54d0a1933253"/>
  </identifier>
  <accessionIdentifier>
    <system value="https://demo.openelis-global.org/sampleItem_labNo"/>
    <value value="TESTA230000000001751"/>
  </accessionIdentifier>
  <status value="available"/>
  <type>
    <coding>
      <system value="http://loinc.org"/>
      <display value="Plasma"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/329f09da-0fc9-419d-9575-ace68954426A"/>
  </subject>
  <receivedTime value="2023-03-03T07:03:00Z"/>
  <request>🔗 
    <reference value="ServiceRequest/OpenElisServiceRequestExample"/>
  </request>
  <collection>
    <collectedDateTime value="2023-02-03"/>
  </collection>
</Specimen>