@dotbase/hl7-v2-message
Version:
Parses HL7 v2.x messages into typed javascript objects and makes them easily accessable.
383 lines (382 loc) • 9.73 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 FT1_Fields extends Hl7Fields_1.default {
constructor() {
super(...arguments);
/**
* Set ID - FT1
*/
this.FT1_1 = {
index: 0,
identifier: "FT1_1",
description: "Set ID - FT1",
length: 4,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Transaction ID
*/
this.FT1_2 = {
index: 1,
identifier: "FT1_2",
description: "Transaction ID",
length: 12,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Transaction Batch ID
*/
this.FT1_3 = {
index: 2,
identifier: "FT1_3",
description: "Transaction Batch ID",
length: 10,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Transaction Date
*/
this.FT1_4 = {
index: 3,
identifier: "FT1_4",
description: "Transaction Date",
length: 53,
isOptional: false,
isRepeatable: false,
value: "",
};
/**
* Transaction Posting Date
*/
this.FT1_5 = {
index: 4,
identifier: "FT1_5",
description: "Transaction Posting Date",
length: 24,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Transaction Type
*/
this.FT1_6 = {
index: 5,
identifier: "FT1_6",
description: "Transaction Type",
length: 8,
isOptional: false,
isRepeatable: false,
value: "",
};
/**
* Transaction Code
*/
this.FT1_7 = {
index: 6,
identifier: "FT1_7",
description: "Transaction Code",
length: 250,
isOptional: false,
isRepeatable: false,
value: "",
};
/**
* Transaction Description
*/
this.FT1_8 = {
index: 7,
identifier: "FT1_8",
description: "Transaction Description",
length: 40,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Transaction Description - Alt
*/
this.FT1_9 = {
index: 8,
identifier: "FT1_9",
description: "Transaction Description - Alt",
length: 40,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Transaction Quantity
*/
this.FT1_10 = {
index: 9,
identifier: "FT1_10",
description: "Transaction Quantity",
length: 6,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Transaction Amount - Extended
*/
this.FT1_11 = {
index: 10,
identifier: "FT1_11",
description: "Transaction Amount - Extended",
length: 12,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Transaction Amount - Unit
*/
this.FT1_12 = {
index: 11,
identifier: "FT1_12",
description: "Transaction Amount - Unit",
length: 12,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Department Code
*/
this.FT1_13 = {
index: 12,
identifier: "FT1_13",
description: "Department Code",
length: 250,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Insurance Plan ID
*/
this.FT1_14 = {
index: 13,
identifier: "FT1_14",
description: "Insurance Plan ID",
length: 250,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Insurance Amount
*/
this.FT1_15 = {
index: 14,
identifier: "FT1_15",
description: "Insurance Amount",
length: 12,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Assigned Patient Location
*/
this.FT1_16 = {
index: 15,
identifier: "FT1_16",
description: "Assigned Patient Location",
length: 80,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Fee Schedule
*/
this.FT1_17 = {
index: 16,
identifier: "FT1_17",
description: "Fee Schedule",
length: 1,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Patient Type
*/
this.FT1_18 = {
index: 17,
identifier: "FT1_18",
description: "Patient Type",
length: 2,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Diagnosis Code - FT1
*/
this.FT1_19 = {
index: 18,
identifier: "FT1_19",
description: "Diagnosis Code - FT1",
length: 250,
isOptional: true,
isRepeatable: true,
value: "",
};
/**
* Performed By Code
*/
this.FT1_20 = {
index: 19,
identifier: "FT1_20",
description: "Performed By Code",
length: 250,
isOptional: true,
isRepeatable: true,
value: "",
};
/**
* Ordered By Code
*/
this.FT1_21 = {
index: 20,
identifier: "FT1_21",
description: "Ordered By Code",
length: 250,
isOptional: true,
isRepeatable: true,
value: "",
};
/**
* Unit Cost
*/
this.FT1_22 = {
index: 21,
identifier: "FT1_22",
description: "Unit Cost",
length: 12,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Filler Order Number
*/
this.FT1_23 = {
index: 22,
identifier: "FT1_23",
description: "Filler Order Number",
length: 427,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Entered By Code
*/
this.FT1_24 = {
index: 23,
identifier: "FT1_24",
description: "Entered By Code",
length: 250,
isOptional: true,
isRepeatable: true,
value: "",
};
/**
* Procedure Code
*/
this.FT1_25 = {
index: 24,
identifier: "FT1_25",
description: "Procedure Code",
length: 705,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Procedure Code Modifier
*/
this.FT1_26 = {
index: 25,
identifier: "FT1_26",
description: "Procedure Code Modifier",
length: 705,
isOptional: true,
isRepeatable: true,
value: "",
};
/**
* Advanced Beneficiary Notice Code
*/
this.FT1_27 = {
index: 26,
identifier: "FT1_27",
description: "Advanced Beneficiary Notice Code",
length: 250,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Medically Necessary Duplicate Procedure Reason.
*/
this.FT1_28 = {
index: 27,
identifier: "FT1_28",
description: "Medically Necessary Duplicate Procedure Reason.",
length: 705,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* NDC Code
*/
this.FT1_29 = {
index: 28,
identifier: "FT1_29",
description: "NDC Code",
length: 250,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Payment Reference ID
*/
this.FT1_30 = {
index: 29,
identifier: "FT1_30",
description: "Payment Reference ID",
length: 250,
isOptional: true,
isRepeatable: false,
value: "",
};
/**
* Transaction Reference Key
*/
this.FT1_31 = {
index: 30,
identifier: "FT1_31",
description: "Transaction Reference Key",
length: 4,
isOptional: true,
isRepeatable: true,
value: "",
};
}
}
exports.default = FT1_Fields;