- LIS
- Laboratory information system — the software that runs orders, specimens, results, quality control, reporting and billing for a laboratory, as distinct from a clinic's EMR.
- Compendium
- The laboratory's test catalog: code, department, specimen type, container, units, reference intervals and critical limits, plus the send-out, direct-order and billing flags.
- LOINC
- The standard vocabulary identifying a laboratory test and its result; the starter compendium seeded at provisioning is LOINC-coded.
- Accession
- The intake record for a received specimen — a sequential number assigned only after the two-identifier confirmation, with the receiving user and time stored on the specimen.
- Specimen UID
- The identifier issued when the order derives its specimens; it is what gets printed as a barcode, scanned at accessioning, and quoted by an analyzer message.
- ASTM E1381 / E1394
- The low-level framing and the record format bench analyzers use to talk to a LIS; E1381 supplies the checksummed frames, E1394 the header, patient, order and result records.
- MLLP
- Minimal lower layer protocol — the byte wrapper that delimits one HL7 message on a TCP socket so a reader knows where a message begins and ends.
- ORU
- The HL7 v2 message type that carries observation results; here it is the inbound message the engine parses and files.
- ACK
- The HL7 acknowledgement returned for a message — accepted, rejected or error — so the sender learns the outcome rather than assuming it.
- Auto-verification
- Releasing an instrument result without a human, permitted only when every ordered gate passes; the rule-set version that released it is stored on the result.
- Delta check
- A comparison against the same patient's own prior final result for that test; a change beyond the configured absolute or percentage limit holds the result for review.
- Westgard multirules
- The control-run rules — 1-3s, 2-2s, R-4s, 4-1s and 10x — evaluated server-side to decide whether a quality-control run is in control.
- Levey-Jennings
- The chart of a control lot's runs in standard deviations from its mean, drawn next to the run entry so drift is visible where the decision is made.
- Hold reason
- The column recording which auto-verification gate closed on a result — critical, quality control, range or delta — and therefore why it is sitting on the verification worklist.
- Critical value
- A result far enough outside the interval to need an immediate call; the notification closes only with the name of the person notified and an explicit read-back confirmation.
- Corrected report
- A reissued report produced because a result was corrected; the new version supersedes the prior one, which is retained and still linked rather than overwritten.
- Send-out
- A test routed to a reference laboratory rather than run in house, accompanied by a courier manifest; the row closes when the result returns and goes final.
- Chain of custody
- The append-only trail of who held a specimen and when — collection, courier pickup, receipt — each event carrying the acting user, a note and a timestamp.
- Idempotent replay
- Applying the same client action twice safely: the client generates an action id, and a repeat returns the original outcome instead of writing a second event.
- Schema-per-tenant
- Giving each laboratory its own database rather than a tenant column in shared tables, so isolation is enforced by the data layer and the database grant.
- ABN
- Advance beneficiary notice — the form a patient signs when a test may not be covered; the order is flagged at creation and claim export is blocked until it is signed.
- Clean claim
- A claim carrying everything the payer needs the first time — payer, subscriber, diagnoses and coded service lines — assembled here from the completed order rather than re-keyed.