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

Raw json | Download

{
  "resourceType" : "Specimen",
  "id" : "specimen-left-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-left-breast-example</b></p><a name=\"specimen-left-breast-example\"> </a><a name=\"hcspecimen-left-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>/barcode54321</p><p><b>accessionIdentifier</b>: B26-6527</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>: 9 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 80248007}\">Left breast structure (body structure)</span></td></tr></table></blockquote><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" : "barcode54321"
    }
  ],
  "accessionIdentifier" : {
    "value" : "B26-6527"
  },
  "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" : 9,
      "unit" : "mg"
    },
    "bodySite" : {
      "concept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "80248007",
            "display" : "Left breast structure (body structure)"
          }
        ]
      }
    }
  },
  "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
      }
    }
  ]
}