UNPKG

@dotbase/hl7-v2-message

Version:

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

105 lines (104 loc) 1.84 kB
import Hl7Fields from '../../../model/Hl7Fields'; import Hl7Field from '../../../model/Hl7Field'; export default class CON_Fields extends Hl7Fields { /** * Set ID - CON */ CON_1: Hl7Field; /** * Consent Type */ CON_2: Hl7Field; /** * Consent Form ID and Version */ CON_3: Hl7Field; /** * Consent Form Number */ CON_4: Hl7Field; /** * Consent Text */ CON_5: Hl7Field; /** * Subject-specific Consent Text */ CON_6: Hl7Field; /** * Consent Background Information */ CON_7: Hl7Field; /** * Subject-specific Consent Background Text */ CON_8: Hl7Field; /** * Consenter-imposed limitations */ CON_9: Hl7Field; /** * Consent Mode */ CON_10: Hl7Field; /** * Consent Status */ CON_11: Hl7Field; /** * Consent Discussion Date/Time */ CON_12: Hl7Field; /** * Consent Decision Date/Time */ CON_13: Hl7Field; /** * Consent Effective Date/Time */ CON_14: Hl7Field; /** * Consent End Date/Time */ CON_15: Hl7Field; /** * Subject Competence Indicator */ CON_16: Hl7Field; /** * Translator Assistance Indicator */ CON_17: Hl7Field; /** * Language Translated To */ CON_18: Hl7Field; /** * Informational Material Supplied Indicator */ CON_19: Hl7Field; /** * Consent Bypass Reason */ CON_20: Hl7Field; /** * Consent Disclosure Level */ CON_21: Hl7Field; /** * Consent Non-disclosure Reason */ CON_22: Hl7Field; /** * Non-subject Consenter Reason */ CON_23: Hl7Field; /** * Consenter ID */ CON_24: Hl7Field; /** * Relationship to Subject */ CON_25: Hl7Field; }