HL7 RFR Reference Range

HL7 datatype components RFR components from HL7 v2.5.1 Hide components

These are the generated components for the version selected at the top of the page. The article stays practical, and this panel follows the chosen HL7 version.

Components

PosComponentNameTypeTableDescription
1 RFR.1 Numeric Range NR Numeric Range; Type NR.
2 RFR.2 Administrative Sex IS 0001 Administrative Sex; Type IS; HL7 table 0001.
3 RFR.3 Age Range NR Age Range; Type NR.
4 RFR.4 Gestational Age Range NR Gestational Age Range; Type NR.
5 RFR.5 Species ST Species; Type ST.
6 RFR.6 Race/subspecies ST Race/subspecies; Type ST.
7 RFR.7 Conditions TX Conditions; Type TX.

RFR carries a reference range. It can include numeric range, administrative sex, age range, gestational age, species, race/subspecies, and conditions, so avoid flattening it to just 'normal range'.

In this guide, RFR appears in OM2.6, OM2.7, OM2.8. That used-by list is a good reality check: the datatype is only half the story, and the field that uses it tells you the workflow.

The component panel above is expanded by default because most datatype pages are used as quick lookup pages. Start there for the exact HL7 v2.5.1 shape, then use the notes below for the practical gotchas.

RFR-1 to RFR-7: Component Quick Read

The generated component panel above is the formal quick lookup. The short version is below so you can scan the shape without counting carets by eye.

The table-backed components here are RFR-2. Keep those values to the table or value set your implementation guide names, especially when the field is crossing organization boundaries.

  • RFR-1 Numeric Range - Numeric Range. Type NR.
  • RFR-2 Administrative Sex - Administrative Sex. Type IS. Table 0001.
  • RFR-3 Age Range - Age Range. Type NR.
  • RFR-4 Gestational Age Range - Gestational Age Range. Type NR.
  • RFR-5 Species - Species. Type ST.
  • RFR-6 Race/subspecies - Race/subspecies. Type ST.
  • RFR-7 Conditions - Conditions. Type TX.

Practical Notes

Text still has to survive HL7 delimiters. If the source value can contain |, ^, ~, &, or a backslash, encode it before putting it into the message. Integration Soup and the HL7 parser helpers include HL7Encode and HL7Decode for that exact kind of cleanup.

In HL7 Soup Web, click a field that uses RFR and the interpretation view will show which component you are sitting in and where that value lives in the raw message. That is especially handy with compact datatypes because one missing caret can move every value after it.

Official and Reference Notes

For formal reference, compare the generated HL7 v2.5.1 panel above with the HL7 v2.5.1 datatype list and the HL7 Terminology data type code system. Local implementation guides can narrow allowed values, tables, and component usage.

Related Datatypes

Related quick lookups: NR, IS, ST, TX.