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: Right Breast Tissue (example)

Raw xml | Download


<Specimen xmlns="http://hl7.org/fhir">
  <id value="specimen-right-breast-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-right-breast-example</b></p><a name="specimen-right-breast-example"> </a><a name="hcspecimen-right-breast-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>/barcode12345</p><p><b>accessionIdentifier</b>: B26-6526</p><p><b>status</b>: Available</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 122601001}">Specimen from breast obtained by biopsy</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>request</b>: <a href="ServiceRequest-servicerequest-pathology-order-example.html">ServiceRequest Histopathology test (procedure)</a></p><blockquote><p><b>collection</b></p><p><b>collector</b>: <a href="Practitioner-practitioner-example.html">Practitioner Registrar</a></p><p><b>collected</b>: 2025-01-10 09:15:00+0200</p><p><b>quantity</b>: 10 mg</p><h3>BodySites</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Concept</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 73056007}">Right breast structure (body structure)</span></td></tr></table></blockquote><h3>Processings</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Method</b></td><td><b>Additive</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 127790008}">Tissue fixation (procedure)</span></td><td><a href="Substance-substance-formalin-example.html">Substance Neutral buffered formalin (substance)</a></td></tr></table><h3>Containers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Extension</b></td><td><b>Device</b></td><td><b>SpecimenQuantity</b></td></tr><tr><td style="display: none">*</td><td/><td>Sterile container</td><td>1</td></tr></table></div>
  </text>
  <identifier>
    <system value="http://hospital.lt/sid/specimen-number"/>
    <value value="barcode12345"/>
  </identifier>
  <accessionIdentifier>
    <value value="B26-6526"/>
  </accessionIdentifier>
  <status value="available"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="122601001"/>
      <display value="Specimen from breast obtained by biopsy"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/patient-example"/>
  </subject>
  <request>🔗 
    <reference value="ServiceRequest/servicerequest-pathology-order-example"/>
  </request>
  <collection>
    <collector>🔗 
      <reference value="Practitioner/practitioner-example"/>
    </collector>
    <collectedDateTime value="2025-01-10T09:15:00+02:00"/>
    <quantity>
      <value value="10"/>
      <unit value="mg"/>
    </quantity>
    <bodySite>
      <concept>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="73056007"/>
          <display value="Right breast structure (body structure)"/>
        </coding>
      </concept>
    </bodySite>
  </collection>
  <processing>
    <method>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="127790008"/>
        <display value="Tissue fixation (procedure)"/>
      </coding>
    </method>
    <additive>🔗 
      <reference value="Substance/substance-formalin-example"/>
    </additive>
  </processing>
  <container>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/specimen-container-type">
      <valueCodeableConcept>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="700855008"/>
          <display value="Tissue/fluid collection bag, sterile"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <device>
      <display value="Sterile container"/>
    </device>
    <specimenQuantity>
      <value value="1"/>
    </specimenQuantity>
  </container>
</Specimen>