@dotbase/hl7-v2-message
Version:
Parses HL7 v2.x messages into typed javascript objects and makes them easily accessable.
287 lines (286 loc) • 7.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 UB1_Fields extends Hl7Fields_1.default {
constructor() {
super(...arguments);
/**
* Set id - ub82
*/
this.UB1_1 = {
index: 0,
identifier: "UB1_1",
description: "Set id - ub82",
length: 4,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Blood deductible
*/
this.UB1_2 = {
index: 1,
identifier: "UB1_2",
description: "Blood deductible",
length: 1,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Blood furn.-pints of
*/
this.UB1_3 = {
index: 2,
identifier: "UB1_3",
description: "Blood furn.-pints of",
length: 2,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Blood replaced-pints
*/
this.UB1_4 = {
index: 3,
identifier: "UB1_4",
description: "Blood replaced-pints",
length: 2,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Blood not rplcd-pints
*/
this.UB1_5 = {
index: 4,
identifier: "UB1_5",
description: "Blood not rplcd-pints",
length: 2,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Co-insurance days
*/
this.UB1_6 = {
index: 5,
identifier: "UB1_6",
description: "Co-insurance days",
length: 2,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Condition code
*/
this.UB1_7 = {
index: 6,
identifier: "UB1_7",
description: "Condition code",
length: 2,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Covered days -
*/
this.UB1_8 = {
index: 7,
identifier: "UB1_8",
description: "Covered days -",
length: 3,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Non covered days -
*/
this.UB1_9 = {
index: 8,
identifier: "UB1_9",
description: "Non covered days -",
length: 3,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Value amount & code
*/
this.UB1_10 = {
index: 9,
identifier: "UB1_10",
description: "Value amount & code",
length: 12,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Number of grace days
*/
this.UB1_11 = {
index: 10,
identifier: "UB1_11",
description: "Number of grace days",
length: 2,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Spec. prog. indicator
*/
this.UB1_12 = {
index: 11,
identifier: "UB1_12",
description: "Spec. prog. indicator",
length: 2,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Psro/ur approval ind.
*/
this.UB1_13 = {
index: 12,
identifier: "UB1_13",
description: "Psro/ur approval ind.",
length: 1,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Psro/ur aprvd stay-fm
*/
this.UB1_14 = {
index: 13,
identifier: "UB1_14",
description: "Psro/ur aprvd stay-fm",
length: 8,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Psro/ur aprvd stay-to
*/
this.UB1_15 = {
index: 14,
identifier: "UB1_15",
description: "Psro/ur aprvd stay-to",
length: 8,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Occurrence
*/
this.UB1_16 = {
index: 15,
identifier: "UB1_16",
description: "Occurrence",
length: 20,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Occurrence span
*/
this.UB1_17 = {
index: 16,
identifier: "UB1_17",
description: "Occurrence span",
length: 2,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Occurrence span start date
*/
this.UB1_18 = {
index: 17,
identifier: "UB1_18",
description: "Occurrence span start date",
length: 8,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Occur. span end date
*/
this.UB1_19 = {
index: 18,
identifier: "UB1_19",
description: "Occur. span end date",
length: 8,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Ub-82 locator 2
*/
this.UB1_20 = {
index: 19,
identifier: "UB1_20",
description: "Ub-82 locator 2",
length: 30,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Ub-82 locator 9
*/
this.UB1_21 = {
index: 20,
identifier: "UB1_21",
description: "Ub-82 locator 9",
length: 7,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Ub-82 locator 27
*/
this.UB1_22 = {
index: 21,
identifier: "UB1_22",
description: "Ub-82 locator 27",
length: 8,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Ub-82 locator 45
*/
this.UB1_23 = {
index: 22,
identifier: "UB1_23",
description: "Ub-82 locator 45",
length: 17,
isOptional: true,
isRepeatable: false,
value: "",
};
}
}
exports.default = UB1_Fields;