UNPKG

@dotbase/hl7-v2-message

Version:

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

25 lines (24 loc) 524 B
import Hl7Fields from '../../../model/Hl7Fields'; import Hl7Field from '../../../model/Hl7Field'; export default class PSS_Fields extends Hl7Fields { /** * Provider Product/Service Section Number */ PSS_1: Hl7Field; /** * Payer Product/Service Section Number */ PSS_2: Hl7Field; /** * Product/Service Section Sequence Number */ PSS_3: Hl7Field; /** * Billed Amount */ PSS_4: Hl7Field; /** * Section Description or Heading */ PSS_5: Hl7Field; }