UNPKG

@dotbase/hl7-v2-message

Version:

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

33 lines (32 loc) 573 B
import Hl7Fields from '../../../model/Hl7Fields'; import Hl7Field from '../../../model/Hl7Field'; export default class PRA_Fields extends Hl7Fields { /** * PRA - primary key value */ PRA_1: Hl7Field; /** * Practitioner group */ PRA_2: Hl7Field; /** * Practitioner Category */ PRA_3: Hl7Field; /** * Provider Billing */ PRA_4: Hl7Field; /** * Specialty */ PRA_5: Hl7Field; /** * Practitioner ID Numbers */ PRA_6: Hl7Field; /** * Privileges */ PRA_7: Hl7Field; }