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

Draft Website - For Review Purposes Only

PRC - Pricing Segment

The Technical Steward for the PRC segment is Financial Management.

The PRC segment contains the pricing information for the preceding CDM segment's chargeable item. It contains the fields which, for the same chargeable item, might vary depending upon facility or department or patient type. The preceding CDM segment contains the fields which, for one chargeable item, remain the same across facilities, departments, and patient types.

HL7 Attribute Table - PRC - Pricing Segment
Seq# DataElement Description Must Implement Flags Cardinality Length C.LEN Vocabulary DataType
PRC
1 00982 Primary Key Value - PRC SHALL [1..1] CWE
2 00995 Facility ID - PRC [0..*] CWE
3 00676 Department [0..*] CWE
4 00967 Valid Patient Classes = [0..*] 1 CWE
5

00998 Price MAY
True:
False:
C
[1..1]
[0..1]
CP
6 00999 Formula = [0..*] 200 ST
7 01000 Minimum Quantity = [0..1] 4 NM
8 01001 Maximum Quantity = [0..1] 4 NM
9 01002 Minimum Price [0..1] MO
10 01003 Maximum Price [0..1] MO
11 01004 Effective Start Date [0..1] DTM
12 01005 Effective End Date [0..1] DTM
13 01006 Price Override Flag = [0..1] 1 CWE
14 01007 Billing Category [0..*] CWE
15 01008 Chargeable Flag [0..1] [1..1] ID
16 00675 Active/Inactive Flag [0..1] [1..1] ID
17 00989 Cost [0..1] MO
18 01009 Charge on Indicator = [0..1] 1 CWE

PRC-1: Primary Key Value - PRC (CWE) 00982

Definition: This field contains the code assigned by the institution for the purpose of uniquely identifying the thing that can be charged. The key field of the entry. For example, this field would be used to uniquely identify a procedure, item, or test for charging purposes. Probably the same set of values as used in FT1-7 - Transaction Code in financial messages. Must match MFE-4 - Primary Key - MFE and CDM-1 - Primary Key - CDM. Refer to User-defined Table 0132 - Transaction code in Chapter 2C, Code Tables, for suggested values. See Chapter 7 for discussion of the universal service ID.

PRC-2: Facility ID - PRC (CWE) 00995

Definition: This field contains the facility of the institution for which this price (for the preceding CDM entry) is valid. For use when needing multi-facility pricing. If null, assume all facilities. In a multi-facility environment, the facility associated with this chargeable item may not be the same as the sending or receiving facility identified in the MSH segment. Use only when the price is not the same for all facilities, that is, a null value indicates that this pricing is valid for all facilities.

When two PRC segments are sent with the same key values but different facility identifiers, the second is sent in addition to the first, not to replace the first. The effective unique identifier is the charge code (PRC-1 - Primary Key Value - PRC) plus the facility ID (PRC-2 - Facility ID). Multiple facility identifiers can be sent in the same segment to indicate that those facilities use the same pricing. Refer to User-defined Table 0464 - Facility ID in Chapter 2C, Code Tables, for suggested values.

PRC-3: Department (CWE) 00676

(Definition from PRC.3 in Ch. 8)

Definition: This field contains the department of the facility which accrues revenue/cost for this type of charge. When pricing is different for different departments within the same facility, this will indicate for which department the following pricing information is valid. Use only when the price is not the same for all departments, that is, a null value indicates that this pricing is valid for all departments.

When two PRC segments are sent the same key values but with different departments, the second is sent in addition to the first, not to replace the first. The effective unique identifier is the charge code (PRC-1 - Primary Key - PRC) plus the facility ID (PRC-2 - Facility ID) plus the department (PRC-3 - Department). Multiple departments can be sent in the same segment to indicate that those departments use the same pricing. Refer to User-defined Table 0184 - Department in Chapter 2C, Code Tables, for suggested values.

(Definition from STF.8 in Ch. 15)

Definition: This field contains the institution department to which this person reports or belongs. Refer to User-defined Table 0184 - Department in Chapter 2C, Code Tables, for suggested values. This table contains no suggested values.

PRC-4: Valid Patient Classes (CWE) 00967

(Definition from LDP.5 in Ch. 8)

Definition: This field contains the patient types that are allowed to be assigned to this bed. For example, Inpatient, Outpatient, Series, Clinic, ER, Ambulatory, Observation, etc. These values should be the same set of values as those used for PV1-2 - Patient Class. Refer to User-defined Table 0004 – Patient Class in Chapter 2C, Code Tables, for suggested values.

(Definition from PRC.4 in Ch. 8)

