@dotbase/hl7-v2-message
Version:
Parses HL7 v2.x messages into typed javascript objects and makes them easily accessable.
479 lines (478 loc) • 12.2 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const Hl7Fields_1 = tslib_1.__importDefault(require("../../../model/Hl7Fields"));
class STF_Fields extends Hl7Fields_1.default {
constructor() {
super(...arguments);
/**
* Primary Key Value - STF
*/
this.STF_1 = {
index: 0,
identifier: "STF_1",
description: "Primary Key Value - STF",
length: 250,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Staff Identifier List
*/
this.STF_2 = {
index: 1,
identifier: "STF_2",
description: "Staff Identifier List",
length: 250,
isOptional: true,
isRepeatable: true,
value: "",
};
/**
* Staff Name
*/
this.STF_3 = {
index: 2,
identifier: "STF_3",
description: "Staff Name",
length: 250,
isOptional: true,
isRepeatable: true,
value: "",
};
/**
* Staff Type
*/
this.STF_4 = {
index: 3,
identifier: "STF_4",
description: "Staff Type",
length: 2,
isOptional: true,
isRepeatable: true,
value: "",
};
/**
* Administrative Sex
*/
this.STF_5 = {
index: 4,
identifier: "STF_5",
description: "Administrative Sex",
length: 1,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Date/Time of Birth
*/
this.STF_6 = {
index: 5,
identifier: "STF_6",
description: "Date/Time of Birth",
length: 24,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Active/Inactive Flag
*/
this.STF_7 = {
index: 6,
identifier: "STF_7",
description: "Active/Inactive Flag",
length: 1,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Department
*/
this.STF_8 = {
index: 7,
identifier: "STF_8",
description: "Department",
length: 250,
isOptional: true,
isRepeatable: true,
value: "",
};
/**
* Hospital Service - STF
*/
this.STF_9 = {
index: 8,
identifier: "STF_9",
description: "Hospital Service - STF",
length: 250,
isOptional: true,
isRepeatable: true,
value: "",
};
/**
* Phone
*/
this.STF_10 = {
index: 9,
identifier: "STF_10",
description: "Phone",
length: 250,
isOptional: true,
isRepeatable: true,
value: "",
};
/**
* Office/Home Address/Birthplace
*/
this.STF_11 = {
index: 10,
identifier: "STF_11",
description: "Office/Home Address/Birthplace",
length: 250,
isOptional: true,
isRepeatable: true,
value: "",
};
/**
* Institution Activation Date
*/
this.STF_12 = {
index: 11,
identifier: "STF_12",
description: "Institution Activation Date",
length: 276,
isOptional: true,
isRepeatable: true,
value: "",
};
/**
* Institution Inactivation Date
*/
this.STF_13 = {
index: 12,
identifier: "STF_13",
description: "Institution Inactivation Date",
length: 276,
isOptional: true,
isRepeatable: true,
value: "",
};
/**
* Backup Person ID
*/
this.STF_14 = {
index: 13,
identifier: "STF_14",
description: "Backup Person ID",
length: 250,
isOptional: true,
isRepeatable: true,
value: "",
};
/**
* E-Mail Address
*/
this.STF_15 = {
index: 14,
identifier: "STF_15",
description: "E-Mail Address",
length: 40,
isOptional: true,
isRepeatable: true,
value: "",
};
/**
* Preferred Method of Contact
*/
this.STF_16 = {
index: 15,
identifier: "STF_16",
description: "Preferred Method of Contact",
length: 705,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Marital Status
*/
this.STF_17 = {
index: 16,
identifier: "STF_17",
description: "Marital Status",
length: 705,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Job Title
*/
this.STF_18 = {
index: 17,
identifier: "STF_18",
description: "Job Title",
length: 20,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Job Code/Class
*/
this.STF_19 = {
index: 18,
identifier: "STF_19",
description: "Job Code/Class",
length: 20,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Employment Status Code
*/
this.STF_20 = {
index: 19,
identifier: "STF_20",
description: "Employment Status Code",
length: 250,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Additional Insured on Auto
*/
this.STF_21 = {
index: 20,
identifier: "STF_21",
description: "Additional Insured on Auto",
length: 1,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Drivers License Number - Staff
*/
this.STF_22 = {
index: 21,
identifier: "STF_22",
description: "Drivers License Number - Staff",
length: 25,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Copy Auto Ins
*/
this.STF_23 = {
index: 22,
identifier: "STF_23",
description: "Copy Auto Ins",
length: 1,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Auto Ins. Expires
*/
this.STF_24 = {
index: 23,
identifier: "STF_24",
description: "Auto Ins. Expires",
length: 8,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Date Last DMV Review
*/
this.STF_25 = {
index: 24,
identifier: "STF_25",
description: "Date Last DMV Review",
length: 8,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Date Next DMV Review
*/
this.STF_26 = {
index: 25,
identifier: "STF_26",
description: "Date Next DMV Review",
length: 8,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Race
*/
this.STF_27 = {
index: 26,
identifier: "STF_27",
description: "Race",
length: 705,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Ethnic Group
*/
this.STF_28 = {
index: 27,
identifier: "STF_28",
description: "Ethnic Group",
length: 705,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Re-activation Approval Indicator
*/
this.STF_29 = {
index: 28,
identifier: "STF_29",
description: "Re-activation Approval Indicator",
length: 1,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Citizenship
*/
this.STF_30 = {
index: 29,
identifier: "STF_30",
description: "Citizenship",
length: 705,
isOptional: true,
isRepeatable: true,
value: "",
};
/**
* Death Date and Time
*/
this.STF_31 = {
index: 30,
identifier: "STF_31",
description: "Death Date and Time",
length: 8,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Death Indicator
*/
this.STF_32 = {
index: 31,
identifier: "STF_32",
description: "Death Indicator",
length: 1,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Institution Relationship Type Code
*/
this.STF_33 = {
index: 32,
identifier: "STF_33",
description: "Institution Relationship Type Code",
length: 250,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Institution Relationship Period
*/
this.STF_34 = {
index: 33,
identifier: "STF_34",
description: "Institution Relationship Period",
length: 52,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Expected Return Date
*/
this.STF_35 = {
index: 34,
identifier: "STF_35",
description: "Expected Return Date",
length: 8,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Cost Center Code
*/
this.STF_36 = {
index: 35,
identifier: "STF_36",
description: "Cost Center Code",
length: 250,
isOptional: true,
isRepeatable: true,
value: "",
};
/**
* Generic Classification Indicator
*/
this.STF_37 = {
index: 36,
identifier: "STF_37",
description: "Generic Classification Indicator",
length: 1,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Inactive Reason Code
*/
this.STF_38 = {
index: 37,
identifier: "STF_38",
description: "Inactive Reason Code",
length: 250,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Generic resource type or category
*/
this.STF_39 = {
index: 38,
identifier: "STF_39",
description: "Generic resource type or category",
length: 1,
isOptional: true,
isRepeatable: true,
value: "",
};
}
}
exports.default = STF_Fields;