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" : "Specimen",
"id" : "specimen-venous-example",
"meta" : {
"profile" : [
🔗 "https://hl7.lt/fhir/lab/StructureDefinition/specimen-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: Specimen specimen-venous-example</b></p><a name=\"lt-specimen-venous-example\"> </a><a name=\"lt-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\u00a0(use:\u00a0usual,\u00a0))</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>"
},
"identifier" : [
{
"system" : "http://hospital.lt/sid/specimen-number",
"value" : "barcode67890"
}
],
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "122555007",
"display" : "Venous blood specimen"
}
]
},
"subject" : {
🔗 "reference" : "Patient/patient-example"
},
"receivedTime" : "2025-11-06T08:30:00Z",
"request" : [
{
🔗 "reference" : "ServiceRequest/servicerequest-pathology-order-example"
}
],
"collection" : {
"collector" : {
🔗 "reference" : "Practitioner/practitioner-example"
},
"collectedDateTime" : "2025-11-06T08:00:00Z"
}
}