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-right-breast-example",
"meta" : {
"profile" : [
🔗 "https://hl7.lt/fhir/lab/StructureDefinition/specimen-lt-lab"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<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\u00a0(use:\u00a0usual,\u00a0))</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>"
},
"identifier" : [
{
"system" : "http://hospital.lt/sid/specimen-number",
"value" : "barcode12345"
}
],
"accessionIdentifier" : {
"value" : "B26-6526"
},
"status" : "available",
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "122601001",
"display" : "Specimen from breast obtained by biopsy"
}
]
},
"subject" : {
🔗 "reference" : "Patient/patient-example"
},
"request" : [
{
🔗 "reference" : "ServiceRequest/servicerequest-pathology-order-example"
}
],
"collection" : {
"collector" : {
🔗 "reference" : "Practitioner/practitioner-example"
},
"collectedDateTime" : "2025-01-10T09:15:00+02:00",
"quantity" : {
"value" : 10,
"unit" : "mg"
},
"bodySite" : {
"concept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "73056007",
"display" : "Right breast structure (body structure)"
}
]
}
}
},
"processing" : [
{
"method" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "127790008",
"display" : "Tissue fixation (procedure)"
}
]
},
"additive" : [
{
🔗 "reference" : "Substance/substance-formalin-example"
}
]
}
],
"container" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/specimen-container-type",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "700855008",
"display" : "Tissue/fluid collection bag, sterile"
}
]
}
}
],
"device" : {
"display" : "Sterile container"
},
"specimenQuantity" : {
"value" : 1
}
}
]
}