Lithuanian Laboratory Implementation Guide
0.0.1 - ci-build Lithuania vėliava

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

: ServiceRequest: Pathology Order (example)

Neapdorotas xml | Atsisiųsti


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="servicerequest-pathology-order-example"/>
  <meta>
    <profile
             value="https://hl7.lt/fhir/lab/StructureDefinition/pathology-order-lt-lab"/>
  </meta>
  <language value="lt"/>
  <text>
    <status value="generated"/>
    <div xml:lang="lt" lang="lt"><hr/><p><b>Lithuanian</b></p><hr/><p class="res-header-id"><b>Generated Narrative: ServiceRequest servicerequest-pathology-order-example</b></p><a name="lt-servicerequest-pathology-order-example"> </a><a name="lt-hcservicerequest-pathology-order-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-pathology-order-lt-lab.html">ServiceRequest: Pathology Order (Lt)</a></p></div><p><b>identifier</b>: <code>http://hospital.lt/sid/document-number</code>/ret4421</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>priority</b>: ASAP</p><h3>Codes</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 252416005}">Histopathology test (procedure)</span></td></tr></table><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>encounter</b>: Beverly Waver's encounter on 2014-02-14</p><p><b>occurrence</b>: 2025-01-10 --&gt; 2025-01-31</p><p><b>authoredOn</b>: 2023-01-15 09:30:10+0200</p><p><b>requester</b>: <a href="Practitioner-practitioner-example.html">Practitioner Registrar</a></p><h3>Reasons</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:">For consideration of Grommets</span></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 268547008}">Screening for malignant neoplasm of breast</span></td></tr></table><h3>SupportingInfos</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Reference</b></td></tr><tr><td style="display: none">*</td><td><a href="Procedure-procedure-breast-biopsy-example.html">Procedure Biopsy of breast</a></td></tr></table><p><b>specimen</b>: </p><ul><li><a href="Specimen-specimen-right-breast-example.html">Specimen: identifier = http://hospital.lt/sid/specimen-number#barcode12345; accessionIdentifier = B26-6526; status = available; type = Specimen from breast obtained by biopsy</a></li><li><a href="Specimen-specimen-left-breast-example.html">Specimen: identifier = http://hospital.lt/sid/specimen-number#barcode54321; accessionIdentifier = B26-6527; status = available; type = Specimen from breast obtained by biopsy</a></li></ul><p><b>note</b>: By Serena Shrink @2025-01-10 10:00:00+0200</p><blockquote><div><p>Suspicion of adenocarcinoma based on colonoscopy findings. Please perform routine histopathological examination, including H&amp;E staining and assessment for dysplasia or malignancy. If indicated, proceed with immunohistochemistry for tumour markers.</p>
</div></blockquote></div>
  </text>
  <identifier>
    <system value="http://hospital.lt/sid/document-number"/>
    <value value="ret4421"/>
  </identifier>
  <status value="active"/>
  <intent value="order"/>
  <priority value="asap"/>
  <code>
    <concept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="252416005"/>
        <display value="Histopathology test (procedure)"/>
      </coding>
    </concept>
  </code>
  <subject>🔗 
    <reference value="Patient/patient-example"/>
  </subject>
  <encounter>
    <display value="Beverly Waver's encounter on 2014-02-14"/>
  </encounter>
  <occurrencePeriod>
    <start value="2025-01-10"/>
    <end value="2025-01-31"/>
  </occurrencePeriod>
  <authoredOn value="2023-01-15T09:30:10+02:00"/>
  <requester>🔗 
    <reference value="Practitioner/practitioner-example"/>
  </requester>
  <reason>
    <concept>
      <text value="For consideration of Grommets"/>
    </concept>
  </reason>
  <reason>
    <concept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="268547008"/>
        <display value="Screening for malignant neoplasm of breast"/>
      </coding>
    </concept>
  </reason>
  <supportingInfo>
    <reference>🔗 
      <reference value="Procedure/procedure-breast-biopsy-example"/>
    </reference>
  </supportingInfo>
  <specimen>🔗 
    <reference value="Specimen/specimen-right-breast-example"/>
  </specimen>
  <specimen>🔗 
    <reference value="Specimen/specimen-left-breast-example"/>
  </specimen>
  <note>
    <authorString value="Serena Shrink"/>
    <time value="2025-01-10T10:00:00+02:00"/>
    <text
          value="Suspicion of adenocarcinoma based on colonoscopy findings. Please perform routine histopathological examination, including H&amp;E staining and assessment for dysplasia or malignancy. If indicated, proceed with immunohistochemistry for tumour markers."/>
  </note>
</ServiceRequest>