UNPKG

@dotbase/hl7-v2-message

Version:

Parses HL7 v2.x messages into typed javascript objects and makes them easily accessable.

197 lines (196 loc) 3.48 kB
import Hl7Fields from '../../../model/Hl7Fields'; import Hl7Field from '../../../model/Hl7Field'; export default class PSL_Fields extends Hl7Fields { /** * Provider Product/Service Line Item Number */ PSL_1: Hl7Field; /** * Payer Product/Service Line Item Number */ PSL_2: Hl7Field; /** * Product/Service Line Item Sequence Number */ PSL_3: Hl7Field; /** * Provider Tracking ID */ PSL_4: Hl7Field; /** * Payer Tracking ID */ PSL_5: Hl7Field; /** * Product/Service Line Item Status */ PSL_6: Hl7Field; /** * Product/Service Code */ PSL_7: Hl7Field; /** * Product/Service Code Modifier */ PSL_8: Hl7Field; /** * Product/Service Code Description */ PSL_9: Hl7Field; /** * Product/Service Effective Date */ PSL_10: Hl7Field; /** * Product/Service Expiration Date */ PSL_11: Hl7Field; /** * Product/Service Quantity */ PSL_12: Hl7Field; /** * Product/Service Unit Cost */ PSL_13: Hl7Field; /** * Number of Items per Unit */ PSL_14: Hl7Field; /** * Product/Service Gross Amount */ PSL_15: Hl7Field; /** * Product/Service Billed Amount */ PSL_16: Hl7Field; /** * Product/Service Clarification Code Type */ PSL_17: Hl7Field; /** * Product/Service Clarification Code Value */ PSL_18: Hl7Field; /** * Health Document Reference Identifier */ PSL_19: Hl7Field; /** * Processing Consideration Code */ PSL_20: Hl7Field; /** * Restricted Disclosure Indicator */ PSL_21: Hl7Field; /** * Related Product/Service Code Indicator */ PSL_22: Hl7Field; /** * Product/Service Amount for Physician */ PSL_23: Hl7Field; /** * Product/Service Cost Factor */ PSL_24: Hl7Field; /** * Cost Center */ PSL_25: Hl7Field; /** * Billing Period */ PSL_26: Hl7Field; /** * Days without Billing */ PSL_27: Hl7Field; /** * Session-No */ PSL_28: Hl7Field; /** * Executing Physician ID */ PSL_29: Hl7Field; /** * Responsible Physician ID */ PSL_30: Hl7Field; /** * Role Executing Physician */ PSL_31: Hl7Field; /** * Medical Role Executing Physician */ PSL_32: Hl7Field; /** * Side of body */ PSL_33: Hl7Field; /** * Number of TPs PP */ PSL_34: Hl7Field; /** * TP-Value PP */ PSL_35: Hl7Field; /** * Internal Scaling Factor PP */ PSL_36: Hl7Field; /** * External Scaling Factor PP */ PSL_37: Hl7Field; /** * Amount PP */ PSL_38: Hl7Field; /** * Number of TPs Technical Part */ PSL_39: Hl7Field; /** * TP-Value Technical Part */ PSL_40: Hl7Field; /** * Internal Scaling Factor Technical Part */ PSL_41: Hl7Field; /** * External Scaling Factor Technical Part */ PSL_42: Hl7Field; /** * Amount Technical Part */ PSL_43: Hl7Field; /** * Total Amount Professional Part + Technical Part */ PSL_44: Hl7Field; /** * VAT-Rate */ PSL_45: Hl7Field; /** * Main-Service */ PSL_46: Hl7Field; /** * Validation */ PSL_47: Hl7Field; /** * Comment */ PSL_48: Hl7Field; }