UNPKG

@dotbase/hl7-v2-message

Version:

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

29 lines (28 loc) 526 B
import Hl7Fields from '../../../model/Hl7Fields'; import Hl7Field from '../../../model/Hl7Field'; export default class AL1_Fields extends Hl7Fields { /** * Set ID - Allergy */ AL1_1: Hl7Field; /** * Allergy Type */ AL1_2: Hl7Field; /** * Allergy code / mnemonic / description */ AL1_3: Hl7Field; /** * Allergy Severity */ AL1_4: Hl7Field; /** * Allergy Reaction */ AL1_5: Hl7Field; /** * Identification Date */ AL1_6: Hl7Field; }