990-490 ASTM High Level
990-490 ASTM High Level
990-490 ASTM High Level
1 Introduction
ASTM high-
level protocol 2 Detailed structure of each record
type
(E1394)
Communication
3 ASTM message structure and
protocol examples
specifications
6 Date of issue
System performance
The procedures described in this manual must be observed in order to ensure proper system
performance, and to avoid hazards.
Radiometer cannot provide or verify system performance characteristics if the system is not
installed, used and maintained in accordance with Radiometer procedures or if accessories not
meeting the specifications provided by Radiometer are used.
Radiometer warrants that the data media on which the software included in the system is furnished
is free from defects in material and workmanship under normal use for three (3) months from the
date of delivery as evidenced by a copy of invoice or receipt.
Confidentiality
The contents of this document shall not be reproduced or communicated to any third party without the
prior written consent of Radiometer.
Changes
This document is subject to change without notice.
While every effort is made to ensure the correctness of the information provided in this document
as changed from time to time, Radiometer disclaims any liability for errors and omissions.
Radiometer, the Radiometer logo, ABL, AQT, TCM, RADIANCE, AQURE, PICO, CLINITUBES and QUALICHECK are trademarks of or used
under license by Radiometer Medical ApS.
Overview
Introduction This manual describes the structure of the ASTM high-level
protocol. The manual also describes how Radiometer analyzers
and the RADIANCE system implement the ASTM high-level
protocol. For information about Radiometer analyzers using this
protocol, see the CPS reference manual 994-188.
1
ASTM High-level Communication Protocol Specifications for Radiometer products
2
Communication Protocol Specifications for Radiometer products ASTM High-level
Introduction
Overview
Introduction Radiometer analyzers and the RADIANCE system have two ASTM
high-level protocols that are slightly different:
• ASTM is the protocol preferred.
• ASTM6xx is the ASTM E1394 protocol as it was implemented
on older ABL500 series and ABL600 series analyzers.
This high-level standard specifies:
• the structure of messages exchanged between the analyzer and
the computer system, i.e. the individual records and the fields
contained in the records.
• the total list of universal test IDs transmitted via ASTM.
Note: The Audit Trail function is available for the ASTM (but not the
ASTM6xx) protocols and is supported by:
• The RADIANCE system
• ABL80 analyzer
• ABL77 analyzer
• ABL90 analyzer
• AQT90 analyzer
The format of Comment records documenting general conditions,
errors and flags differs slightly between Radiometer analyzers.
Intended use
3
ASTM High-level Communication Protocol Specifications for Radiometer products
4
Communication Protocol Specifications for Radiometer products ASTM High-level
Communication layers
Introduction Communication between computer systems is generally described
in terms of the 7- layer Open Systems Interconnect (OSI) model;
see Craig Hunt, TCP/IP Network Administration, O’Reilly &
Associates Inc.1994. The following table correlates terms used in
this manual with the OSI model concepts.
5
ASTM High-level Communication Protocol Specifications for Radiometer products
6
Communication Protocol Specifications for Radiometer products ASTM High-level
Protocol Is Used.....
ASTM6xx – ASTM E1394 – • to match ABL500 analyzer
91 “Specification for series and ABL600 analyzer
Transferring Information series making it as seamless as
Between Clinical possible to use Radiometer
Laboratory Instruments analyzers and RADIANCE
and Computer Systems”. system products with existing
HIS/LIS interfaces.
Note: Unlike the previous
ABL500 and ABL600
analyzer series products,
the ASTM6xx now includes
bidirectional
communication.
ASTM - ASTM E1394 – 91 • because it makes more use of
the available features of the
protocol, like “out of critical
range” flags and again,
bidirectional communication.
HL7 - Health-Level 7 • as a computer to computer
standard. It is a general
purpose health care
communication standard.
• General acknowledgements are
not required by the HIS/LIS.
POCT1-A DML • when a POCT1-A compliant
device is to connect to the
RADIANCE system.
• when a Radiometer analyzer
has to connect to a non-
Radiometer data manager or
HIS/LIS that supports the
POCT1-A suite of protocols.
7
ASTM High-level Communication Protocol Specifications for Radiometer products
Protocol Is Used.....
HL7 v2.5 • HL7 v2.5 standard is to be
supported.
• General acknowledgements are
required by HIS/LIS.
HISLIS PLUS • Bidirectional interface with
orders and ADT support on one
connection and results on
another is required.
8
Communication Protocol Specifications for Radiometer products ASTM High-level
Data Trans- Transmission examples from the ABL725 analyzer are included in
mission Complete Transmission Examples using ASTM Low-level Protocol
to illustrate how data is sent in ASTM format.
9
ASTM High-level Communication Protocol Specifications for Radiometer products
Message structure
Concept Definition
Message A complete, self-contained entity of data. An
example of a message is a complete patient test
result including patient identification, order
information, parameter values and error messages.
Record A message is composed of records each containing
related elements of data (attributes). Examples of
records are the patient information record keeping
all the patient data that is common to all tests and
the order record keeping data that is common for
the individual test.
Field Each record has a number of fields each holding one
or more data elements (attributes). For instance,
the patient information record has a field containing
the patient’s name and a field holding the patient’s
birth data. Fields are delimited by "|"
Compo- A field may be divided into several component fields.
nent field The name field of the patient information record has
the components last name, first name and middle
initials. Components are delimited by '^'
Record Messages consist of various record types that are listed in the
Types table below.
10
Communication Protocol Specifications for Radiometer products ASTM High-level
Delimiters Delimiters are used to separate the record into fields and
components. Delimiters may vary from implementation to
implementation, and are defined as part of the header record.
The following delimiters are used in Radiometer analyzers and in
the RADIANCE system:
11
ASTM High-level Communication Protocol Specifications for Radiometer products
12
Communication Protocol Specifications for Radiometer products ASTM High-level
Radiometer
Analyzer HIS/LIS
Radiometer
RADIANCE HIS/LIS
Analyzer
13
ASTM High-level Communication Protocol Specifications for Radiometer products
14
Communication Protocol Specifications for Radiometer products ASTM High-level
Message The following diagram illustrates the flow of messages sent from
Flows for Radiometer analyzers when connected to the HIS/LIS system
Sent directly (see next page).
Messages
Radiometer HIS/LIS
Analyzer
Patient Result
Radiometer
HIS/LIS
Analyzer
Calibration Result
Radiometer HIS/LIS
Analyzer
Radiometer HIS/LIS
Analyzer
Activity Log
15
ASTM High-level Communication Protocol Specifications for Radiometer products
Radiometer HIS/LIS
RADIANCE
Analyzer
Patient Result
(proprietary)
Patient Result
Radiometer HIS/LIS
RADIANCE
Analyzer
Calibration Result
(proprietary)
Calibration Result
Radiometer
RADIANCE HIS/LIS
Analyzer
Radiometer HIS/LIS
RADIANCE
Analyzer
Activity Log
(proprietary)
Activity Log
16
Communication Protocol Specifications for Radiometer products ASTM High-level
Command Message
Radiometer
HIS/LIS
Analyzer
Radiometer HIS/LIS
Analyzer
17
ASTM High-level Communication Protocol Specifications for Radiometer products
Radiometer HIS/LIS
RADIANCE
Analyzer
Unsolicited Patient
by Department Message
Unsolicited Patient
Information Message
Radiometer HIS/LIS
Analyzer
18
Communication Protocol Specifications for Radiometer products ASTM High-level
Radiometer HIS/LIS
RADIANCE
Analyzer
Flow of The following diagram illustrates the flow of messages when the
Analyzer analyzer is connected directly to the HIS/LIS system.
Messages to
the HIS/LIS Radiometer HIS/LIS
Analyzer
< 20 secs
Patient by Department Response
19
ASTM High-level Communication Protocol Specifications for Radiometer products
Radiometer HIS/LIS
RADIANCE
Analyzer
Patient by Department
Query (proprietary)
Patient by Department Query
< 20 secs
Patient by Department Patient by Department Response
Response (proprietary)
20
Communication Protocol Specifications for Radiometer products ASTM High-level
Audit trail
Introduction An audit trail displays a history of edits that have been made to a
patient file. The RADIANCE system generates an audit trail list if
a result is edited in the RADIANCE system or at a Radiometer
analyzer. The audit trail list is visible on the screen where patient
results are displayed. The audit trail list is also visible on printed
reports from the RADIANCE system.
In addition the audit trail can be sent along with the patient result
to the HIS/LIS systems if the option is enabled. In this case, the
operator of the HIS/LIS system can view a complete history of
changes that have been performed on the patient result. This
function is also useful for tracing and documenting changes,
which are required by many regulatory boards when audits are
performed at a hospital.
Note The result has an error message (Calibration drift out of range)
on parameter pO 2 .
21
ASTM High-level Communication Protocol Specifications for Radiometer products
22
Communication Protocol Specifications for Radiometer products ASTM High-level
23
ASTM High-level Communication Protocol Specifications for Radiometer products
24
Communication Protocol Specifications for Radiometer products ASTM High-level
25
ASTM High-level Communication Protocol Specifications for Radiometer products
26
Communication Protocol Specifications for Radiometer products ASTM High-level
27
ASTM High-level Communication Protocol Specifications for Radiometer products
ABL77 The ABL77 analyzer sends this record for Patient results ONLY.
analyzer Fields are marked * if they differ from other Radiometer
analyzers. An explanation follows the chart below.
28
Communication Protocol Specifications for Radiometer products ASTM High-level
29
ASTM High-level Communication Protocol Specifications for Radiometer products
30
Communication Protocol Specifications for Radiometer products ASTM High-level
ABL77 The ABL77 analyzer sends this record for Patient results ONLY.
analyzer *
Fields are marked * if they differ from Radiometer analyzers. An
explanation follows the chart below.
Field Name Example Comment
5 Universal Test ID The ABL77 analyzer does not
send this field
7 Requested/Ordered The ABL77 analyzer uses this
Date and Time field to represent “Order
Date” expressed in
YYYYMMDD for Patient
Results only.
11 Collector ID ABL77 analyzer uses this
field to represent “Drawn by”
for Patient results only.
16 Specimen For QC results: ABL77
Descriptor analyzer sends QC Level^QC
Lot number rather than QC
Solutions ID^QC Lot
number.
For Calibration Records: The
ABL77 analyzer sends “2
Point Calibration” rather than
“2-Point Calibration”.
For Patient results: There is
a listing of all the possible
sample types and draw sites
transmitted by ABL77
analyzer.
31
ASTM High-level Communication Protocol Specifications for Radiometer products
32
Communication Protocol Specifications for Radiometer products ASTM High-level
33
ASTM High-level Communication Protocol Specifications for Radiometer products
34
Communication Protocol Specifications for Radiometer products ASTM High-level
ABL77 The ABL77 analyzer looks only at the first three fields even
analyzer though a HIS/LIS system may send more.
35
ASTM High-level Communication Protocol Specifications for Radiometer products
Result record
Introduction The result record contains information about a single parameter
in a particular test. The parameter can be an input (a keyed-in
value), default, measured, calculated, or estimated parameter.
Field
definitions Field Name - Example Comments
E1394 - 91
1 Record Type ID R Fixed entry
2 Sequence 1 This is the first R record.
Number
3 Universal Test ^^^pO 2 ^M This field consists of four
* ID components; the first three
are not used:
Not used
^ Not used
^ Not used
^pO 2 Parameter name
^M Parameter type
Parameter names are listed
in Appendix 1.
Possible parameter types
are:
“C”
Calculated parameter
“D”
Default parameter
“E”
Estimated parameter
“I”
Input parameter
“M”
Measured parameter
“ ”
Parameter type not specified
(AQT Built-in QC:)
Specific check
AU Voltage
12V
36
Communication Protocol Specifications for Radiometer products ASTM High-level
37
ASTM High-level Communication Protocol Specifications for Radiometer products
L “L”
Below low normal range
H “H”
Above high normal range
LL “LL”
Below low critical range
HH “HH”
Above high critical range
< “<”
Below analyzer measuring
range
> “>”
Above analyzer measuring
range
(AQT90 Built-in QC and
OK CalAdjust, only:)
OK – check passed
? ? – Check failed
8 Nature of Not used,
Abnormality except:
Testing 4603 AQT90 Quality control:
Cartridge lot number
9 Result Status F “F” indicating final result.
* C “C” indicating corrected
parameter result if Audit
Trail is enabled.
“R” indicating a
R retransmitted parameter
which has not been
corrected. Only sent if Audit
Trail is enabled.
10 Date of Change Not used
in Instrument
Normative
Values or Units
11 Operator Bill The operator ID. Only sent
* Identification with the first “R” record.
12 Date/Time Test 19980909 Time stamp generated when
* Started 151803 analysis is started. Only
send with the first “R”
record.
38
Communication Protocol Specifications for Radiometer products ASTM High-level
39
ASTM High-level Communication Protocol Specifications for Radiometer products
40
Communication Protocol Specifications for Radiometer products ASTM High-level
41
ASTM High-level Communication Protocol Specifications for Radiometer products
42
Communication Protocol Specifications for Radiometer products ASTM High-level
43
ASTM High-level Communication Protocol Specifications for Radiometer products
44
Communication Protocol Specifications for Radiometer products ASTM High-level
ABL77 The only comment record the ABL77 analyzer sends is the Audit
analyzer Trail style comment record. Fields are marked * if they differ
from Radiometer analyzers. An explanation follows the chart
below.
ABL80 The only comment record the ABL80 analyzer sends is the Audit
analyzer Trail style comment record. Fields are marked ** if they differ
from Radiometer analyzers. An explanation follows the chart
below.
45
ASTM High-level Communication Protocol Specifications for Radiometer products
46
Communication Protocol Specifications for Radiometer products ASTM High-level
Query record
ABL77 The ABL77 analyzer sends only the first 11 fields (i.e.1-11) for a
analyzer Patient by Department Query. The ABL77 analyzer sends only
first 3 fields (1-3) for a Patient information Query
47
ASTM High-level Communication Protocol Specifications for Radiometer products
48
Communication Protocol Specifications for Radiometer products ASTM High-level
Note: The RADIANCE system and the ABL77 and ABL80 analyzers do
not support this record.
Field
Field Name – Example Comments
definitions
E1394 - 91
1 Record Type ID M Fixed entry
2 Sequence Number 1 1
3 Command LOCK LOCK - Places the
analyzer in the LOCK
mode.
Note: UNLOCK
Releases analyzer
from the LOCK mode.
49
ASTM High-level Communication Protocol Specifications for Radiometer products
50
Communication Protocol Specifications for Radiometer products ASTM High-level
Overview
51
ASTM High-level Communication Protocol Specifications for Radiometer products
Overview
52
Communication Protocol Specifications for Radiometer products ASTM High-level
Introduction The following gives the symbols and their meanings in this topic:
Symbol Meaning
[{}] Zero or more
occurrences
[ ] Optional
{} One or more
occurrences
53
ASTM High-level Communication Protocol Specifications for Radiometer products
Patient result
54
Communication Protocol Specifications for Radiometer products ASTM High-level
Radiometer
Analyzers The Patient Result has no general errors but does have an error
Trans- on the pO 2.
mission
H|\^&|||ABL735^Central Lab.||||||||1|19990923114712
P|1||112233||Hansen^Peter|||M||||||25^years||1.82^m|75.0^kg||||||
||
O|1||Sample #^3|^^^syringe
|||19990922122500||||||||Arterial^Brachial, left|
R|1|^^^Cl-^M|99|mmol/L||N||F||123|19990923105100
R|2|^^^pH^M|7.402|||N||F|||
R|3|^^^pO2^M|?111|mmHg||N||F|||
C|1|I|210|I
R|4|^^^pCO2^M|40.7|mmHg||N||F|||
R|5|^^^Na+^M|134|mmol/L||N||F|||
R|6|^^^Glu^M|5.0|mmol/L||N||F|||
R|7|^^^Lac^M|1.2|mmol/L||N||F|||
R|8|^^^Ca++^M|0.54|mmol/L||N||F|||
R|9|^^^K+^M|3.7|mmol/L||N||F|||
R|10|^^^tHb^M|12.8|g/dL||N||F|||
R|11|^^^sO2^M|97.5|%||N||F|||
R|12|^^^O2Hb^M|91.8|%||N||F|||
R|13|^^^COHb^M|3.9|%||N||F|||
R|14|^^^MetHb^M|1.9|%||N||F|||
R|15|^^^tBil^M|297|micromol/L||N||F|||
R|16|^^^HbF^M|84|%||N||F|||
R|17|^^^T^I|37.0|Cel||||F|||
R|18|^^^pH(T)^M|7.402|||N||F|||
R|19|^^^pCO2(T)^M|40.7|mmHg||N||F|||
R|20|^^^SBE^C|0.6|mmol/L||||F|||
R|21|^^^SBC^C|24.9|mmol/L||||F|||
R|22|^^^pO2(T)^M|?111|mmHg||N||F|||
R|23|^^^p50(act)^E|?19.82|mmHg||||F|||
R|24|^^^tO2^C|?16.6|Vol%||||F|||
L|1|N
55
ASTM High-level Communication Protocol Specifications for Radiometer products
56
Communication Protocol Specifications for Radiometer products ASTM High-level
R|27|^^^MetHb^M|0.005|||N||R|||
R|28|^^^T^I|39.4|Cel||N||C|||
C|1|L|CHANGE^2002-07-19 16:44:02 () T: 37.0 -> 39.4|G
R|29|^^^FIO2^I|0.800|||N||C|||
C|2|L|CHANGE^2002-07-19 16:43:36 () FIO2: 0.210 -> 0.800|G
L|1|N
57
ASTM High-level Communication Protocol Specifications for Radiometer products
Calibration result
58
Communication Protocol Specifications for Radiometer products ASTM High-level
H|\^&|||ABL735^||||||||1|19990923102738
P|1
O|1||Cal #^133||||||||||||1 Point Calibration
R|1|^^^tHb^Zero^M|486.34|pA||||F|||19990923083000
R|2|^^^tHb^ZeroDrift^M|1.91|pA||||F|||
R|3|^^^tHb^ZeroStatus^M|0|||||F|||
R|4|^^^Glu^1^M|9.9|mmol/L||||F|||
R|5|^^^Glu^Sens^M|231.0|pA/mM||||F|||
R|6|^^^Glu^Drift^M|?0.9|mmol/L||||F|||
C|1|I|376|I
R|7|^^^Lac^1^M|4.0|mmol/L||||F|||
R|8|^^^Lac^Sens^M|452.6|pA/mM||||F|||
R|9|^^^Lac^Drift^M|0.1|mmol/L||||F|||
R|10|^^^Cl-^1^M|104|mmol/L||||F|||
R|11|^^^Cl-^Status^M|105|mmol/L||||F|||
R|12|^^^Cl-^Drift1^M|-1|mmol/L||||F|||
R|13|^^^pH^1^M|7.398|||||F|||
R|14|^^^pH^Status^M|7.261|||||F|||
R|15|^^^pH^Drift1^M|-0.005|||||F|||
R|16|^^^Ca++^1^M|1.25|mmol/L||||F|||
R|17|^^^Ca++^Status^M|2.66|mmol/L||||F|||
R|18|^^^Ca++^Drift1^M|?0.17|mmol/L||||F|||
C|1|I|376|I
R|19|^^^K+^1^M|4.0|mmol/L||||F|||
R|20|^^^K+^Status^M|3.2|mmol/L||||F|||
R|21|^^^K+^Drift1^M|?0.2|mmol/L||||F|||
C|1|I|376|I
R|22|^^^Na+^1^M|145|mmol/L||||F|||
R|23|^^^Na+^Status^M|122|mmol/L||||F|||
R|24|^^^Na+^Drift1^M|1|mmol/L||||F|||
R|25|^^^pO2^1^M|140.1|mmHg||||F|||
R|26|^^^pO2^Sens^M|11.7|pA/mmHg||||F|||
R|27|^^^pO2^Drift1^M|?6.3|mmHg||||F|||
C|1|I|376|I
R|28|^^^pCO2^1^M|39.7|mmHg||||F|||
R|29|^^^pCO2^Status^M|44.6|mmHg||||F|||
R|30|^^^pCO2^Drift1^M|?2.8|mmHg||||F|||
C|1|I|376|I
59
ASTM High-level Communication Protocol Specifications for Radiometer products
R|31|^^^B^M|756|mmHg||||F|||
L|1|N
60
Communication Protocol Specifications for Radiometer products ASTM High-level
}]
L Message Terminator record
61
ASTM High-level Communication Protocol Specifications for Radiometer products
R|7|^^^Ca++^M|0.72|mmol/L||||F|||
C|1|I|589|I
R|8|^^^K+^M|3.7|mmol/L||||F|||
R|9|^^^tHb^M|13.1|g/dL||||F|||
R|10|^^^sO2^M|96.7|%||||F|||
R|11|^^^O2Hb^M|92.3|%||||F|||
R|12|^^^COHb^M|2.5|%||||F|||
R|13|^^^MetHb^M|2.0|%||||F|||
R|14|^^^tBil^M|300|micromol/L||||F|||
R|15|^^^HbF^M|71|%||||F|||
R|16|^^^B^M|757|mmHg||||F|||
R|17|^^^pH(T)^C|7.404|||||F|||
R|18|^^^pCO2(T)^C|39.8|mmHg||||F|||
R|19|^^^pO2(T)^C|101|mmHg||||F|||
L|1|N
62
Communication Protocol Specifications for Radiometer products ASTM High-level
63
ASTM High-level Communication Protocol Specifications for Radiometer products
64
Communication Protocol Specifications for Radiometer products ASTM High-level
65
ASTM High-level Communication Protocol Specifications for Radiometer products
H|\^&|||AQT90 FLEX^R0071N0005||||||{Note}||1|20110830032647
P|1
O|1||BuiltinQC #^3||||20110317103128|||{Operator}|||||||||||||||
R|1|^^^AU Voltage 12V|12.0|Power|10.8^13.2|OK||F|||
R|2|^^^AU Voltage 24AV|24.0|Power|21.6^26.4|OK||F|||
R|3|^^^AU Voltage 24BV|24.0|Power|21.6^26.4|OK||F|||
R|4|^^^AU Voltage 24CV|24.0|Power|21.6^26.4|OK||F|||
R|5|^^^Software versions||Software|^|OK||F|||
R|6|^^^Instrument Temperature|26.5|Instrument|15^38|OK||F|||
R|7|^^^Needle Pierce Count|5000|Wet Section|0^10000|OK||F|||
R|8|^^^Incubation Temperature|37.0|Shaker
Incubator|36.5^37.5|OK||F|||
66
Communication Protocol Specifications for Radiometer products ASTM High-level
67
ASTM High-level Communication Protocol Specifications for Radiometer products
Activity log
H|\^&|||ABL735^Central Lab.||||||||1|19990923124707
P|1
O|1||Error
R|1||663||||||||19990917144501
L|1|N
68
Communication Protocol Specifications for Radiometer products ASTM High-level
Record Name
Type
H Header record
H|\^&|||ABL735^Central Lab.||||||||1|19990923125103
Q|1|12345^
L|1|N
69
ASTM High-level Communication Protocol Specifications for Radiometer products
Patient-by-department query
Record Name
Type
H Header record
Q Query record. Identifies Patient
department to query on. Field 11
identifies the patient department as the
second component (e.g. LOCATION^ICU-
3)
L Message Terminator record
70
Communication Protocol Specifications for Radiometer products ASTM High-level
71
ASTM High-level Communication Protocol Specifications for Radiometer products
72
Communication Protocol Specifications for Radiometer products ASTM High-level
73
ASTM High-level Communication Protocol Specifications for Radiometer products
Patient-by-department response
Record Name
Type
H Header record
0 or more Patient Information
[{P}] records.
L Message Terminator record
74
Communication Protocol Specifications for Radiometer products ASTM High-level
Record Name
Type
H Header record
Manufacturer Information record
M
L Message Terminator record
75
ASTM High-level Communication Protocol Specifications for Radiometer products
Overview
76
Communication Protocol Specifications for Radiometer products ASTM High-level
Example <ENQ>
<ACK>
<STX>1H|\^&|||ABL735^Central
Lab.||||||||1|19990923131544<CR><ETX>C8<CR><LF>
<ACK>
<STX>2P|1||12345||Doe^John|||U||||||^||^|^||||||||<CR><ETX>66
<CR><LF>
<ACK>
<STX>3O|1||Sample
#^4||||||||||||Arterial^|<CR><ETX>60<CR><LF>
<ACK>
<STX>4R|1|^^^pH^M|7.584|||N||F|||19990923112600<CR><ETX>1
A<CR><LF>
<ACK>
<STX>5R|2|^^^pO2^M|63.9|mmHg||N||F|||<CR><ETX>D4<CR><LF
>
<ACK>
<STX>6R|3|^^^pCO2^M|22.1|mmHg||N||F|||<CR><ETX>0C<CR><L
F>
<ACK>
<STX>7R|4|^^^Cl-^M|75|mmol/L||N||F|||<CR><ETX>06<CR><LF>
<ACK>
<STX>0R|5|^^^Lac^M|8.7|mmol/L||N||F|||<CR><ETX>65<CR><LF
>
<ACK>
<STX>1R|6|^^^Ca++^M|0.32|mmol/L||N||F|||<CR><ETX>77<CR>
<LF>
<ACK>
<STX>2R|7|^^^K+^M|5.3|mmol/L||N||F|||<CR><ETX>C8<CR><LF>
<ACK>
77
ASTM High-level Communication Protocol Specifications for Radiometer products
<STX>3R|8|^^^Na+^M|120|mmol/L||N||F|||<CR><ETX>2B<CR><L
F>
<ACK>
<STX>4R|9|^^^Glu^M|11.9|mmol/L||N||F|||<CR><ETX>B1<CR><LF
>
<ACK>
<STX>5R|10|^^^tHb^M|18.9|g/dL||N||F|||<CR><ETX>ED<CR><LF
>
<ACK>
<STX>6R|11|^^^sO2^M|70.4|%||N||F|||<CR><ETX>9D<CR><LF>
<ACK>
<STX>7R|12|^^^O2Hb^M|48.5|%||N||F|||<CR><ETX>DC<CR><LF>
<ACK>
<STX>0R|13|^^^COHb^M|21.0|%||N||F|||<CR><ETX>D9<CR><LF>
<ACK>
<STX>1R|14|^^^MetHb^M|10.1|%||N||F|||<CR><ETX>6E<CR><LF
>
<ACK>
<STX>2R|15|^^^tBil^M|438|micromol/L||N||F|||<CR><ETX>C2<CR
><LF>
<ACK>
<STX>3R|16|^^^HbF^M|62|%||N||F|||<CR><ETX>3A<CR><LF>
<ACK>
<STX>4R|17|^^^T^I|37.0|Cel||||F|||<CR><ETX>9D<CR><LF>
<ACK>
<STX>5R|18|^^^pH(T)^M|7.584|||N||F|||<CR><ETX>24<CR><LF>
<ACK>
<STX>6R|19|^^^pCO2(T)^M|22.1|mmHg||N||F|||<CR><ETX>E8<CR
><LF>
<ACK>
<STX>7R|20|^^^SBE^C|-
0.8|mmol/L||||F|||<CR><ETX>31<CR><LF>
<ACK>
<STX>0R|21|^^^SBC^C|25.3|mmol/L||||F|||<CR><ETX>2E<CR><L
F>
<ACK>
<STX>1R|22|^^^pO2(T)^M|63.9|mmHg||N||F|||<CR><ETX>A7<CR
><LF>
<ACK>
<STX>2R|23|^^^p50(act)^C|45.07|mmHg||||F|||<CR><ETX>47<CR
><LF>
<ACK>
78
Communication Protocol Specifications for Radiometer products ASTM High-level
<STX>3R|24|^^^tO2^C|12.9|Vol%||||F|||<CR><ETX>79<CR><LF>
<ACK>
<STX>4L|1|N<CR><ETX>07<CR><LF>
<ACK>
<EOT>
79
ASTM High-level Communication Protocol Specifications for Radiometer products
<STX>
H|\^&|||ABL735^Central Lab.||||||||1|19990923133423<CR>
P|1||12345||Doe^John|||U||||||^||^|^||||||||<CR>
O|1||Sample #^4||||||||||||Arterial^|<CR>
R|1|^^^pH^M|7.584|||N||F|||19990923112600<CR>
R|2|^^^pO2^M|63.9|mmHg||N||F|||<CR>
R|3|^^^pCO2^M|22.1|mmHg||N||F|||<CR>
R|4|^^^Cl-^M|75|mmol/L||N||F|||<CR>
R|5|^^^Lac^M|8.7|mmol/L||N||F|||<CR>
R|6|^^^Ca++^M|0.32|mmol/L||N||F|||<CR>
R|7|^^^K+^M|5.3|mmol/L||N||F|||<CR>
R|8|^^^Na+^M|120|mmol/L||N||F|||<CR>
R|9|^^^Glu^M|11.9|mmol/L||N||F|||<CR>
R|10|^^^tHb^M|18.9|g/dL||N||F|||<CR>
R|11|^^^sO2^M|70.4|%||N||F|||<CR>
R|12|^^^O2Hb^M|48.5|%||N||F|||<CR>
R|13|^^^COHb^M|21.0|%||N||F|||<CR>
R|14|^^^MetHb^M|10.1|%||N||F|||<CR>
R|15|^^^tBil^M|438|micromol/L||N||F|||<CR>
R|16|^^^HbF^M|62|%||N||F|||<CR>
R|17|^^^T^I|37.0|Cel||||F|||<CR>
R|18|^^^pH(T)^M|7.584|||N||F|||<CR>
R|19|^^^pCO2(T)^M|22.1|mmHg||N||F|||<CR>
R|20|^^^SBE^C|0.8|mmol/L||||F|||<CR>
R|21|^^^SBC^C|25.3|mmol/L||||F|||<CR>
R|22|^^^pO2(T)^M|63.9|mmHg||N||F|||<CR>
R|23|^^^p50(act)^C|45.07|mmHg||||F|||<CR>
R|24|^^^tO2^C|12.9|Vol%||||F|||<CR>
L|1|N<CR>
<ETX>
80
Communication Protocol Specifications for Radiometer products ASTM High-level
<SOH>
H|\^&|||ABL735^Intensive Care Unit ||||||||1|19991013131021<CR>
P|1||29546587||^|||U||||||^|^^^|^|^||||||||<CR>
O|1||Sample #^8037||||||||||||Arterial^|<CR>
R|1|^^^pCO2^M|32.4|mmHg||L||F||User|19990419151100<CR>
C|1|I|84|I<CR>
R|2|^^^pH^M|7.326|||L||F|||<CR>
C|1|I|84|I<CR>
R|3|^^^pO2^M|99.9|mmHg||N||F|||<CR>
R|4|^^^Lac^M|8.9|mmol/L||N||F|||<CR>
R|5|^^^tHb^M|13.6|g/dL||N||F|||<CR>
R|6|^^^RHb^M|2.2|%||N||F|||<CR>
R|7|^^^O2Hb^M|96.7|%||N||F|||<CR>
R|8|^^^COHb^M|0.6|%||N||F|||<CR>
R|9|^^^MetHb^M|0.4|%||N||F|||<CR>
R|10|^^^T^I|37.0|Cel||||F|||<CR>
R|11|^^^FIO2^I|21.0|%||||F|||<CR>
R|12|^^^pH(T)^M|7.326|||N||F|||<CR>
R|13|^^^pCO2(T)^M|32.4|mmHg||N||F|||<CR>
R|14|^^^SBE^C|-8.4|mmol/L||||F|||<CR>
R|15|^^^SBC^C|18.0|mmol/L||||F|||<CR>
R|16|^^^Hct^C|41.8|%||||F|||<CR>
R|17|^^^pO2(T)^M|99.9|mmHg||N||F|||<CR>
R|18|^^^p50(act)^E|28.20|mmHg||||F|||<CR>
R|19|^^^AaDpO2^E|7.6|mmHg||||F|||<CR>
R|20|^^^AaDpO2,T^E|7.6|mmHg||||F|||<CR>
R|21|^^^tO2^C|18.6|Vol%||||F|||<CR>
R|22|^^^RI^E|8|%||||F|||<CR>
L|1|N<CR>
<EOT>
81
ASTM High-level Communication Protocol Specifications for Radiometer products
Introduction The following transmission examples are for the ABL80 analyzer.
They are given here because they differ slightly from other
Radiometer analyzers.
• Patient result
• Manual QC result
• Two point calibration
• System cycle
Patient <SOH>H|\^&|||ABL80^eds||||||||1|20060901135323
result P|1||1470082||Doe^John||19521013|M||||||^|^^^|72^in|172^lbs||||
||||ICU
O|1|124451|Sample
#^2|^^^|||20060901135200||||||||Arterial^Brachial, right|Dr.
Spock|||||||||C
C|27|L|CHANGE^20060901135253 (ANONYMOUS) Drawn By: <Not
included> -> Nurse Cratchit|G
C|28|L|CHANGE^20060901135253 (ANONYMOUS) Baro: <Not
included> -> 555|G
R|1|^^^pH^M|7|||N||R||ANONYMOUS|20060817155958
R|2|^^^pCO2^M|14|mmHg||LL||R|||
R|3|^^^pO2^M|193|mmHg||>||R|||
R|4|^^^Hct^M|-14|%||<||R|||
R|5|^^^Na+^M|119|mmol/L||LL||R|||
R|6|^^^K+^M|6.7|mmol/L||N||R|||
R|7|^^^Ca++^M|1.49|mmol/L||N||R|||
R|8|^^^Cl-^M|71|mmol/L||LL||R|||
R|9|^^^Glu^M|0.2|mmol/L||LL||R|||
R|10|^^^tHb^C|.....|g/dL||||R|||
R|11|^^^HCO3-^C|3.3|mmol/L||N||R|||
R|12|^^^SBC^C|6.9|mmol/L||N||R|||
R|13|^^^ABE^C|-34.5|mmol/L||N||R|||
R|14|^^^SBE^C|-26|mmol/L||N||R|||
R|15|^^^tCO2(B)^C|3.1|mmol/L||N||R|||
R|16|^^^tCO2(P)^C|3.7|mmol/L||N||R|||
R|17|^^^Ca(7.4)^C|.....|mmol/L||||R|||
R|18|^^^Anion gap (K+)^C|51.4|mmol/L||N||R|||
R|19|^^^sO2^C|99|%||N||R|||
R|20|^^^tO2^C|14.4|Vol%||N||R|||
82
Communication Protocol Specifications for Radiometer products ASTM High-level
R|21|^^^pO2(A)^C|89|mmol/L||N||R|||
R|22|^^^AaDpO2^C|.....|mmol/L||||R|||
R|23|^^^a/ApO2^C|.....|mmol/L||||R|||
R|24|^^^RI^C|.....|mmol/L||||R|||
R|25|^^^pH(T)^M|7|||N||R|||
R|26|^^^pCO2(T)^M|14|mmHg||N||R|||
R|27|^^^pO2(T)^M|194|mmHg||H||R|||
R|28|^^^pO2(A),T^C|89|mmol/L||H||R|||
R|29|^^^AaDpO2,T^C|.....|mmol/L||||R|||
R|30|^^^a/ApO2,T^C|.....|mmol/L||||R|||
R|31|^^^RI,T^C|.....|mmol/L||||R|||
R|32|^^^Height^I|72|in||||C|||
R|33|^^^Weight^I|172|lbs||||C|||
R|34|^^^T^I|98.8|F||||C|||
R|35|^^^FIO2^I|21|%||||C|||
C|1|L|CHANGE^20060901135253 (ANONYMOUS) FO2_I: <Not
included> -> 21|G
R|36|^^^Liter_Flow^I|0.4|L||||C|||
C|1|L|CHANGE^20060901135253 (ANONYMOUS) Liter_Flow: <Not
included> -> 0.4|G
R|37|^^^B^I|555|mmHg||||C|||
R|38|^^^sO2^I|45|%||||C|||
R|39|^^^tHb^I|22|g/dL||||C|||
L|1|N
<EOT>
83
ASTM High-level Communication Protocol Specifications for Radiometer products
<EOT>
84
Communication Protocol Specifications for Radiometer products ASTM High-level
Manual QC <SOH>H|\^&|||ABL80^eds||||||||1|20060901154314
P|1|||||||||||||||||||||||||
O|1||QC #^17||||||||||||S7170^0
R|1|^^^Hct^M|0|%||||F||ANONYMOUS|20060818102305
L|1|N
<EOT>
<SOH>H|\^&|||ABL80^eds||||||||1|20060901154508
P|1|||||||||||||||||||||||||
O|1||QC #^5||||||||||||C8001^13487
R|1|^^^pH^M|7.36|||||F||SYSTEM|20060817180127
R|2|^^^pCO2^M|34|mmHg||||F|||
R|3|^^^Na+^M|154|mmol/L||||F|||
R|4|^^^K+^M|4.2|mmol/L||||F|||
R|5|^^^Ca++^M|1.14|mmol/L||||F|||
R|6|^^^Cl-^M|104|mmol/L||||F|||
R|7|^^^Glu^M|0.8|mmol/L||||F|||
L|1|N
<EOT>
85
ASTM High-level Communication Protocol Specifications for Radiometer products
<SOH>H|\^&|||ABL80^eds||||||||1|20060901154508
P|1|||||||||||||||||||||||||
O|1||QC #^6||||||||||||C8002^13177
R|1|^^^pH^M|7.03|||||F||SYSTEM|20060817180127
R|2|^^^pCO2^M|76|mmHg||||F|||
R|3|^^^pO2^M|154|mmHg||||F|||
R|4|^^^Hct^M|3|%||||F|||R|5|^^^Na+^M|103|mmol/L||||F|||
R|6|^^^K+^M|8.7|mmol/L||||F|||
R|7|^^^Ca++^M|2.32|mmol/L||||F|||
R|8|^^^Cl-^M|59|mmol/L||||F|||
R|9|^^^Glu^M|16.5|mmol/L||||F|||
L|1|N<EOT>
<SOH>H|\^&|||ABL80^eds||||||||1|20060901154508
P|1|||||||||||||||||||||||||
O|1||QC #^7||||||||||||C8003^13356
R|1|^^^pH^M|7.71|||||F||SYSTEM|20060817180127
R|2|^^^pCO2^M|12|mmHg||||F|||
R|3|^^^pO2^M|63|mmHg||||F|||
R|4|^^^Na+^M|168|mmol/L||||F|||
R|5|^^^K+^M|2.2|mmol/L||||F|||
R|6|^^^Ca++^M|0.48|mmol/L||||F|||
R|7|^^^Cl-^M|124|mmol/L||||F|||
R|8|^^^Glu^M|4.4|mmol/L||||F|||
L|1|N<EOT>
<SOH>H|\^&|||ABL80^eds||||||||1|20060901154509
P|1|||||||||||||||||||||||||
O|1||QC #^8||||||||||||C8004^13125
R|1|^^^pH^M|6.63|||||F||SYSTEM|20060817180127
R|2|^^^pCO2^M|43|mmHg||||F|||
R|3|^^^pO2^M|219|mmHg||||F|||
R|4|^^^Hct^M|70|%||||F|||
L|1|N<EOT>
86
ASTM high-level protocol (E1394), Communication protocol specifications Date of issue
Date of issue
Publication: 201203
Edition: H
Code number: 990-490