Seis Format Astm
Seis Format Astm
1 PURPOSE
This document describes ASTM format for patient results sending from an AL22 towards a LIS and receipt
of orders from a LIS through RS or NET.
3 DIFFUSION
5 REFERENCES
6 SYSTEM OVERVIEW
The Mythic22 AL is the auto-loader version of the Mythic 22, haematology 5DIF analyzer.
1 PURPOSE............................................................................................................................................................................1
2 APPROBATION AND HISTORY ..................................................................................................................................1
3 DIFFUSION......................................................................................................................................................................1
4 DEFINITIONS AND ABBREVATIONS .....................................................................................................................1
5 REFERENCES ....................................................................................................................................................................1
6 SYSTEM OVERVIEW......................................................................................................................................................1
7 GENERAL SPÉCIFICATIONS...................................................................................................................................... 3
7.1 FORMAT OVERVIEW.......................................................................................................................................... 3
7.2 ASTM FORMAT .................................................................................................................................................... 3
7.2.1.1 Description............................................................................................................................................... 3
7.2.1.2 Unidirectional communication diagram for AL22 ............................................................................ 3
7.2.1.3 Bidirectional communication diagram for AL22............................................................................... 5
7.2.2 ASTM Fields Implementation ....................................................................................................................... 7
7.2.2.1 Header H Record .................................................................................................................................... 7
7.2.2.2 Patient P Record ..................................................................................................................................... 7
7.2.2.3 Order O Record ...................................................................................................................................... 8
7.2.2.4 Result R Record....................................................................................................................................... 9
7.2.2.5 Manufacturer Information M Record................................................................................................ 9
7.2.2.6 Terminator T Record ............................................................................................................................10
7 GENERAL SPÉCIFICATIONS
ASTM format is used for standardized communication with a LIS. This note describes the way ASTM fields
are filled and numbered in order to allow third party developers to design their own software solution.
ASTM used version is referenced as standard E1394. The low-layer protocol referenced as standard E1381
will not be discussed in this document.
This is an ASCII protocol based on handshakes. Two modes are internally managed. The unidirectional mode
and the bidirectional mode (which contains several sub-modes)
- UNIDIRECTIONAL Mode allows the AL22 to send patient results towards a LIS. (either results
read from the archive then sent towards the LIS or directly sent afterwards an analysis)
- BIDIRECTIONAL Mode is intended to receive a worklist from a LIS, apply the required tests and
send results back to the LIS. In the case of the AL22, worklist orders received from a LIS will be
processed to enqueue the current worklist of the day. Results are sent back after analysis
completion.
Patient result sending for DIF where SID is TEST SID 1 and realized on February, the 11th.
Below, the 22 parameters transmission.
Patient result sending for CBC where SID is TEST SID 10 and realized on February, the 10th.
Below, the 18 parameters transmission.
Data patient receipt which are translated into patient orders to populate the current worklist.
For instance, the second order named TEST SID 2, born on March the 12th in 1985, requires a CBC analysis
by Dr House in Oregon.
L|1|N
ERR_ASTM_CRC : CRC error. The received astm frame is contains error(s), CRC is wrong
ERR_ASTM_PARAM : Number of received parameters for a frame type does not match the standard
requirements.
ERR_ASTM_WRONG_FRM : The received ASTM frame was not expected by the AL22.
ERR_ASTM_WRONG_VERSION : ASTM version used by the LIS is not recognized by the AL22. It must be
E1394-97.
ERR_ASTM_USE_DETECTED : Errors occur during ASTM data processing. These errors do not depend of
an ASTM encapsulation. This might be a received order already available in the current worklist, for
instance.
Example:
H|\^&|||ORPHEE AL22|||||LIS_ID||P|E 1394-97|20110211033633
P1 type ID P -
P2 Sequence No. - Record number of the patient, ex : 1, 2..etc
P3 Practiced As. Pat. No. - Practiced Assigned Patient Number : AL22 PID
P4 Lab. As. Pat. ID - Laboratory Assigned Patient ID : AL22 SID
P5 Patient ID No3 - AL22 Sequence Number
P6 Patient Name - AL22 ID
P8 Birthdate - Format : YYYYMMDD
P9 Patient Sex - M(ale) F(emale) or U(ndefined)
P14 Attending Phys. ID - ID of the physician.
P15 Special Field No.1 - Comment related to the patient
P26 Location - Location of the examination
Example:
P|1|TEST PID 1|TEST SID 1||TEST ID||19900101|M|||||HOUSE|comment||||||||||| OREGON |||||||||
Field
No. Label Static Description
Content
O1 Record Type ID O -
O2 ASTM Seq. Number 1 -
O3 Specimen ID AL22 SID
O4 Instrument Spec. ID sequence number assigned by AL22
O5 Universal Test ID ^^^xxx where xxx = CBC or DIF
O6 Priority R -
O8 Spec. Collec Date/Time Draw Date.: DHHMM (D:0,1,2Îunknown/today/yesterday)
Example:
N°
champ Libellé Contenu statique Description
R1 Record Type ID R -
R2 Record Seq. Number - 1…n
R3 Universal Test ID ^^^xxx Where xxx may be WBC, RBC, HGB..and so on..
R4 Measurement Value - Measured value ex:10.9
R5 Unité - Unit, ex : K/uL
R6 Reference Range - Range of values : ex : 3.0 to 12.0
R7 Result Flags L, H, LL, HH, A, N Alarms, A Î Dil, NÎNormal
R9 Result Status F ou X F if successful, X if errors occur
R13 Date/Time test completed - Format: YYYYMMDDHHMMSS
Example:
10 1 = RL
11 1 = HL
12 1 = NL
13 1 = NH
14 1 = IC
15 1 = R1
16 1 = R2
17 1 = P1
18 1 = P2
19 1 = P3
20 non-utilisé.
Example:
M|1|Alert=00000101000000|Flag=000000000000000
Example:
L|1|N