The Demo site for our new HL7 Version 2+ (plus) Standard
visit the hl7 website

Draft Website - For Review Purposes Only

SN - structured numeric

HL7 Component Table - SN - structured numeric
Seq# Description Implement Flags Cardinality Length C.LEN Vocabulary Data Type
SN
1 Comparator SHALL [0..1] [1..2]     ST
2 Num1 [0..1]     NM
3 Separator/Suffix SHALL [0..1] [1..1]     ST
4 Num2 [0..1]     NM

Components: <Comparator (ST)> & <Num1 (NM)> & <Separator/Suffix (ST)> & <Num2 (NM)>

Definition: The structured numeric data type is used to unambiguously express numeric clinical results along with qualifications. This enables receiving systems to store the components separately, and facilitates the use of numeric database queries. The corresponding sets of values indicated with the <comparator> and <separator/suffix> components are intended to be the authoritative and complete set of values. If additional values are needed for the <comparator> and <separator/suffix> components, they should be submitted to HL7 for inclusion in the Standard.

If <num1> and <num2> are both non-null, then the separator/suffix must be non-null. If the separator is "-", the data range is inclusive; e.g., <num1> - <num2> defines a range of numbers x, such that: <num1> <=x<= <num2>.

SN-1: Comparator (ST)

Definition: Defined as greater than, less than, greater than or equal, less than or equal, equal, and not equal, respectively ( ">" or "<" or ">=" or "<=" or "=" or "<>").

If this component is not valued, it defaults to equal ("=").

SN-2: Num1 (NM)

Definition: A number.

SN-3: Separator/Suffix (ST)

Definition: "-" or "+" or "/" or ":"

Examples:

|>^100|

(greater than 100)

|^100^-^200|

(equal to range of 100 through 200)

|^1^:^228|

(ratio of 1 to 128, e.g., the results of a serological test)

|^2^+|

(categorical response, e.g., occult blood positivity)


Note: The value "." has been deprecated as of version 2.9 and will be withdrawn after two versions.


SN-4: Num2 (NM)

Definition: A number or null depending on the measurement.