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

: Specimen Block: #A1 from Left Breast (example)

Neapdorotas json | Atsisiųsti

{
  "resourceType" : "Specimen",
  "id" : "specimen-block-1-example",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.lt/fhir/lab/StructureDefinition/specimen-block-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-block-1-example</b></p><a name=\"lt-specimen-block-1-example\"> </a><a name=\"lt-hcspecimen-block-1-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-block-lt-lab.html\">Specimen: Tissue Block</a></p></div><p><b>accessionIdentifier</b>: A1</p><p><b>status</b>: Available</p><p><b>parent</b>: <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></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>5 slices</td></tr></table><h3>Processings</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Method</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 702941008}\">Paraffin embedding</span></td></tr></table></div>"
  },
  "accessionIdentifier" : {
    "value" : "A1"
  },
  "status" : "available",
  "parent" : [
    {
      🔗 "reference" : "Specimen/specimen-left-breast-example"
    }
  ],
  "collection" : {
    "quantity" : {
      "value" : 5,
      "unit" : "slices"
    }
  },
  "processing" : [
    {
      "method" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "702941008",
            "display" : "Paraffin embedding"
          }
        ]
      }
    }
  ]
}