Definition: This field contains the patient types for which this charge description is valid. For example, Inpatient, Outpatient, Series, Clinic, ER, Ambulatory, Observation, etc. These values should be the same set of values as those used for PV1-3 - Patient Class, which is site defined. Use only when the price is not valid for all patient types, that is, a null value indicates that this pricing is valid for all patient classes. Refer to User-defined Table 0004 - Patient Class in Chapter 2C, Code Tables, for suggested values.

When two PRC segments are sent the same key values but with different valid patient classes, the second is sent in addition to the first, not to replace the first. The effective unique identifier is the charge code (PRC-1 - PRC Primary Key) plus the facility ID (PRC-2 - Facility ID) plus the department (PRC-3 - Department) plus the patient class (PRC-4 - Valid Patient Classes). Multiple patient classes can be sent in the same segment to indicate that those patient classes use the same pricing.

PRC-5: Price (CP) 00998

Definition: This field contains the price to be charged for service, item, or procedure. If CDM price will always be overridden when charges are posted, then this field is optional. Otherwise, price would be a required field. The formula or calculation that is to be used to get total price from these price components is left to implementation negotiations agreed upon by the participating institutions. See Chapter 2, section 2.8.8, "CP - composite price," for a description of the use of the composite price (CP) data type.

PRC-6: Formula (ST) 00999

Definition: This field contains the mathematical formula to apply to PRC-5 - Price in order to compute total price. The syntax of this formula must conform to Arden Syntax rules.

PRC-7: Minimum Quantity (NM) 01000

Definition: This field contains the minimum number of identical charges allowed on one patient account for this CDM entry.

PRC-8: Maximum Quantity (NM) 01001

Definition: This field contains the maximum number of identical charges allowed on one patient account for this CDM entry.

PRC-9: Minimum Price (MO) 01002

Definition: This field contains the minimum total price (after computation of components of price) that can be charged for this item.

PRC-10: Maximum Price (MO) 01003

Definition: This field contains the maximum total price (after computation of components of price) that can be charged for this item.

PRC-11: Effective Start Date (DTM) 01004

(Definition from NTE.7 in Ch. 2)

Definition: This field contains the date the comment becomes or became effective.

(Definition from PRC.11 in Ch. 8)

Definition: This field contains the date/time when this CDM entry becomes effective.

PRC-12: Effective End Date (DTM) 01005

Definition: This field contains the date/time when this CDM entry is no longer effective.

PRC-13: Price Override Flag (CWE) 01006

Definition: This field indicates whether this CDM entry's price can be overridden. Refer to User-defined Table 0268 - Override in Chapter 2C, Code Tables, for suggested values.

PRC-14: Billing Category (CWE) 01007

Definition: This field contains the billing category codes for any classification systems needed, for example, general ledger codes and UB92 categories. Repeating field with coded entry made up of category code plus category system. Refer to User-defined Table 0293 - Billing category in Chapter 2C, Code Tables, for suggested values.

PRC-15: Chargeable Flag (ID) 01008

Definition: This field contains a chargeable indicator. Refer to HL7 Table 0136 - Yes/no Indicator in Chapter 2C, Code Tables, for valid values.

PRC-16: Active/Inactive Flag (ID) 00675

(Definition from LDP.6 in Ch. 8)

Definition: This field indicates whether the entry for this location is currently an active, that is, valid, usable entry (disregarding whether it's waiting to be maintained by housekeeping). Refer to HL7 Table 0183 - Active/Inactive in Chapter 2C, Code Tables, for valid values.

(Definition from CDM.8 in Ch. 8)

Definition: This field indicates whether this is a usable CDM entry. Refer to HL7 Table 0183 - Active/Inactive in Chapter 2C, Code Tables, for valid values.

(Definition from PRC.16 in Ch. 8)

Definition: This indicates whether this is a usable CDM entry. Refer to HL7 Table 0183 - Active/Inactive in Chapter 2C, Code Tables, for valid values.

(Definition from STF.7 in Ch. 15)

Definition: This field indicates whether person is currently a valid staff member. Refer to HL7 Table 0183 - Active/Inactive in Chapter 2C, Code Tables, for valid values. This table contains values for active or inactive.

PRC-17: Cost (MO) 00989

Definition: This field contains the institution's calculation of how much it costs to provide this item, that is, what the institution had to pay for the material plus any specified payment expenditure, effort or loss due to performing or providing the chargeable item.

PRC-18: Charge on Indicator (CWE) 01009

Definition: This field contains the user-defined table of values which indicates when a charge for services or procedures should be accrued. Refer to User-defined Table 0269 - Charge On Indicator in Chapter 2C, Code Tables, for suggested values.