Lithuanian Laboratory Implementation Guide
0.0.1 - ci-build Lithuania flag

Lithuanian Laboratory Implementation Guide, published by Lithuanian Medical Library. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7LT/ig-lt-lab/ and changes regularly. See the Directory of published versions

: Specimen: Venous Blood (example)

Raw xml | Download


<Specimen xmlns="http://hl7.org/fhir">
  <id value="specimen-venous-example"/>
  <meta>
    <profile
             value="https://hl7.lt/fhir/lab/StructureDefinition/specimen-lt-lab"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xml:lang="en" lang="en"><hr/><p><b>English</b></p><hr/><p class="res-header-id"><b>Generated Narrative: Specimen specimen-venous-example</b></p><a name="specimen-venous-example"> </a><a name="hcspecimen-venous-example"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Language: en</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-specimen-lt-lab.html">Specimen (LT Lab)</a></p></div><p><b>identifier</b>: <code>http://hospital.lt/sid/specimen-number</code>/barcode67890</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 122555007}">Venous blood specimen</span></p><p><b>subject</b>: <a href="Patient-patient-example.html">Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))</a></p><p><b>receivedTime</b>: 2025-11-06 08:30:00+0000</p><p><b>request</b>: <a href="ServiceRequest-servicerequest-pathology-order-example.html">ServiceRequest Histopathology test (procedure)</a></p><h3>Collections</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Collector</b></td><td><b>Collected[x]</b></td></tr><tr><td style="display: none">*</td><td><a href="Practitioner-practitioner-example.html">Practitioner Registrar</a></td><td>2025-11-06 08:00:00+0000</td></tr></table></div>
  </text>
  <identifier>
    <system value="http://hospital.lt/sid/specimen-number"/>
    <value value="barcode67890"/>
  </identifier>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="122555007"/>
      <display value="Venous blood specimen"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/patient-example"/>
  </subject>
  <receivedTime value="2025-11-06T08:30:00Z"/>
  <request>🔗 
    <reference value="ServiceRequest/servicerequest-pathology-order-example"/>
  </request>
  <collection>
    <collector>🔗 
      <reference value="Practitioner/practitioner-example"/>
    </collector>
    <collectedDateTime value="2025-11-06T08:00:00Z"/>
  </collection>
</Specimen>