@opengovsg/refx-ts-sdk 0.0.63 → 0.0.64
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/eligibility/client/Client.js +1 -1
- package/api/resources/health/client/Client.js +1 -1
- package/api/resources/index.d.ts +2 -1
- package/api/resources/index.js +3 -2
- package/api/resources/links/client/Client.js +1 -1
- package/api/resources/links/client/requests/CreateLinkReqUpsert.d.ts +2 -0
- package/api/resources/links/types/CreateLinkReqUpsertNationality.d.ts +264 -0
- package/api/resources/links/types/CreateLinkReqUpsertNationality.js +263 -0
- package/api/resources/links/types/index.d.ts +1 -0
- package/api/resources/links/types/index.js +1 -0
- package/api/resources/notes/client/Client.js +1 -1
- package/api/resources/offerings/client/Client.d.ts +1 -0
- package/api/resources/offerings/client/Client.js +4 -3
- package/api/resources/offerings/client/requests/ApiHoldingControllerGetRecommendedOfferingRequest.d.ts +3 -1
- package/api/resources/offerings/index.d.ts +1 -0
- package/api/resources/offerings/index.js +1 -0
- package/api/resources/offerings/types/ApiHoldingControllerGetRecommendedOfferingRequestCategory.d.ts +8 -0
- package/api/resources/offerings/types/ApiHoldingControllerGetRecommendedOfferingRequestCategory.js +10 -0
- package/api/resources/offerings/types/index.d.ts +1 -0
- package/api/resources/offerings/types/index.js +17 -0
- package/api/resources/public/client/Client.js +1 -1
- package/api/resources/referrals/client/Client.js +10 -10
- package/api/resources/referrers/client/Client.js +1 -1
- package/api/resources/webhooks/client/Client.js +2 -2
- package/api/types/CreatePatientReq.d.ts +2 -0
- package/api/types/CreatePatientReqNationality.d.ts +264 -0
- package/api/types/CreatePatientReqNationality.js +263 -0
- package/api/types/GetReferralPatientDto.d.ts +2 -0
- package/api/types/GetReferralPatientDtoNationality.d.ts +264 -0
- package/api/types/GetReferralPatientDtoNationality.js +263 -0
- package/api/types/OfferingDto.d.ts +1 -1
- package/api/types/OfferingDtoCategory.d.ts +11 -0
- package/api/types/OfferingDtoCategory.js +10 -0
- package/api/types/OfferingWithAllowedDto.d.ts +1 -1
- package/api/types/OfferingWithAllowedDtoCategory.d.ts +11 -0
- package/api/types/OfferingWithAllowedDtoCategory.js +10 -0
- package/api/types/TimelineEventType.d.ts +3 -1
- package/api/types/TimelineEventType.js +2 -0
- package/api/types/index.d.ts +4 -0
- package/api/types/index.js +4 -0
- package/dist/api/resources/eligibility/client/Client.js +1 -1
- package/dist/api/resources/health/client/Client.js +1 -1
- package/dist/api/resources/index.d.ts +2 -1
- package/dist/api/resources/index.js +3 -2
- package/dist/api/resources/links/client/Client.js +1 -1
- package/dist/api/resources/links/client/requests/CreateLinkReqUpsert.d.ts +2 -0
- package/dist/api/resources/links/types/CreateLinkReqUpsertNationality.d.ts +264 -0
- package/dist/api/resources/links/types/CreateLinkReqUpsertNationality.js +263 -0
- package/dist/api/resources/links/types/index.d.ts +1 -0
- package/dist/api/resources/links/types/index.js +1 -0
- package/dist/api/resources/notes/client/Client.js +1 -1
- package/dist/api/resources/offerings/client/Client.d.ts +1 -0
- package/dist/api/resources/offerings/client/Client.js +4 -3
- package/dist/api/resources/offerings/client/requests/ApiHoldingControllerGetRecommendedOfferingRequest.d.ts +3 -1
- package/dist/api/resources/offerings/index.d.ts +1 -0
- package/dist/api/resources/offerings/index.js +1 -0
- package/dist/api/resources/offerings/types/ApiHoldingControllerGetRecommendedOfferingRequestCategory.d.ts +8 -0
- package/dist/api/resources/offerings/types/ApiHoldingControllerGetRecommendedOfferingRequestCategory.js +10 -0
- package/dist/api/resources/offerings/types/index.d.ts +1 -0
- package/dist/api/resources/offerings/types/index.js +17 -0
- package/dist/api/resources/public/client/Client.js +1 -1
- package/dist/api/resources/referrals/client/Client.js +10 -10
- package/dist/api/resources/referrers/client/Client.js +1 -1
- package/dist/api/resources/webhooks/client/Client.js +2 -2
- package/dist/api/types/CreatePatientReq.d.ts +2 -0
- package/dist/api/types/CreatePatientReqNationality.d.ts +264 -0
- package/dist/api/types/CreatePatientReqNationality.js +263 -0
- package/dist/api/types/GetReferralPatientDto.d.ts +2 -0
- package/dist/api/types/GetReferralPatientDtoNationality.d.ts +264 -0
- package/dist/api/types/GetReferralPatientDtoNationality.js +263 -0
- package/dist/api/types/OfferingDto.d.ts +1 -1
- package/dist/api/types/OfferingDtoCategory.d.ts +11 -0
- package/dist/api/types/OfferingDtoCategory.js +10 -0
- package/dist/api/types/OfferingWithAllowedDto.d.ts +1 -1
- package/dist/api/types/OfferingWithAllowedDtoCategory.d.ts +11 -0
- package/dist/api/types/OfferingWithAllowedDtoCategory.js +10 -0
- package/dist/api/types/TimelineEventType.d.ts +3 -1
- package/dist/api/types/TimelineEventType.js +2 -0
- package/dist/api/types/index.d.ts +4 -0
- package/dist/api/types/index.js +4 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -0,0 +1,263 @@
|
|
|
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.CreatePatientReqNationality = void 0;
|
|
7
|
+
exports.CreatePatientReqNationality = {
|
|
8
|
+
Singapore: "Singapore",
|
|
9
|
+
Afghanistan: "Afghanistan",
|
|
10
|
+
Albania: "Albania",
|
|
11
|
+
Algeria: "Algeria",
|
|
12
|
+
Andorra: "Andorra",
|
|
13
|
+
Angola: "Angola",
|
|
14
|
+
AntiguaAndBarbuda: "Antigua and Barbuda",
|
|
15
|
+
Argentina: "Argentina",
|
|
16
|
+
Armenia: "Armenia",
|
|
17
|
+
Australia: "Australia",
|
|
18
|
+
Austria: "Austria",
|
|
19
|
+
Azerbaijan: "Azerbaijan",
|
|
20
|
+
Bahamas: "Bahamas",
|
|
21
|
+
Bahrain: "Bahrain",
|
|
22
|
+
Bangladesh: "Bangladesh",
|
|
23
|
+
Barbados: "Barbados",
|
|
24
|
+
Belarus: "Belarus",
|
|
25
|
+
Belgium: "Belgium",
|
|
26
|
+
Belize: "Belize",
|
|
27
|
+
Benin: "Benin",
|
|
28
|
+
Bhutan: "Bhutan",
|
|
29
|
+
Bolivia: "Bolivia",
|
|
30
|
+
BosniaAndHerzegovina: "Bosnia and Herzegovina",
|
|
31
|
+
Botswana: "Botswana",
|
|
32
|
+
Brazil: "Brazil",
|
|
33
|
+
Brunei: "Brunei",
|
|
34
|
+
Bulgaria: "Bulgaria",
|
|
35
|
+
BurkinaFaso: "Burkina Faso",
|
|
36
|
+
Myanmar: "Myanmar",
|
|
37
|
+
Burundi: "Burundi",
|
|
38
|
+
Cambodia: "Cambodia",
|
|
39
|
+
Cameroon: "Cameroon",
|
|
40
|
+
Canada: "Canada",
|
|
41
|
+
CapeVerde: "Cape Verde",
|
|
42
|
+
CentralAfricanRepublic: "Central African Republic",
|
|
43
|
+
Chad: "Chad",
|
|
44
|
+
Chile: "Chile",
|
|
45
|
+
China: "China",
|
|
46
|
+
Colombia: "Colombia",
|
|
47
|
+
Comoros: "Comoros",
|
|
48
|
+
CongoRepublicOf: "Congo, Republic of",
|
|
49
|
+
CostaRica: "Costa Rica",
|
|
50
|
+
CoteDIvoire: "Cote d'Ivoire",
|
|
51
|
+
Croatia: "Croatia",
|
|
52
|
+
Cuba: "Cuba",
|
|
53
|
+
Cyprus: "Cyprus",
|
|
54
|
+
CzechRepublic: "Czech Republic",
|
|
55
|
+
Denmark: "Denmark",
|
|
56
|
+
Djibouti: "Djibouti",
|
|
57
|
+
Dominica: "Dominica",
|
|
58
|
+
DominicanRepublic: "Dominican Republic",
|
|
59
|
+
Ecuador: "Ecuador",
|
|
60
|
+
Egypt: "Egypt",
|
|
61
|
+
ElSalvador: "El Salvador",
|
|
62
|
+
EquatorialGuinea: "Equatorial Guinea",
|
|
63
|
+
Eritrea: "Eritrea",
|
|
64
|
+
Estonia: "Estonia",
|
|
65
|
+
Ethiopia: "Ethiopia",
|
|
66
|
+
Fiji: "Fiji",
|
|
67
|
+
Finland: "Finland",
|
|
68
|
+
France: "France",
|
|
69
|
+
Gabon: "Gabon",
|
|
70
|
+
Gambia: "Gambia",
|
|
71
|
+
Georgia: "Georgia",
|
|
72
|
+
Germany: "Germany",
|
|
73
|
+
Ghana: "Ghana",
|
|
74
|
+
Greece: "Greece",
|
|
75
|
+
Grenada: "Grenada",
|
|
76
|
+
Guatemala: "Guatemala",
|
|
77
|
+
Guinea: "Guinea",
|
|
78
|
+
GuineaBissau: "Guinea-Bissau",
|
|
79
|
+
Guyana: "Guyana",
|
|
80
|
+
Haiti: "Haiti",
|
|
81
|
+
HolySee: "Holy See",
|
|
82
|
+
Honduras: "Honduras",
|
|
83
|
+
Hungary: "Hungary",
|
|
84
|
+
Iceland: "Iceland",
|
|
85
|
+
India: "India",
|
|
86
|
+
Indonesia: "Indonesia",
|
|
87
|
+
Iran: "Iran",
|
|
88
|
+
Iraq: "Iraq",
|
|
89
|
+
Ireland: "Ireland",
|
|
90
|
+
Israel: "Israel",
|
|
91
|
+
Italy: "Italy",
|
|
92
|
+
Jamaica: "Jamaica",
|
|
93
|
+
Japan: "Japan",
|
|
94
|
+
Jordan: "Jordan",
|
|
95
|
+
Kazakhstan: "Kazakhstan",
|
|
96
|
+
Kenya: "Kenya",
|
|
97
|
+
Kiribati: "Kiribati",
|
|
98
|
+
Kuwait: "Kuwait",
|
|
99
|
+
Kyrgyzstan: "Kyrgyzstan",
|
|
100
|
+
Laos: "Laos",
|
|
101
|
+
Latvia: "Latvia",
|
|
102
|
+
Lebanon: "Lebanon",
|
|
103
|
+
Lesotho: "Lesotho",
|
|
104
|
+
Liberia: "Liberia",
|
|
105
|
+
Libya: "Libya",
|
|
106
|
+
Liechtenstein: "Liechtenstein",
|
|
107
|
+
Lithuania: "Lithuania",
|
|
108
|
+
Luxembourg: "Luxembourg",
|
|
109
|
+
Macedonia: "Macedonia",
|
|
110
|
+
Madagascar: "Madagascar",
|
|
111
|
+
Malawi: "Malawi",
|
|
112
|
+
Malaysia: "Malaysia",
|
|
113
|
+
Maldives: "Maldives",
|
|
114
|
+
Mali: "Mali",
|
|
115
|
+
Malta: "Malta",
|
|
116
|
+
MarshallIslands: "Marshall Islands",
|
|
117
|
+
Mauritania: "Mauritania",
|
|
118
|
+
Mauritius: "Mauritius",
|
|
119
|
+
Mexico: "Mexico",
|
|
120
|
+
Micronesia: "Micronesia",
|
|
121
|
+
Moldova: "Moldova",
|
|
122
|
+
Monaco: "Monaco",
|
|
123
|
+
Mongolia: "Mongolia",
|
|
124
|
+
Morocco: "Morocco",
|
|
125
|
+
Mozambique: "Mozambique",
|
|
126
|
+
Namibia: "Namibia",
|
|
127
|
+
Nauru: "Nauru",
|
|
128
|
+
Nepal: "Nepal",
|
|
129
|
+
Netherlands: "Netherlands",
|
|
130
|
+
NewZealand: "New Zealand",
|
|
131
|
+
Nicaragua: "Nicaragua",
|
|
132
|
+
Niger: "Niger",
|
|
133
|
+
Nigeria: "Nigeria",
|
|
134
|
+
NorthKorea: "North Korea",
|
|
135
|
+
Norway: "Norway",
|
|
136
|
+
Oman: "Oman",
|
|
137
|
+
Pakistan: "Pakistan",
|
|
138
|
+
Palau: "Palau",
|
|
139
|
+
Panama: "Panama",
|
|
140
|
+
PapuaNewGuinea: "Papua New Guinea",
|
|
141
|
+
Paraguay: "Paraguay",
|
|
142
|
+
Peru: "Peru",
|
|
143
|
+
Philippines: "Philippines",
|
|
144
|
+
Poland: "Poland",
|
|
145
|
+
Portugal: "Portugal",
|
|
146
|
+
Qatar: "Qatar",
|
|
147
|
+
Romania: "Romania",
|
|
148
|
+
Russia: "Russia",
|
|
149
|
+
Rwanda: "Rwanda",
|
|
150
|
+
SaintKittsAndNevis: "Saint Kitts and Nevis",
|
|
151
|
+
SaintLucia: "Saint Lucia",
|
|
152
|
+
SaintVincentAndTheGrenadines: "Saint Vincent and the Grenadines",
|
|
153
|
+
Samoa: "Samoa",
|
|
154
|
+
SanMarino: "San Marino",
|
|
155
|
+
SaoTomeAndPrincipe: "Sao Tome and Principe",
|
|
156
|
+
SaudiArabia: "Saudi Arabia",
|
|
157
|
+
Senegal: "Senegal",
|
|
158
|
+
Seychelles: "Seychelles",
|
|
159
|
+
SierraLeone: "Sierra Leone",
|
|
160
|
+
Slovakia: "Slovakia",
|
|
161
|
+
Slovenia: "Slovenia",
|
|
162
|
+
SolomonIslands: "Solomon Islands",
|
|
163
|
+
Somalia: "Somalia",
|
|
164
|
+
SouthAfrica: "South Africa",
|
|
165
|
+
SouthKorea: "South Korea",
|
|
166
|
+
Spain: "Spain",
|
|
167
|
+
SriLanka: "Sri Lanka",
|
|
168
|
+
Sudan: "Sudan",
|
|
169
|
+
Suriname: "Suriname",
|
|
170
|
+
Swaziland: "Swaziland",
|
|
171
|
+
Sweden: "Sweden",
|
|
172
|
+
Switzerland: "Switzerland",
|
|
173
|
+
Syria: "Syria",
|
|
174
|
+
Taiwan: "Taiwan",
|
|
175
|
+
Tajikistan: "Tajikistan",
|
|
176
|
+
Tanzania: "Tanzania",
|
|
177
|
+
Thailand: "Thailand",
|
|
178
|
+
Togo: "Togo",
|
|
179
|
+
Tonga: "Tonga",
|
|
180
|
+
TrinidadAndTobago: "Trinidad and Tobago",
|
|
181
|
+
Tunisia: "Tunisia",
|
|
182
|
+
Turkey: "Turkey",
|
|
183
|
+
Turkmenistan: "Turkmenistan",
|
|
184
|
+
Tuvalu: "Tuvalu",
|
|
185
|
+
Uganda: "Uganda",
|
|
186
|
+
Ukraine: "Ukraine",
|
|
187
|
+
UnitedArabEmirates: "United Arab Emirates",
|
|
188
|
+
UnitedKingdom: "United Kingdom",
|
|
189
|
+
UnitedStatesOfAmerica: "United States of America",
|
|
190
|
+
Uruguay: "Uruguay",
|
|
191
|
+
Uzbekistan: "Uzbekistan",
|
|
192
|
+
Vanuatu: "Vanuatu",
|
|
193
|
+
Venezuela: "Venezuela",
|
|
194
|
+
Vietnam: "Vietnam",
|
|
195
|
+
Yemen: "Yemen",
|
|
196
|
+
Yugoslavia: "Yugoslavia",
|
|
197
|
+
Zambia: "Zambia",
|
|
198
|
+
Zimbabwe: "Zimbabwe",
|
|
199
|
+
CongoDemocraticRepublicOf: "Congo, Democratic Republic of",
|
|
200
|
+
TimorLeste: "Timor-Leste",
|
|
201
|
+
Anguilla: "Anguilla",
|
|
202
|
+
ChristmasIsland: "Christmas Island",
|
|
203
|
+
FalklandIslandsMalvinas: "Falkland Islands (Malvinas)",
|
|
204
|
+
FaroeIslands: "Faroe Islands",
|
|
205
|
+
FrenchGuiana: "French Guiana",
|
|
206
|
+
Gibraltar: "Gibraltar",
|
|
207
|
+
Greenland: "Greenland",
|
|
208
|
+
SouthGeorgiaAndTheSouthSandwichIslands: "South Georgia And The South Sandwich Islands",
|
|
209
|
+
HongKong: "Hong Kong",
|
|
210
|
+
HeardIslandAndMcdonaldIslands: "Heard Island and Mcdonald Islands",
|
|
211
|
+
BritishIndianOceanTerritory: "British Indian Ocean Territory",
|
|
212
|
+
CaymanIslands: "Cayman Islands",
|
|
213
|
+
Macao: "Macao",
|
|
214
|
+
NorthernMarianaIslands: "Northern Mariana Islands",
|
|
215
|
+
Martinique: "Martinique",
|
|
216
|
+
Montserrat: "Montserrat",
|
|
217
|
+
NewCaledonia: "New Caledonia",
|
|
218
|
+
NorfolkIsland: "Norfolk Island",
|
|
219
|
+
Niue: "Niue",
|
|
220
|
+
FrenchPolynesia: "French Polynesia",
|
|
221
|
+
SaintPierreAndMiquelon: "Saint Pierre and Miquelon",
|
|
222
|
+
Pitcairn: "Pitcairn",
|
|
223
|
+
PuertoRico: "Puerto Rico",
|
|
224
|
+
PalestinianTerritoryOccupied: "Palestinian Territory, Occupied",
|
|
225
|
+
CookIslands: "Cook Islands",
|
|
226
|
+
Reunion: "Reunion",
|
|
227
|
+
BouvetIsland: "Bouvet Island",
|
|
228
|
+
CocosKeelingIslands: "Cocos (Keeling)Islands",
|
|
229
|
+
SaintHelena: "Saint Helena",
|
|
230
|
+
SvalbardAndJanMayen: "Svalbard and Jan Mayen",
|
|
231
|
+
TurksAndCaicosIslands: "Turks and Caicos Islands",
|
|
232
|
+
FrenchSouthernTerritories: "French Southern Territories",
|
|
233
|
+
Tokelau: "Tokelau",
|
|
234
|
+
UnitedStatesMinorOutlyingIslands: "United States Minor Outlying Islands",
|
|
235
|
+
VirginIslandsBritish: "Virgin Islands, British",
|
|
236
|
+
VirginIslandsUs: "Virgin Islands, U.S.",
|
|
237
|
+
WallisAndFutuna: "Wallis and Futuna",
|
|
238
|
+
Mayotte: "Mayotte",
|
|
239
|
+
Others: "Others",
|
|
240
|
+
Bermuda: "Bermuda",
|
|
241
|
+
Guadeloupe: "Guadeloupe",
|
|
242
|
+
NetherlandsAntilles: "Netherlands Antilles",
|
|
243
|
+
WesternSahara: "Western Sahara",
|
|
244
|
+
Guam: "Guam",
|
|
245
|
+
Unknown: "Unknown",
|
|
246
|
+
Aruba: "Aruba",
|
|
247
|
+
Antarctica: "Antarctica",
|
|
248
|
+
AlandIslands: "\u00C5land Islands",
|
|
249
|
+
SerbMont: "Serb/Mont",
|
|
250
|
+
Guernsey: "Guernsey",
|
|
251
|
+
IsleOfMan: "Isle Of Man",
|
|
252
|
+
Jersey: "Jersey",
|
|
253
|
+
WesternSamoa: "Western Samoa",
|
|
254
|
+
Kosovo: "Kosovo",
|
|
255
|
+
BonaireSintEustatiusAndSaba: "Bonaire, Sint Eustatius, and Saba",
|
|
256
|
+
Curacao: "Curacao",
|
|
257
|
+
SaintBarthelemy: "Saint Barthelemy",
|
|
258
|
+
SintMaarten: "Sint Maarten",
|
|
259
|
+
SouthSudan: "South Sudan",
|
|
260
|
+
Serbia: "Serbia",
|
|
261
|
+
Montenegro: "Montenegro",
|
|
262
|
+
SaintMartin: "Saint Martin",
|
|
263
|
+
};
|
|
@@ -16,6 +16,8 @@ export interface GetReferralPatientDto {
|
|
|
16
16
|
address?: ReferralExchange.CreateAddressReq;
|
|
17
17
|
/** Patient residential status */
|
|
18
18
|
residentialStatus?: ReferralExchange.GetReferralPatientDtoResidentialStatus;
|
|
19
|
+
/** Patient nationality */
|
|
20
|
+
nationality?: ReferralExchange.GetReferralPatientDtoNationality;
|
|
19
21
|
/** Patient Healthier SG (HSG) enrolment status */
|
|
20
22
|
isHsgEnrolled?: boolean;
|
|
21
23
|
/** Current CHAS status */
|
|
@@ -0,0 +1,264 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Patient nationality
|
|
6
|
+
*/
|
|
7
|
+
export type GetReferralPatientDtoNationality = "Singapore" | "Afghanistan" | "Albania" | "Algeria" | "Andorra" | "Angola" | "Antigua and Barbuda" | "Argentina" | "Armenia" | "Australia" | "Austria" | "Azerbaijan" | "Bahamas" | "Bahrain" | "Bangladesh" | "Barbados" | "Belarus" | "Belgium" | "Belize" | "Benin" | "Bhutan" | "Bolivia" | "Bosnia and Herzegovina" | "Botswana" | "Brazil" | "Brunei" | "Bulgaria" | "Burkina Faso" | "Myanmar" | "Burundi" | "Cambodia" | "Cameroon" | "Canada" | "Cape Verde" | "Central African Republic" | "Chad" | "Chile" | "China" | "Colombia" | "Comoros" | "Congo, Republic of" | "Costa Rica" | "Cote d'Ivoire" | "Croatia" | "Cuba" | "Cyprus" | "Czech Republic" | "Denmark" | "Djibouti" | "Dominica" | "Dominican Republic" | "Ecuador" | "Egypt" | "El Salvador" | "Equatorial Guinea" | "Eritrea" | "Estonia" | "Ethiopia" | "Fiji" | "Finland" | "France" | "Gabon" | "Gambia" | "Georgia" | "Germany" | "Ghana" | "Greece" | "Grenada" | "Guatemala" | "Guinea" | "Guinea-Bissau" | "Guyana" | "Haiti" | "Holy See" | "Honduras" | "Hungary" | "Iceland" | "India" | "Indonesia" | "Iran" | "Iraq" | "Ireland" | "Israel" | "Italy" | "Jamaica" | "Japan" | "Jordan" | "Kazakhstan" | "Kenya" | "Kiribati" | "Kuwait" | "Kyrgyzstan" | "Laos" | "Latvia" | "Lebanon" | "Lesotho" | "Liberia" | "Libya" | "Liechtenstein" | "Lithuania" | "Luxembourg" | "Macedonia" | "Madagascar" | "Malawi" | "Malaysia" | "Maldives" | "Mali" | "Malta" | "Marshall Islands" | "Mauritania" | "Mauritius" | "Mexico" | "Micronesia" | "Moldova" | "Monaco" | "Mongolia" | "Morocco" | "Mozambique" | "Namibia" | "Nauru" | "Nepal" | "Netherlands" | "New Zealand" | "Nicaragua" | "Niger" | "Nigeria" | "North Korea" | "Norway" | "Oman" | "Pakistan" | "Palau" | "Panama" | "Papua New Guinea" | "Paraguay" | "Peru" | "Philippines" | "Poland" | "Portugal" | "Qatar" | "Romania" | "Russia" | "Rwanda" | "Saint Kitts and Nevis" | "Saint Lucia" | "Saint Vincent and the Grenadines" | "Samoa" | "San Marino" | "Sao Tome and Principe" | "Saudi Arabia" | "Senegal" | "Seychelles" | "Sierra Leone" | "Slovakia" | "Slovenia" | "Solomon Islands" | "Somalia" | "South Africa" | "South Korea" | "Spain" | "Sri Lanka" | "Sudan" | "Suriname" | "Swaziland" | "Sweden" | "Switzerland" | "Syria" | "Taiwan" | "Tajikistan" | "Tanzania" | "Thailand" | "Togo" | "Tonga" | "Trinidad and Tobago" | "Tunisia" | "Turkey" | "Turkmenistan" | "Tuvalu" | "Uganda" | "Ukraine" | "United Arab Emirates" | "United Kingdom" | "United States of America" | "Uruguay" | "Uzbekistan" | "Vanuatu" | "Venezuela" | "Vietnam" | "Yemen" | "Yugoslavia" | "Zambia" | "Zimbabwe" | "Congo, Democratic Republic of" | "Timor-Leste" | "Anguilla" | "Christmas Island" | "Falkland Islands (Malvinas)" | "Faroe Islands" | "French Guiana" | "Gibraltar" | "Greenland" | "South Georgia And The South Sandwich Islands" | "Hong Kong" | "Heard Island and Mcdonald Islands" | "British Indian Ocean Territory" | "Cayman Islands" | "Macao" | "Northern Mariana Islands" | "Martinique" | "Montserrat" | "New Caledonia" | "Norfolk Island" | "Niue" | "French Polynesia" | "Saint Pierre and Miquelon" | "Pitcairn" | "Puerto Rico" | "Palestinian Territory, Occupied" | "Cook Islands" | "Reunion" | "Bouvet Island" | "Cocos (Keeling)Islands" | "Saint Helena" | "Svalbard and Jan Mayen" | "Turks and Caicos Islands" | "French Southern Territories" | "Tokelau" | "United States Minor Outlying Islands" | "Virgin Islands, British" | "Virgin Islands, U.S." | "Wallis and Futuna" | "Mayotte" | "Others" | "Bermuda" | "Guadeloupe" | "Netherlands Antilles" | "Western Sahara" | "Guam" | "Unknown" | "Aruba" | "Antarctica" | "\u00C5land Islands" | "Serb/Mont" | "Guernsey" | "Isle Of Man" | "Jersey" | "Western Samoa" | "Kosovo" | "Bonaire, Sint Eustatius, and Saba" | "Curacao" | "Saint Barthelemy" | "Sint Maarten" | "South Sudan" | "Serbia" | "Montenegro" | "Saint Martin";
|
|
8
|
+
export declare const GetReferralPatientDtoNationality: {
|
|
9
|
+
readonly Singapore: "Singapore";
|
|
10
|
+
readonly Afghanistan: "Afghanistan";
|
|
11
|
+
readonly Albania: "Albania";
|
|
12
|
+
readonly Algeria: "Algeria";
|
|
13
|
+
readonly Andorra: "Andorra";
|
|
14
|
+
readonly Angola: "Angola";
|
|
15
|
+
readonly AntiguaAndBarbuda: "Antigua and Barbuda";
|
|
16
|
+
readonly Argentina: "Argentina";
|
|
17
|
+
readonly Armenia: "Armenia";
|
|
18
|
+
readonly Australia: "Australia";
|
|
19
|
+
readonly Austria: "Austria";
|
|
20
|
+
readonly Azerbaijan: "Azerbaijan";
|
|
21
|
+
readonly Bahamas: "Bahamas";
|
|
22
|
+
readonly Bahrain: "Bahrain";
|
|
23
|
+
readonly Bangladesh: "Bangladesh";
|
|
24
|
+
readonly Barbados: "Barbados";
|
|
25
|
+
readonly Belarus: "Belarus";
|
|
26
|
+
readonly Belgium: "Belgium";
|
|
27
|
+
readonly Belize: "Belize";
|
|
28
|
+
readonly Benin: "Benin";
|
|
29
|
+
readonly Bhutan: "Bhutan";
|
|
30
|
+
readonly Bolivia: "Bolivia";
|
|
31
|
+
readonly BosniaAndHerzegovina: "Bosnia and Herzegovina";
|
|
32
|
+
readonly Botswana: "Botswana";
|
|
33
|
+
readonly Brazil: "Brazil";
|
|
34
|
+
readonly Brunei: "Brunei";
|
|
35
|
+
readonly Bulgaria: "Bulgaria";
|
|
36
|
+
readonly BurkinaFaso: "Burkina Faso";
|
|
37
|
+
readonly Myanmar: "Myanmar";
|
|
38
|
+
readonly Burundi: "Burundi";
|
|
39
|
+
readonly Cambodia: "Cambodia";
|
|
40
|
+
readonly Cameroon: "Cameroon";
|
|
41
|
+
readonly Canada: "Canada";
|
|
42
|
+
readonly CapeVerde: "Cape Verde";
|
|
43
|
+
readonly CentralAfricanRepublic: "Central African Republic";
|
|
44
|
+
readonly Chad: "Chad";
|
|
45
|
+
readonly Chile: "Chile";
|
|
46
|
+
readonly China: "China";
|
|
47
|
+
readonly Colombia: "Colombia";
|
|
48
|
+
readonly Comoros: "Comoros";
|
|
49
|
+
readonly CongoRepublicOf: "Congo, Republic of";
|
|
50
|
+
readonly CostaRica: "Costa Rica";
|
|
51
|
+
readonly CoteDIvoire: "Cote d'Ivoire";
|
|
52
|
+
readonly Croatia: "Croatia";
|
|
53
|
+
readonly Cuba: "Cuba";
|
|
54
|
+
readonly Cyprus: "Cyprus";
|
|
55
|
+
readonly CzechRepublic: "Czech Republic";
|
|
56
|
+
readonly Denmark: "Denmark";
|
|
57
|
+
readonly Djibouti: "Djibouti";
|
|
58
|
+
readonly Dominica: "Dominica";
|
|
59
|
+
readonly DominicanRepublic: "Dominican Republic";
|
|
60
|
+
readonly Ecuador: "Ecuador";
|
|
61
|
+
readonly Egypt: "Egypt";
|
|
62
|
+
readonly ElSalvador: "El Salvador";
|
|
63
|
+
readonly EquatorialGuinea: "Equatorial Guinea";
|
|
64
|
+
readonly Eritrea: "Eritrea";
|
|
65
|
+
readonly Estonia: "Estonia";
|
|
66
|
+
readonly Ethiopia: "Ethiopia";
|
|
67
|
+
readonly Fiji: "Fiji";
|
|
68
|
+
readonly Finland: "Finland";
|
|
69
|
+
readonly France: "France";
|
|
70
|
+
readonly Gabon: "Gabon";
|
|
71
|
+
readonly Gambia: "Gambia";
|
|
72
|
+
readonly Georgia: "Georgia";
|
|
73
|
+
readonly Germany: "Germany";
|
|
74
|
+
readonly Ghana: "Ghana";
|
|
75
|
+
readonly Greece: "Greece";
|
|
76
|
+
readonly Grenada: "Grenada";
|
|
77
|
+
readonly Guatemala: "Guatemala";
|
|
78
|
+
readonly Guinea: "Guinea";
|
|
79
|
+
readonly GuineaBissau: "Guinea-Bissau";
|
|
80
|
+
readonly Guyana: "Guyana";
|
|
81
|
+
readonly Haiti: "Haiti";
|
|
82
|
+
readonly HolySee: "Holy See";
|
|
83
|
+
readonly Honduras: "Honduras";
|
|
84
|
+
readonly Hungary: "Hungary";
|
|
85
|
+
readonly Iceland: "Iceland";
|
|
86
|
+
readonly India: "India";
|
|
87
|
+
readonly Indonesia: "Indonesia";
|
|
88
|
+
readonly Iran: "Iran";
|
|
89
|
+
readonly Iraq: "Iraq";
|
|
90
|
+
readonly Ireland: "Ireland";
|
|
91
|
+
readonly Israel: "Israel";
|
|
92
|
+
readonly Italy: "Italy";
|
|
93
|
+
readonly Jamaica: "Jamaica";
|
|
94
|
+
readonly Japan: "Japan";
|
|
95
|
+
readonly Jordan: "Jordan";
|
|
96
|
+
readonly Kazakhstan: "Kazakhstan";
|
|
97
|
+
readonly Kenya: "Kenya";
|
|
98
|
+
readonly Kiribati: "Kiribati";
|
|
99
|
+
readonly Kuwait: "Kuwait";
|
|
100
|
+
readonly Kyrgyzstan: "Kyrgyzstan";
|
|
101
|
+
readonly Laos: "Laos";
|
|
102
|
+
readonly Latvia: "Latvia";
|
|
103
|
+
readonly Lebanon: "Lebanon";
|
|
104
|
+
readonly Lesotho: "Lesotho";
|
|
105
|
+
readonly Liberia: "Liberia";
|
|
106
|
+
readonly Libya: "Libya";
|
|
107
|
+
readonly Liechtenstein: "Liechtenstein";
|
|
108
|
+
readonly Lithuania: "Lithuania";
|
|
109
|
+
readonly Luxembourg: "Luxembourg";
|
|
110
|
+
readonly Macedonia: "Macedonia";
|
|
111
|
+
readonly Madagascar: "Madagascar";
|
|
112
|
+
readonly Malawi: "Malawi";
|
|
113
|
+
readonly Malaysia: "Malaysia";
|
|
114
|
+
readonly Maldives: "Maldives";
|
|
115
|
+
readonly Mali: "Mali";
|
|
116
|
+
readonly Malta: "Malta";
|
|
117
|
+
readonly MarshallIslands: "Marshall Islands";
|
|
118
|
+
readonly Mauritania: "Mauritania";
|
|
119
|
+
readonly Mauritius: "Mauritius";
|
|
120
|
+
readonly Mexico: "Mexico";
|
|
121
|
+
readonly Micronesia: "Micronesia";
|
|
122
|
+
readonly Moldova: "Moldova";
|
|
123
|
+
readonly Monaco: "Monaco";
|
|
124
|
+
readonly Mongolia: "Mongolia";
|
|
125
|
+
readonly Morocco: "Morocco";
|
|
126
|
+
readonly Mozambique: "Mozambique";
|
|
127
|
+
readonly Namibia: "Namibia";
|
|
128
|
+
readonly Nauru: "Nauru";
|
|
129
|
+
readonly Nepal: "Nepal";
|
|
130
|
+
readonly Netherlands: "Netherlands";
|
|
131
|
+
readonly NewZealand: "New Zealand";
|
|
132
|
+
readonly Nicaragua: "Nicaragua";
|
|
133
|
+
readonly Niger: "Niger";
|
|
134
|
+
readonly Nigeria: "Nigeria";
|
|
135
|
+
readonly NorthKorea: "North Korea";
|
|
136
|
+
readonly Norway: "Norway";
|
|
137
|
+
readonly Oman: "Oman";
|
|
138
|
+
readonly Pakistan: "Pakistan";
|
|
139
|
+
readonly Palau: "Palau";
|
|
140
|
+
readonly Panama: "Panama";
|
|
141
|
+
readonly PapuaNewGuinea: "Papua New Guinea";
|
|
142
|
+
readonly Paraguay: "Paraguay";
|
|
143
|
+
readonly Peru: "Peru";
|
|
144
|
+
readonly Philippines: "Philippines";
|
|
145
|
+
readonly Poland: "Poland";
|
|
146
|
+
readonly Portugal: "Portugal";
|
|
147
|
+
readonly Qatar: "Qatar";
|
|
148
|
+
readonly Romania: "Romania";
|
|
149
|
+
readonly Russia: "Russia";
|
|
150
|
+
readonly Rwanda: "Rwanda";
|
|
151
|
+
readonly SaintKittsAndNevis: "Saint Kitts and Nevis";
|
|
152
|
+
readonly SaintLucia: "Saint Lucia";
|
|
153
|
+
readonly SaintVincentAndTheGrenadines: "Saint Vincent and the Grenadines";
|
|
154
|
+
readonly Samoa: "Samoa";
|
|
155
|
+
readonly SanMarino: "San Marino";
|
|
156
|
+
readonly SaoTomeAndPrincipe: "Sao Tome and Principe";
|
|
157
|
+
readonly SaudiArabia: "Saudi Arabia";
|
|
158
|
+
readonly Senegal: "Senegal";
|
|
159
|
+
readonly Seychelles: "Seychelles";
|
|
160
|
+
readonly SierraLeone: "Sierra Leone";
|
|
161
|
+
readonly Slovakia: "Slovakia";
|
|
162
|
+
readonly Slovenia: "Slovenia";
|
|
163
|
+
readonly SolomonIslands: "Solomon Islands";
|
|
164
|
+
readonly Somalia: "Somalia";
|
|
165
|
+
readonly SouthAfrica: "South Africa";
|
|
166
|
+
readonly SouthKorea: "South Korea";
|
|
167
|
+
readonly Spain: "Spain";
|
|
168
|
+
readonly SriLanka: "Sri Lanka";
|
|
169
|
+
readonly Sudan: "Sudan";
|
|
170
|
+
readonly Suriname: "Suriname";
|
|
171
|
+
readonly Swaziland: "Swaziland";
|
|
172
|
+
readonly Sweden: "Sweden";
|
|
173
|
+
readonly Switzerland: "Switzerland";
|
|
174
|
+
readonly Syria: "Syria";
|
|
175
|
+
readonly Taiwan: "Taiwan";
|
|
176
|
+
readonly Tajikistan: "Tajikistan";
|
|
177
|
+
readonly Tanzania: "Tanzania";
|
|
178
|
+
readonly Thailand: "Thailand";
|
|
179
|
+
readonly Togo: "Togo";
|
|
180
|
+
readonly Tonga: "Tonga";
|
|
181
|
+
readonly TrinidadAndTobago: "Trinidad and Tobago";
|
|
182
|
+
readonly Tunisia: "Tunisia";
|
|
183
|
+
readonly Turkey: "Turkey";
|
|
184
|
+
readonly Turkmenistan: "Turkmenistan";
|
|
185
|
+
readonly Tuvalu: "Tuvalu";
|
|
186
|
+
readonly Uganda: "Uganda";
|
|
187
|
+
readonly Ukraine: "Ukraine";
|
|
188
|
+
readonly UnitedArabEmirates: "United Arab Emirates";
|
|
189
|
+
readonly UnitedKingdom: "United Kingdom";
|
|
190
|
+
readonly UnitedStatesOfAmerica: "United States of America";
|
|
191
|
+
readonly Uruguay: "Uruguay";
|
|
192
|
+
readonly Uzbekistan: "Uzbekistan";
|
|
193
|
+
readonly Vanuatu: "Vanuatu";
|
|
194
|
+
readonly Venezuela: "Venezuela";
|
|
195
|
+
readonly Vietnam: "Vietnam";
|
|
196
|
+
readonly Yemen: "Yemen";
|
|
197
|
+
readonly Yugoslavia: "Yugoslavia";
|
|
198
|
+
readonly Zambia: "Zambia";
|
|
199
|
+
readonly Zimbabwe: "Zimbabwe";
|
|
200
|
+
readonly CongoDemocraticRepublicOf: "Congo, Democratic Republic of";
|
|
201
|
+
readonly TimorLeste: "Timor-Leste";
|
|
202
|
+
readonly Anguilla: "Anguilla";
|
|
203
|
+
readonly ChristmasIsland: "Christmas Island";
|
|
204
|
+
readonly FalklandIslandsMalvinas: "Falkland Islands (Malvinas)";
|
|
205
|
+
readonly FaroeIslands: "Faroe Islands";
|
|
206
|
+
readonly FrenchGuiana: "French Guiana";
|
|
207
|
+
readonly Gibraltar: "Gibraltar";
|
|
208
|
+
readonly Greenland: "Greenland";
|
|
209
|
+
readonly SouthGeorgiaAndTheSouthSandwichIslands: "South Georgia And The South Sandwich Islands";
|
|
210
|
+
readonly HongKong: "Hong Kong";
|
|
211
|
+
readonly HeardIslandAndMcdonaldIslands: "Heard Island and Mcdonald Islands";
|
|
212
|
+
readonly BritishIndianOceanTerritory: "British Indian Ocean Territory";
|
|
213
|
+
readonly CaymanIslands: "Cayman Islands";
|
|
214
|
+
readonly Macao: "Macao";
|
|
215
|
+
readonly NorthernMarianaIslands: "Northern Mariana Islands";
|
|
216
|
+
readonly Martinique: "Martinique";
|
|
217
|
+
readonly Montserrat: "Montserrat";
|
|
218
|
+
readonly NewCaledonia: "New Caledonia";
|
|
219
|
+
readonly NorfolkIsland: "Norfolk Island";
|
|
220
|
+
readonly Niue: "Niue";
|
|
221
|
+
readonly FrenchPolynesia: "French Polynesia";
|
|
222
|
+
readonly SaintPierreAndMiquelon: "Saint Pierre and Miquelon";
|
|
223
|
+
readonly Pitcairn: "Pitcairn";
|
|
224
|
+
readonly PuertoRico: "Puerto Rico";
|
|
225
|
+
readonly PalestinianTerritoryOccupied: "Palestinian Territory, Occupied";
|
|
226
|
+
readonly CookIslands: "Cook Islands";
|
|
227
|
+
readonly Reunion: "Reunion";
|
|
228
|
+
readonly BouvetIsland: "Bouvet Island";
|
|
229
|
+
readonly CocosKeelingIslands: "Cocos (Keeling)Islands";
|
|
230
|
+
readonly SaintHelena: "Saint Helena";
|
|
231
|
+
readonly SvalbardAndJanMayen: "Svalbard and Jan Mayen";
|
|
232
|
+
readonly TurksAndCaicosIslands: "Turks and Caicos Islands";
|
|
233
|
+
readonly FrenchSouthernTerritories: "French Southern Territories";
|
|
234
|
+
readonly Tokelau: "Tokelau";
|
|
235
|
+
readonly UnitedStatesMinorOutlyingIslands: "United States Minor Outlying Islands";
|
|
236
|
+
readonly VirginIslandsBritish: "Virgin Islands, British";
|
|
237
|
+
readonly VirginIslandsUs: "Virgin Islands, U.S.";
|
|
238
|
+
readonly WallisAndFutuna: "Wallis and Futuna";
|
|
239
|
+
readonly Mayotte: "Mayotte";
|
|
240
|
+
readonly Others: "Others";
|
|
241
|
+
readonly Bermuda: "Bermuda";
|
|
242
|
+
readonly Guadeloupe: "Guadeloupe";
|
|
243
|
+
readonly NetherlandsAntilles: "Netherlands Antilles";
|
|
244
|
+
readonly WesternSahara: "Western Sahara";
|
|
245
|
+
readonly Guam: "Guam";
|
|
246
|
+
readonly Unknown: "Unknown";
|
|
247
|
+
readonly Aruba: "Aruba";
|
|
248
|
+
readonly Antarctica: "Antarctica";
|
|
249
|
+
readonly AlandIslands: "Åland Islands";
|
|
250
|
+
readonly SerbMont: "Serb/Mont";
|
|
251
|
+
readonly Guernsey: "Guernsey";
|
|
252
|
+
readonly IsleOfMan: "Isle Of Man";
|
|
253
|
+
readonly Jersey: "Jersey";
|
|
254
|
+
readonly WesternSamoa: "Western Samoa";
|
|
255
|
+
readonly Kosovo: "Kosovo";
|
|
256
|
+
readonly BonaireSintEustatiusAndSaba: "Bonaire, Sint Eustatius, and Saba";
|
|
257
|
+
readonly Curacao: "Curacao";
|
|
258
|
+
readonly SaintBarthelemy: "Saint Barthelemy";
|
|
259
|
+
readonly SintMaarten: "Sint Maarten";
|
|
260
|
+
readonly SouthSudan: "South Sudan";
|
|
261
|
+
readonly Serbia: "Serbia";
|
|
262
|
+
readonly Montenegro: "Montenegro";
|
|
263
|
+
readonly SaintMartin: "Saint Martin";
|
|
264
|
+
};
|