Reference·PV1 Segment·PV1-3
HL7 v2 Reference

Understanding HL7 v2 PV1-3: Assigned Patient Location in Practice

Jul 27, 2026 · 4 min read
← PV1-2 PV1-4 →

PV1-3 is a composite field, not a single value — unit, room, bed, and facility are all packed into one caret-delimited string, and it is one of the most common fields to be parsed incompletely because the first two components alone usually look like "enough" during development.

Quick answer

PV1-3 is the third field of the PV1 segment — a composite (PL data type) that identifies where the patient physically is, made up of components like point of care, room, bed, and facility.

What this field contains

Component 1
Point of Care — the nursing unit, e.g. 3W
Component 2
Room, e.g. 301
Component 3
Bed, e.g. B
Component 4
Facility, e.g. HOSP — critical in multi-site systems
Component 5
Location Status, e.g. occupied or reserved
Component 6
Person Location Type, e.g. bed or clinic

Example

Synthetic example Generated by Synthibase
PV1|1|I|3W^301^B^HOSP|U|||445566^PATEL^RAJ^S^^MD|667788^JONES^MARY^E^^MD|889900^LEE^DAVID^R^^MD|CAR||||7|||998877^CHEN^LISA^K^^MD|I|8827364501|MCR||||||||||||||||01||||||||202607261430

The 3rd field (3W^301^B^HOSP) places the patient on unit 3W, room 301, bed B, at facility HOSP. Synthetic patient — not a real person.

Where this trips people up

Bed management integrations built in a single-facility test environment routinely parse only the point-of-care, room, and bed components and skip the facility component entirely, because in one building "301-B" is already unique. The first time that same integration runs against a health system with two campuses that both have a room 301, patients start showing up on the wrong facility's bed board.

Testing HL7 v2 PV1: The Fields Your System Actually Needs to Handle
How to Build a Test Environment Strategy for a Multi-Hospital System
Healthcare System Cutover Planning: A Step-by-Step Guide
Test multi-facility location data before go-live
Synthibase generates synthetic PV1 segments with realistic, fully populated location composites across multiple facilities — so bed-board bugs surface in testing.
Start free trial →
This page is written independently by Synthibase for testing and informational purposes. It is not an official publication of HL7 International or X12/Washington Publishing Company, and is not a substitute for reviewing the official standard or your trading partner's companion guide. See our Terms of Service for full legal terms.