candidhealth 0.24.4 → 0.24.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/api/resources/commons/types/ProcedureModifier.d.ts +4 -0
- package/api/resources/commons/types/ProcedureModifier.js +1 -0
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/customSchemas/resources/v1/client/Client.d.ts +19 -10
- package/api/resources/customSchemas/resources/v1/client/Client.js +23 -14
- package/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +12 -3
- package/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +4 -4
- package/api/resources/customSchemas/resources/v1/types/Schema.d.ts +44 -0
- package/api/resources/customSchemas/resources/v1/types/SchemaField.d.ts +31 -0
- package/api/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.d.ts +23 -0
- package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
- package/api/resources/financials/types/AccountType.d.ts +2 -1
- package/api/resources/financials/types/AccountType.js +1 -0
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/{patients/resources/v1 → common}/types/ExternalProvider.d.ts +3 -2
- package/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +8 -0
- package/api/resources/preEncounter/resources/common/types/ExternalProviderType.js +10 -0
- package/api/resources/preEncounter/resources/common/types/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/common/types/index.js +2 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +6 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +12 -10
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +289 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +78 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +21 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +1 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +2 -16
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -23
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +0 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +0 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +0 -1
- package/api/resources/serviceFacility/client/Client.js +1 -1
- package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +3 -0
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/commons/types/ProcedureModifier.d.ts +4 -0
- package/dist/api/resources/commons/types/ProcedureModifier.js +1 -0
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/customSchemas/resources/v1/client/Client.d.ts +19 -10
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +23 -14
- package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +12 -3
- package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +4 -4
- package/dist/api/resources/customSchemas/resources/v1/types/Schema.d.ts +44 -0
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaField.d.ts +31 -0
- package/dist/api/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.d.ts +23 -0
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
- package/dist/api/resources/financials/types/AccountType.d.ts +2 -1
- package/dist/api/resources/financials/types/AccountType.js +1 -0
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/{patients/resources/v1 → common}/types/ExternalProvider.d.ts +3 -2
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProviderType.js +10 -0
- package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/common/types/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +6 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +12 -10
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +289 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +78 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +21 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +1 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +2 -16
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -23
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +0 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +0 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +0 -1
- package/dist/api/resources/serviceFacility/client/Client.js +1 -1
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +3 -0
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/dist/serialization/resources/commons/types/ProcedureModifier.js +1 -0
- package/dist/serialization/resources/financials/types/AccountType.d.ts +1 -1
- package/dist/serialization/resources/financials/types/AccountType.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +22 -0
- package/dist/serialization/resources/preEncounter/resources/{patients/resources/v1 → common}/types/ExternalProvider.js +8 -6
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +31 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/index.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +3 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +3 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +102 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +5 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +2 -2
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +2 -2
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +0 -2
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +0 -2
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +3 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +3 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +0 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +0 -1
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +3 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +3 -0
- package/package.json +1 -1
- package/reference.md +30 -34
- package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/serialization/resources/commons/types/ProcedureModifier.js +1 -0
- package/serialization/resources/financials/types/AccountType.d.ts +1 -1
- package/serialization/resources/financials/types/AccountType.js +1 -1
- package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +22 -0
- package/serialization/resources/preEncounter/resources/{patients/resources/v1 → common}/types/ExternalProvider.js +8 -6
- package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +31 -0
- package/serialization/resources/preEncounter/resources/common/types/index.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/common/types/index.js +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +3 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +3 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +102 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +5 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +2 -2
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +2 -2
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +1 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +0 -2
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +0 -2
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +3 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +3 -3
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +0 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +0 -1
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +3 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +3 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvider.d.ts +0 -20
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvider.d.ts +0 -20
- /package/api/resources/preEncounter/resources/{patients/resources/v1 → common}/types/ExternalProvider.js +0 -0
- /package/dist/api/resources/preEncounter/resources/{patients/resources/v1 → common}/types/ExternalProvider.js +0 -0
|
@@ -60,7 +60,7 @@ class V1 {
|
|
|
60
60
|
* subscriber: {
|
|
61
61
|
* name: {},
|
|
62
62
|
* dateOfBirth: "2023-01-15",
|
|
63
|
-
*
|
|
63
|
+
* biologicalSex: CandidApi.preEncounter.Sex.Female
|
|
64
64
|
* },
|
|
65
65
|
* relationship: CandidApi.preEncounter.Relationship.Self,
|
|
66
66
|
* patient: CandidApi.preEncounter.patients.v1.PatientId("string"),
|
|
@@ -70,7 +70,8 @@ class V1 {
|
|
|
70
70
|
* payerName: "string",
|
|
71
71
|
* groupNumber: "string",
|
|
72
72
|
* name: "string",
|
|
73
|
-
*
|
|
73
|
+
* planType: CandidApi.preEncounter.coverages.v1.NetworkType.SelfPay,
|
|
74
|
+
* type: CandidApi.preEncounter.coverages.v1.InsuranceTypeCode.C01,
|
|
74
75
|
* period: {},
|
|
75
76
|
* insuranceCardImageLocator: "string"
|
|
76
77
|
* },
|
|
@@ -88,7 +89,7 @@ class V1 {
|
|
|
88
89
|
Authorization: yield this._getAuthorizationHeader(),
|
|
89
90
|
"X-Fern-Language": "JavaScript",
|
|
90
91
|
"X-Fern-SDK-Name": "candidhealth",
|
|
91
|
-
"X-Fern-SDK-Version": "0.24.
|
|
92
|
+
"X-Fern-SDK-Version": "0.24.7",
|
|
92
93
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
93
94
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
94
95
|
},
|
|
@@ -132,7 +133,7 @@ class V1 {
|
|
|
132
133
|
* subscriber: {
|
|
133
134
|
* name: {},
|
|
134
135
|
* dateOfBirth: "2023-01-15",
|
|
135
|
-
*
|
|
136
|
+
* biologicalSex: CandidApi.preEncounter.Sex.Female
|
|
136
137
|
* },
|
|
137
138
|
* relationship: CandidApi.preEncounter.Relationship.Self,
|
|
138
139
|
* patient: CandidApi.preEncounter.patients.v1.PatientId("string"),
|
|
@@ -142,7 +143,8 @@ class V1 {
|
|
|
142
143
|
* payerName: "string",
|
|
143
144
|
* groupNumber: "string",
|
|
144
145
|
* name: "string",
|
|
145
|
-
*
|
|
146
|
+
* planType: CandidApi.preEncounter.coverages.v1.NetworkType.SelfPay,
|
|
147
|
+
* type: CandidApi.preEncounter.coverages.v1.InsuranceTypeCode.C01,
|
|
146
148
|
* period: {},
|
|
147
149
|
* insuranceCardImageLocator: "string"
|
|
148
150
|
* },
|
|
@@ -160,7 +162,7 @@ class V1 {
|
|
|
160
162
|
Authorization: yield this._getAuthorizationHeader(),
|
|
161
163
|
"X-Fern-Language": "JavaScript",
|
|
162
164
|
"X-Fern-SDK-Name": "candidhealth",
|
|
163
|
-
"X-Fern-SDK-Version": "0.24.
|
|
165
|
+
"X-Fern-SDK-Version": "0.24.7",
|
|
164
166
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
165
167
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
166
168
|
},
|
|
@@ -225,7 +227,7 @@ class V1 {
|
|
|
225
227
|
Authorization: yield this._getAuthorizationHeader(),
|
|
226
228
|
"X-Fern-Language": "JavaScript",
|
|
227
229
|
"X-Fern-SDK-Name": "candidhealth",
|
|
228
|
-
"X-Fern-SDK-Version": "0.24.
|
|
230
|
+
"X-Fern-SDK-Version": "0.24.7",
|
|
229
231
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
230
232
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
231
233
|
},
|
|
@@ -272,7 +274,7 @@ class V1 {
|
|
|
272
274
|
Authorization: yield this._getAuthorizationHeader(),
|
|
273
275
|
"X-Fern-Language": "JavaScript",
|
|
274
276
|
"X-Fern-SDK-Name": "candidhealth",
|
|
275
|
-
"X-Fern-SDK-Version": "0.24.
|
|
277
|
+
"X-Fern-SDK-Version": "0.24.7",
|
|
276
278
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
277
279
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
278
280
|
},
|
|
@@ -340,7 +342,7 @@ class V1 {
|
|
|
340
342
|
Authorization: yield this._getAuthorizationHeader(),
|
|
341
343
|
"X-Fern-Language": "JavaScript",
|
|
342
344
|
"X-Fern-SDK-Name": "candidhealth",
|
|
343
|
-
"X-Fern-SDK-Version": "0.24.
|
|
345
|
+
"X-Fern-SDK-Version": "0.24.7",
|
|
344
346
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
345
347
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
346
348
|
},
|
|
@@ -393,7 +395,7 @@ class V1 {
|
|
|
393
395
|
Authorization: yield this._getAuthorizationHeader(),
|
|
394
396
|
"X-Fern-Language": "JavaScript",
|
|
395
397
|
"X-Fern-SDK-Name": "candidhealth",
|
|
396
|
-
"X-Fern-SDK-Version": "0.24.
|
|
398
|
+
"X-Fern-SDK-Version": "0.24.7",
|
|
397
399
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
398
400
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
399
401
|
},
|
package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts
CHANGED
|
@@ -8,7 +8,8 @@ export interface InsurancePlan {
|
|
|
8
8
|
payerName: string;
|
|
9
9
|
groupNumber?: string;
|
|
10
10
|
name?: string;
|
|
11
|
-
|
|
11
|
+
planType?: CandidApi.preEncounter.coverages.v1.NetworkType;
|
|
12
|
+
type?: CandidApi.preEncounter.coverages.v1.InsuranceTypeCode;
|
|
12
13
|
period?: CandidApi.preEncounter.Period;
|
|
13
14
|
insuranceCardImageLocator?: string;
|
|
14
15
|
}
|
|
@@ -0,0 +1,289 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Code identifying the type of insurance policy within a specific insurance program (X12 008020 Element 1336)
|
|
6
|
+
*/
|
|
7
|
+
export declare type InsuranceTypeCode =
|
|
8
|
+
/**
|
|
9
|
+
* Short Term Insurance */
|
|
10
|
+
"01"
|
|
11
|
+
/**
|
|
12
|
+
* Medicare Secondary Working Aged Beneficiary or Spouse with Employer Group Health Plan */
|
|
13
|
+
| "12"
|
|
14
|
+
/**
|
|
15
|
+
* Medicare Secondary End-Stage Renal Disease Beneficiary in the Mandated Coordination Period with an Employer's Group Health Plan */
|
|
16
|
+
| "13"
|
|
17
|
+
/**
|
|
18
|
+
* Medicare Secondary, No-fault Insurance including Auto is Primary */
|
|
19
|
+
| "14"
|
|
20
|
+
/**
|
|
21
|
+
* Medicare Secondary Worker's Compensation */
|
|
22
|
+
| "15"
|
|
23
|
+
/**
|
|
24
|
+
* Medicare Secondary Public Health Service (PHS) or Other Federal Agency */
|
|
25
|
+
| "16"
|
|
26
|
+
/**
|
|
27
|
+
* Dental */
|
|
28
|
+
| "17"
|
|
29
|
+
/**
|
|
30
|
+
* Vision */
|
|
31
|
+
| "18"
|
|
32
|
+
/**
|
|
33
|
+
* Prescription Drugs */
|
|
34
|
+
| "19"
|
|
35
|
+
/**
|
|
36
|
+
* Medicare Secondary Black Lung */
|
|
37
|
+
| "41"
|
|
38
|
+
/**
|
|
39
|
+
* Medicare Secondary Veteran's Administration */
|
|
40
|
+
| "42"
|
|
41
|
+
/**
|
|
42
|
+
* Medicare Secondary Disabled Beneficiary Under Age 65 with Large Group Health Plan (LGHP) */
|
|
43
|
+
| "43"
|
|
44
|
+
/**
|
|
45
|
+
* Medicare Secondary, Other Liability Insurance is Primary */
|
|
46
|
+
| "47"
|
|
47
|
+
/**
|
|
48
|
+
* Auto Insurance Policy */
|
|
49
|
+
| "AP"
|
|
50
|
+
/**
|
|
51
|
+
* Commercial */
|
|
52
|
+
| "C1"
|
|
53
|
+
/**
|
|
54
|
+
* Consolidated Omnibus Budget Reconciliation Act (COBRA) */
|
|
55
|
+
| "CO"
|
|
56
|
+
/**
|
|
57
|
+
* Medicare Conditionally Primary */
|
|
58
|
+
| "CP"
|
|
59
|
+
/**
|
|
60
|
+
* Disability - Provides periodic payments to replace income when an insured person is unable to work as a result of illness, injury or disease */
|
|
61
|
+
| "D"
|
|
62
|
+
/**
|
|
63
|
+
* Disability Benefits */
|
|
64
|
+
| "DB"
|
|
65
|
+
/**
|
|
66
|
+
* Medicare - Point of Service (POS) */
|
|
67
|
+
| "E"
|
|
68
|
+
/**
|
|
69
|
+
* Exclusive Provider Organization - Gives subscriber a choice of providers from an approved/contracted payer list; there are fixed dollar co-payments for most covered services in return for using plan providers */
|
|
70
|
+
| "EP"
|
|
71
|
+
/**
|
|
72
|
+
* Family or Friends */
|
|
73
|
+
| "FF"
|
|
74
|
+
/**
|
|
75
|
+
* Group Policy - Two or more people who are part of complete unit who enter into an insurance contract with an insurance company */
|
|
76
|
+
| "GP"
|
|
77
|
+
/**
|
|
78
|
+
* Health Insurance Exchange (HIX) Silver */
|
|
79
|
+
| "HA"
|
|
80
|
+
/**
|
|
81
|
+
* Health Insurance Exchange (HIX) Bronze */
|
|
82
|
+
| "HB"
|
|
83
|
+
/**
|
|
84
|
+
* High Deductible Health Plan */
|
|
85
|
+
| "HD"
|
|
86
|
+
/**
|
|
87
|
+
* Health Insurance Exchange (HIX) Gold */
|
|
88
|
+
| "HG"
|
|
89
|
+
/**
|
|
90
|
+
* Health Maintenance Organization (HMO) */
|
|
91
|
+
| "HM"
|
|
92
|
+
/**
|
|
93
|
+
* Health Maintenance Organization (HMO) - Medicare Risk */
|
|
94
|
+
| "HN"
|
|
95
|
+
/**
|
|
96
|
+
* Health Insurance Exchange (HIX) Platinum */
|
|
97
|
+
| "HP"
|
|
98
|
+
/**
|
|
99
|
+
* Special Low Income Medicare Beneficiary - An individual eligible for Medicare for whom Medicaid pays only Medicare premiums */
|
|
100
|
+
| "HS"
|
|
101
|
+
/**
|
|
102
|
+
* Indemnity - Gives a subscriber the choice to select any provider. Payment is fixed percentage of the cost for covered care after satisfying an annual deductible */
|
|
103
|
+
| "IN"
|
|
104
|
+
/**
|
|
105
|
+
* Individual Policy */
|
|
106
|
+
| "IP"
|
|
107
|
+
/**
|
|
108
|
+
* Long Term Care - Coverage designed to help pay for some or all long term care costs, reducing the risk that a policy-holder would need to deplete all of his or her assets to pay for long term care */
|
|
109
|
+
| "LC"
|
|
110
|
+
/**
|
|
111
|
+
* Long Term Policy */
|
|
112
|
+
| "LD"
|
|
113
|
+
/**
|
|
114
|
+
* Life Insurance */
|
|
115
|
+
| "LI"
|
|
116
|
+
/**
|
|
117
|
+
* Litigation */
|
|
118
|
+
| "LT"
|
|
119
|
+
/**
|
|
120
|
+
* Medicare Advantage Point of Service (POS) Plan that excludes Part D coverage */
|
|
121
|
+
| "M"
|
|
122
|
+
/**
|
|
123
|
+
* Medicare Part A */
|
|
124
|
+
| "MA"
|
|
125
|
+
/**
|
|
126
|
+
* Medicare Part B */
|
|
127
|
+
| "MB"
|
|
128
|
+
/**
|
|
129
|
+
* Medicaid - Program of health care services made available to medically indigent and other needy persons, regardless of age, under terms of a 1965 amendment to the U.S. Social Security Act */
|
|
130
|
+
| "MC"
|
|
131
|
+
/**
|
|
132
|
+
* Medicare Part D */
|
|
133
|
+
| "MD"
|
|
134
|
+
/**
|
|
135
|
+
* Medicare Advantage Preferred Provider Organization (PPO) Plan that excludes Part D Coverage */
|
|
136
|
+
| "ME"
|
|
137
|
+
/**
|
|
138
|
+
* Medicare Advantage Private Fee for Service */
|
|
139
|
+
| "MF"
|
|
140
|
+
/**
|
|
141
|
+
* Medigap Part A - Health insurance policy intended to cover the non-covered portion of expenses eligible for Medicare Part A reimbursement which must be paid by a Medicare beneficiary for health care services and/or supplies received */
|
|
142
|
+
| "MH"
|
|
143
|
+
/**
|
|
144
|
+
* Medigap Part B - Health insurance policy intended to cover the non-covered portion of expenses eligible for Medicare Part B reimbursement which must be paid by a Medicare beneficiary for health care services and/or supplies received */
|
|
145
|
+
| "MI"
|
|
146
|
+
/**
|
|
147
|
+
* Medicare Advantage Health Maintenance Organization (HMO) Plan that includes Part D Coverage */
|
|
148
|
+
| "MJ"
|
|
149
|
+
/**
|
|
150
|
+
* Medicare Advantage Health Maintenance Organization (HMO) Risk Plan that includes Part D Coverage */
|
|
151
|
+
| "MK"
|
|
152
|
+
/**
|
|
153
|
+
* Medicare Advantage Indemnity Plan that includes Part D Coverage */
|
|
154
|
+
| "ML"
|
|
155
|
+
/**
|
|
156
|
+
* Medicare Advantage Preferred Provider Organization (PPO) Plan that includes Part D Coverage */
|
|
157
|
+
| "MM"
|
|
158
|
+
/**
|
|
159
|
+
* Medicare Advantage Indemnity Plan that excludes Part D coverage */
|
|
160
|
+
| "MN"
|
|
161
|
+
/**
|
|
162
|
+
* Medicare Advantage Point of Service (POS) Plan that includes Part D Coverage */
|
|
163
|
+
| "MO"
|
|
164
|
+
/**
|
|
165
|
+
* Medicare Primary - Medicare has the primary responsibility to pay for health care services and/or supplies received by a covered beneficiary (a person entitled to Medicare benefits) */
|
|
166
|
+
| "MP"
|
|
167
|
+
/**
|
|
168
|
+
* Medicare Advantage Health Maintenance Organization (HMO) Risk Plan that excludes Part D coverage */
|
|
169
|
+
| "MR"
|
|
170
|
+
/**
|
|
171
|
+
* Medicare Advantage Health Maintenance Organization (HMO) Plan that excludes Part D coverage */
|
|
172
|
+
| "MT"
|
|
173
|
+
/**
|
|
174
|
+
* Medicare Advantage */
|
|
175
|
+
| "MV"
|
|
176
|
+
/**
|
|
177
|
+
* Open Access Point of Service Plan */
|
|
178
|
+
| "OA"
|
|
179
|
+
/**
|
|
180
|
+
* Other */
|
|
181
|
+
| "OT"
|
|
182
|
+
/**
|
|
183
|
+
* Property Insurance - Personal */
|
|
184
|
+
| "PE"
|
|
185
|
+
/**
|
|
186
|
+
* Personal */
|
|
187
|
+
| "PL"
|
|
188
|
+
/**
|
|
189
|
+
* Personal Payment (Cash - No Insurance) */
|
|
190
|
+
| "PP"
|
|
191
|
+
/**
|
|
192
|
+
* Preferred Provider Organization (PPO) */
|
|
193
|
+
| "PR"
|
|
194
|
+
/**
|
|
195
|
+
* Point of Service (POS) */
|
|
196
|
+
| "PS"
|
|
197
|
+
/**
|
|
198
|
+
* Qualified Medicare Beneficiary - Coverage for a Medicare eligible individual for whom Medicaid pays only for Medicare premiums, co-insurance, and deductibles */
|
|
199
|
+
| "QM"
|
|
200
|
+
/**
|
|
201
|
+
* Property Insurance - Real */
|
|
202
|
+
| "RP"
|
|
203
|
+
/**
|
|
204
|
+
* Supplemental Policy - An insurance policy intended to cover non-covered charges of another insurance policy */
|
|
205
|
+
| "SP"
|
|
206
|
+
/**
|
|
207
|
+
* Tax Equity Fiscal Responsibility Act (TEFRA) */
|
|
208
|
+
| "TF"
|
|
209
|
+
/**
|
|
210
|
+
* Multiple Options Health Plan */
|
|
211
|
+
| "U"
|
|
212
|
+
/**
|
|
213
|
+
* Workers Compensation - Coverage provides medical treatment, rehabilitation, lost wages and related expenses arising from a job related injury or disease */
|
|
214
|
+
| "WC"
|
|
215
|
+
/**
|
|
216
|
+
* Wrap Up Policy - A Workers Compensation Policy written for a specific job site, which will include or cover more than one insured */
|
|
217
|
+
| "WU";
|
|
218
|
+
export declare const InsuranceTypeCode: {
|
|
219
|
+
readonly C01: "01";
|
|
220
|
+
readonly C12: "12";
|
|
221
|
+
readonly C13: "13";
|
|
222
|
+
readonly C14: "14";
|
|
223
|
+
readonly C15: "15";
|
|
224
|
+
readonly C16: "16";
|
|
225
|
+
readonly C17: "17";
|
|
226
|
+
readonly C18: "18";
|
|
227
|
+
readonly C19: "19";
|
|
228
|
+
readonly C41: "41";
|
|
229
|
+
readonly C42: "42";
|
|
230
|
+
readonly C43: "43";
|
|
231
|
+
readonly C47: "47";
|
|
232
|
+
readonly Cap: "AP";
|
|
233
|
+
readonly Cc1: "C1";
|
|
234
|
+
readonly Cco: "CO";
|
|
235
|
+
readonly Ccp: "CP";
|
|
236
|
+
readonly Cd: "D";
|
|
237
|
+
readonly Cdb: "DB";
|
|
238
|
+
readonly Ce: "E";
|
|
239
|
+
readonly Cep: "EP";
|
|
240
|
+
readonly Cff: "FF";
|
|
241
|
+
readonly Cgp: "GP";
|
|
242
|
+
readonly Cha: "HA";
|
|
243
|
+
readonly Chb: "HB";
|
|
244
|
+
readonly Chd: "HD";
|
|
245
|
+
readonly Chg: "HG";
|
|
246
|
+
readonly Chm: "HM";
|
|
247
|
+
readonly Chn: "HN";
|
|
248
|
+
readonly Chp: "HP";
|
|
249
|
+
readonly Chs: "HS";
|
|
250
|
+
readonly Cin: "IN";
|
|
251
|
+
readonly Cip: "IP";
|
|
252
|
+
readonly Clc: "LC";
|
|
253
|
+
readonly Cld: "LD";
|
|
254
|
+
readonly Cli: "LI";
|
|
255
|
+
readonly Clt: "LT";
|
|
256
|
+
readonly Cm: "M";
|
|
257
|
+
readonly Cma: "MA";
|
|
258
|
+
readonly Cmb: "MB";
|
|
259
|
+
readonly Cmc: "MC";
|
|
260
|
+
readonly Cmd: "MD";
|
|
261
|
+
readonly Cme: "ME";
|
|
262
|
+
readonly Cmf: "MF";
|
|
263
|
+
readonly Cmh: "MH";
|
|
264
|
+
readonly Cmi: "MI";
|
|
265
|
+
readonly Cmj: "MJ";
|
|
266
|
+
readonly Cmk: "MK";
|
|
267
|
+
readonly Cml: "ML";
|
|
268
|
+
readonly Cmm: "MM";
|
|
269
|
+
readonly Cmn: "MN";
|
|
270
|
+
readonly Cmo: "MO";
|
|
271
|
+
readonly Cmp: "MP";
|
|
272
|
+
readonly Cmr: "MR";
|
|
273
|
+
readonly Cmt: "MT";
|
|
274
|
+
readonly Cmv: "MV";
|
|
275
|
+
readonly Coa: "OA";
|
|
276
|
+
readonly Cot: "OT";
|
|
277
|
+
readonly Cpe: "PE";
|
|
278
|
+
readonly Cpl: "PL";
|
|
279
|
+
readonly Cpp: "PP";
|
|
280
|
+
readonly Cpr: "PR";
|
|
281
|
+
readonly Cps: "PS";
|
|
282
|
+
readonly Cqm: "QM";
|
|
283
|
+
readonly Crp: "RP";
|
|
284
|
+
readonly Csp: "SP";
|
|
285
|
+
readonly Ctf: "TF";
|
|
286
|
+
readonly Cu: "U";
|
|
287
|
+
readonly Cwc: "WC";
|
|
288
|
+
readonly Cwu: "WU";
|
|
289
|
+
};
|
package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.InsuranceTypeCode = void 0;
|
|
7
|
+
exports.InsuranceTypeCode = {
|
|
8
|
+
C01: "01",
|
|
9
|
+
C12: "12",
|
|
10
|
+
C13: "13",
|
|
11
|
+
C14: "14",
|
|
12
|
+
C15: "15",
|
|
13
|
+
C16: "16",
|
|
14
|
+
C17: "17",
|
|
15
|
+
C18: "18",
|
|
16
|
+
C19: "19",
|
|
17
|
+
C41: "41",
|
|
18
|
+
C42: "42",
|
|
19
|
+
C43: "43",
|
|
20
|
+
C47: "47",
|
|
21
|
+
Cap: "AP",
|
|
22
|
+
Cc1: "C1",
|
|
23
|
+
Cco: "CO",
|
|
24
|
+
Ccp: "CP",
|
|
25
|
+
Cd: "D",
|
|
26
|
+
Cdb: "DB",
|
|
27
|
+
Ce: "E",
|
|
28
|
+
Cep: "EP",
|
|
29
|
+
Cff: "FF",
|
|
30
|
+
Cgp: "GP",
|
|
31
|
+
Cha: "HA",
|
|
32
|
+
Chb: "HB",
|
|
33
|
+
Chd: "HD",
|
|
34
|
+
Chg: "HG",
|
|
35
|
+
Chm: "HM",
|
|
36
|
+
Chn: "HN",
|
|
37
|
+
Chp: "HP",
|
|
38
|
+
Chs: "HS",
|
|
39
|
+
Cin: "IN",
|
|
40
|
+
Cip: "IP",
|
|
41
|
+
Clc: "LC",
|
|
42
|
+
Cld: "LD",
|
|
43
|
+
Cli: "LI",
|
|
44
|
+
Clt: "LT",
|
|
45
|
+
Cm: "M",
|
|
46
|
+
Cma: "MA",
|
|
47
|
+
Cmb: "MB",
|
|
48
|
+
Cmc: "MC",
|
|
49
|
+
Cmd: "MD",
|
|
50
|
+
Cme: "ME",
|
|
51
|
+
Cmf: "MF",
|
|
52
|
+
Cmh: "MH",
|
|
53
|
+
Cmi: "MI",
|
|
54
|
+
Cmj: "MJ",
|
|
55
|
+
Cmk: "MK",
|
|
56
|
+
Cml: "ML",
|
|
57
|
+
Cmm: "MM",
|
|
58
|
+
Cmn: "MN",
|
|
59
|
+
Cmo: "MO",
|
|
60
|
+
Cmp: "MP",
|
|
61
|
+
Cmr: "MR",
|
|
62
|
+
Cmt: "MT",
|
|
63
|
+
Cmv: "MV",
|
|
64
|
+
Coa: "OA",
|
|
65
|
+
Cot: "OT",
|
|
66
|
+
Cpe: "PE",
|
|
67
|
+
Cpl: "PL",
|
|
68
|
+
Cpp: "PP",
|
|
69
|
+
Cpr: "PR",
|
|
70
|
+
Cps: "PS",
|
|
71
|
+
Cqm: "QM",
|
|
72
|
+
Crp: "RP",
|
|
73
|
+
Csp: "SP",
|
|
74
|
+
Ctf: "TF",
|
|
75
|
+
Cu: "U",
|
|
76
|
+
Cwc: "WC",
|
|
77
|
+
Cwu: "WU",
|
|
78
|
+
};
|
package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts
CHANGED
|
@@ -2,9 +2,15 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
export declare type NetworkType =
|
|
5
|
+
/**
|
|
6
|
+
* Self-pay */
|
|
7
|
+
"09"
|
|
8
|
+
/**
|
|
9
|
+
* Other Non-Federal Programs */
|
|
10
|
+
| "11"
|
|
5
11
|
/**
|
|
6
12
|
* Preferred Provider Organization (PPO) */
|
|
7
|
-
"12"
|
|
13
|
+
| "12"
|
|
8
14
|
/**
|
|
9
15
|
* Point of Service (POS) */
|
|
10
16
|
| "13"
|
|
@@ -23,12 +29,21 @@ export declare type NetworkType =
|
|
|
23
29
|
/**
|
|
24
30
|
* Automobile Medical */
|
|
25
31
|
| "AM"
|
|
32
|
+
/**
|
|
33
|
+
* Blue Cross/Blue Shield */
|
|
34
|
+
| "BL"
|
|
26
35
|
/**
|
|
27
36
|
* CHAMPUS */
|
|
28
37
|
| "CH"
|
|
38
|
+
/**
|
|
39
|
+
* Commercial Insurance Co. */
|
|
40
|
+
| "CI"
|
|
29
41
|
/**
|
|
30
42
|
* Disability */
|
|
31
43
|
| "DS"
|
|
44
|
+
/**
|
|
45
|
+
* Federal Employees Program */
|
|
46
|
+
| "FI"
|
|
32
47
|
/**
|
|
33
48
|
* Health Maintenance Organization (HMO) */
|
|
34
49
|
| "HM"
|
|
@@ -60,6 +75,8 @@ export declare type NetworkType =
|
|
|
60
75
|
* Mutually Defined */
|
|
61
76
|
| "ZZ";
|
|
62
77
|
export declare const NetworkType: {
|
|
78
|
+
readonly SelfPay: "09";
|
|
79
|
+
readonly OtherNonFederalPrograms: "11";
|
|
63
80
|
readonly Ppo: "12";
|
|
64
81
|
readonly Pos: "13";
|
|
65
82
|
readonly Epo: "14";
|
|
@@ -67,8 +84,11 @@ export declare const NetworkType: {
|
|
|
67
84
|
readonly HmoMedicareRisk: "16";
|
|
68
85
|
readonly Dmo: "17";
|
|
69
86
|
readonly Auto: "AM";
|
|
87
|
+
readonly BlueCrossBlueShield: "BL";
|
|
70
88
|
readonly Champus: "CH";
|
|
89
|
+
readonly CommercialInsuranceCo: "CI";
|
|
71
90
|
readonly Disability: "DS";
|
|
91
|
+
readonly FederalEmployees: "FI";
|
|
72
92
|
readonly Hmo: "HM";
|
|
73
93
|
readonly Liability: "LM";
|
|
74
94
|
readonly MedicarePartA: "MA";
|
package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.NetworkType = void 0;
|
|
7
7
|
exports.NetworkType = {
|
|
8
|
+
SelfPay: "09",
|
|
9
|
+
OtherNonFederalPrograms: "11",
|
|
8
10
|
Ppo: "12",
|
|
9
11
|
Pos: "13",
|
|
10
12
|
Epo: "14",
|
|
@@ -12,8 +14,11 @@ exports.NetworkType = {
|
|
|
12
14
|
HmoMedicareRisk: "16",
|
|
13
15
|
Dmo: "17",
|
|
14
16
|
Auto: "AM",
|
|
17
|
+
BlueCrossBlueShield: "BL",
|
|
15
18
|
Champus: "CH",
|
|
19
|
+
CommercialInsuranceCo: "CI",
|
|
16
20
|
Disability: "DS",
|
|
21
|
+
FederalEmployees: "FI",
|
|
17
22
|
Hmo: "HM",
|
|
18
23
|
Liability: "LM",
|
|
19
24
|
MedicarePartA: "MA",
|
|
@@ -57,18 +57,11 @@ export declare class V1 {
|
|
|
57
57
|
* contacts: [{
|
|
58
58
|
* relationship: [CandidApi.preEncounter.Relationship.Self],
|
|
59
59
|
* name: {},
|
|
60
|
-
* gender: CandidApi.preEncounter.Gender.Man,
|
|
61
|
-
* telecoms: [{}],
|
|
62
|
-
* addresses: [{}],
|
|
63
|
-
* period: {}
|
|
64
|
-
* }],
|
|
65
|
-
* generalPractitioners: [{
|
|
66
|
-
* name: {},
|
|
67
|
-
* npi: "string",
|
|
68
60
|
* telecoms: [{}],
|
|
69
61
|
* addresses: [{}],
|
|
70
62
|
* period: {}
|
|
71
63
|
* }],
|
|
64
|
+
* generalPractitioners: [{}],
|
|
72
65
|
* filingOrder: {
|
|
73
66
|
* coverages: [CandidApi.preEncounter.coverages.v1.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")]
|
|
74
67
|
* }
|
|
@@ -133,18 +126,11 @@ export declare class V1 {
|
|
|
133
126
|
* contacts: [{
|
|
134
127
|
* relationship: [CandidApi.preEncounter.Relationship.Self],
|
|
135
128
|
* name: {},
|
|
136
|
-
* gender: CandidApi.preEncounter.Gender.Man,
|
|
137
|
-
* telecoms: [{}],
|
|
138
|
-
* addresses: [{}],
|
|
139
|
-
* period: {}
|
|
140
|
-
* }],
|
|
141
|
-
* generalPractitioners: [{
|
|
142
|
-
* name: {},
|
|
143
|
-
* npi: "string",
|
|
144
129
|
* telecoms: [{}],
|
|
145
130
|
* addresses: [{}],
|
|
146
131
|
* period: {}
|
|
147
132
|
* }],
|
|
133
|
+
* generalPractitioners: [{}],
|
|
148
134
|
* filingOrder: {
|
|
149
135
|
* coverages: [CandidApi.preEncounter.coverages.v1.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")]
|
|
150
136
|
* }
|