UNPKG

@dotbase/hl7-v2-message

Version:

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

53 lines (52 loc) 888 B
import Hl7Fields from '../../../model/Hl7Fields'; import Hl7Field from '../../../model/Hl7Field'; export default class PD1_Fields extends Hl7Fields { /** * Living Dependency */ PD1_1: Hl7Field; /** * Living Arrangement */ PD1_2: Hl7Field; /** * Patient Primary Facility */ PD1_3: Hl7Field; /** * Patient Primary Care Provider Name & ID No. */ PD1_4: Hl7Field; /** * Student Indicator */ PD1_5: Hl7Field; /** * Handicap */ PD1_6: Hl7Field; /** * Living Will */ PD1_7: Hl7Field; /** * Organ Donor */ PD1_8: Hl7Field; /** * Separate Bill */ PD1_9: Hl7Field; /** * Duplicate Patient */ PD1_10: Hl7Field; /** * Publicity Code */ PD1_11: Hl7Field; /** * Protection Indicator */ PD1_12: Hl7Field; }