HL7 SRR^S01 (Response to New Appointment Booking Request)
SRR^S01 is the HL7v2 response to new appointment booking request message, defined in HL7v2 from v2.3 through v2.8.2. Its v2.8.2 structure carries 26 segments and groups, 10 of them required.
Full message structure (v2.8.2)
Every segment and group the standard defines for SRR^S01, in order, straight from the machine-readable specification. Indented rows sit inside the repeating group above them. R is required, O optional, C conditional; ∞ means the group or segment may repeat without a defined limit.
| Segment / group | Usage | Repeats |
|---|---|---|
| MSH | R | 1 |
| MSA | R | 1 |
| ERR | O | ∞ |
| SCHEDULE (group) | O | 1 |
| SCH | R | 1 |
| TQ1 | O | ∞ |
| NTE | O | ∞ |
| PATIENT (group) | O | ∞ |
| PID | R | 1 |
| PV1 | O | 1 |
| PV2 | O | 1 |
| DG1 | O | ∞ |
| RESOURCES (group) | R | ∞ |
| RGS | R | 1 |
| SERVICE (group) | O | ∞ |
| AIS | R | 1 |
| NTE | O | ∞ |
| GENERAL_RESOURCE (group) | O | ∞ |
| AIG | R | 1 |
| NTE | O | ∞ |
| LOCATION_RESOURCE (group) | O | ∞ |
| AIL | R | 1 |
| NTE | O | ∞ |
| PERSONNEL_RESOURCE (group) | O | ∞ |
| AIP | R | 1 |
| NTE | O | ∞ |
Which HL7v2 versions changed SRR^S01?
SRR^S01 has been defined since v2.3. Consecutive versions sharing an identical structure are grouped, so a single row spanning several versions means nothing changed across them.
| Versions | What changed |
|---|---|
| v2.3 - v2.4 | First defined, with 25 segments and groups. |
| v2.5 - v2.8.2 | Added TQ1. |