Lithuanian Laboratory Implementation Guide
0.0.1 - ci-build
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
{
"resourceType" : "ServiceRequest",
"id" : "servicerequest-pathology-order-example",
"meta" : {
"profile" : [
🔗 "https://hl7.lt/fhir/lab/StructureDefinition/pathology-order-lt-lab"
]
},
"language" : "lt",
"text" : {
"status" : "generated",
"div" : "<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\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>encounter</b>: Beverly Waver's encounter on 2014-02-14</p><p><b>occurrence</b>: 2025-01-10 --> 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&E staining and assessment for dysplasia or malignancy. If indicated, proceed with immunohistochemistry for tumour markers.</p>\n</div></blockquote></div>"
},
"identifier" : [
{
"system" : "http://hospital.lt/sid/document-number",
"value" : "ret4421"
}
],
"status" : "active",
"intent" : "order",
"priority" : "asap",
"code" : {
"concept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "252416005",
"display" : "Histopathology test (procedure)"
}
]
}
},
"subject" : {
🔗 "reference" : "Patient/patient-example"
},
"encounter" : {
"display" : "Beverly Waver's encounter on 2014-02-14"
},
"occurrencePeriod" : {
"start" : "2025-01-10",
"end" : "2025-01-31"
},
"authoredOn" : "2023-01-15T09:30:10+02:00",
"requester" : {
🔗 "reference" : "Practitioner/practitioner-example"
},
"reason" : [
{
"concept" : {
"text" : "For consideration of Grommets"
}
},
{
"concept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "268547008",
"display" : "Screening for malignant neoplasm of breast"
}
]
}
}
],
"supportingInfo" : [
{
"reference" : {
🔗 "reference" : "Procedure/procedure-breast-biopsy-example"
}
}
],
"specimen" : [
{
🔗 "reference" : "Specimen/specimen-right-breast-example"
},
{
🔗 "reference" : "Specimen/specimen-left-breast-example"
}
],
"note" : [
{
"authorString" : "Serena Shrink",
"time" : "2025-01-10T10:00:00+02:00",
"text" : "Suspicion of adenocarcinoma based on colonoscopy findings. Please perform routine histopathological examination, including H&E staining and assessment for dysplasia or malignancy. If indicated, proceed with immunohistochemistry for tumour markers."
}
]
}