@tryvital/vital-node 3.1.12 → 3.1.14

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.
Files changed (453) hide show
  1. package/api/resources/activity/client/Client.js +2 -2
  2. package/api/resources/body/client/Client.js +2 -2
  3. package/api/resources/devices/client/Client.js +1 -1
  4. package/api/resources/index.d.ts +1 -0
  5. package/api/resources/index.js +1 -0
  6. package/api/resources/insurance/client/Client.js +2 -2
  7. package/api/resources/introspect/client/Client.js +2 -2
  8. package/api/resources/labTests/client/Client.d.ts +18 -0
  9. package/api/resources/labTests/client/Client.js +193 -24
  10. package/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.d.ts +13 -0
  11. package/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.js +5 -0
  12. package/api/resources/labTests/client/requests/PostOrderFhir.d.ts +9 -0
  13. package/api/resources/labTests/client/requests/PostOrderFhir.js +5 -0
  14. package/api/resources/labTests/client/requests/index.d.ts +2 -0
  15. package/api/resources/link/client/Client.js +14 -14
  16. package/api/resources/meal/client/Client.js +1 -1
  17. package/api/resources/profile/client/Client.js +2 -2
  18. package/api/resources/providers/client/Client.d.ts +2 -1
  19. package/api/resources/providers/client/Client.js +24 -6
  20. package/api/resources/providers/client/index.d.ts +1 -1
  21. package/api/resources/providers/client/index.js +15 -0
  22. package/api/resources/providers/client/requests/ProvidersGetAllRequest.d.ts +10 -0
  23. package/api/resources/providers/client/requests/ProvidersGetAllRequest.js +5 -0
  24. package/api/resources/providers/client/requests/index.d.ts +1 -0
  25. package/api/resources/providers/client/requests/index.js +2 -0
  26. package/api/resources/sleep/client/Client.js +4 -4
  27. package/api/resources/team/client/Client.js +7 -7
  28. package/api/resources/testkit/client/Client.js +2 -2
  29. package/api/resources/user/client/Client.js +12 -12
  30. package/api/resources/vitals/client/Client.js +50 -50
  31. package/api/resources/workouts/client/Client.js +3 -3
  32. package/api/types/Addres.d.ts +12 -0
  33. package/api/types/Addres.js +5 -0
  34. package/api/types/AnswerItem.d.ts +6 -0
  35. package/api/types/AnswerItem.js +5 -0
  36. package/api/types/Beneficiary.d.ts +6 -0
  37. package/api/types/Beneficiary.js +5 -0
  38. package/api/types/CodingItem1.d.ts +7 -0
  39. package/api/types/CodingItem1.js +5 -0
  40. package/api/types/High.d.ts +6 -0
  41. package/api/types/High.js +5 -0
  42. package/api/types/HistoricalPullStatus.d.ts +2 -1
  43. package/api/types/HistoricalPullStatus.js +1 -0
  44. package/api/types/HistoricalPullTimeline.d.ts +8 -0
  45. package/api/types/HistoricalPullTimeline.js +5 -0
  46. package/api/types/IdentifierItem1.d.ts +7 -0
  47. package/api/types/IdentifierItem1.js +5 -0
  48. package/api/types/InterpretationItem.d.ts +7 -0
  49. package/api/types/InterpretationItem.js +5 -0
  50. package/api/types/LabResultsFhir.d.ts +9 -0
  51. package/api/types/LabResultsFhir.js +5 -0
  52. package/api/types/Low.d.ts +6 -0
  53. package/api/types/Low.js +5 -0
  54. package/api/types/Observation.d.ts +16 -0
  55. package/api/types/Observation.js +5 -0
  56. package/api/types/ObservationEffectiveDateTime.d.ts +4 -0
  57. package/api/types/ObservationEffectiveDateTime.js +5 -0
  58. package/api/types/ObservationIssued.d.ts +4 -0
  59. package/api/types/ObservationIssued.js +5 -0
  60. package/api/types/Patient.d.ts +10 -0
  61. package/api/types/Patient.js +5 -0
  62. package/api/types/PatientBirthDate.d.ts +4 -0
  63. package/api/types/PatientBirthDate.js +5 -0
  64. package/api/types/PayorItem.d.ts +6 -0
  65. package/api/types/PayorItem.js +5 -0
  66. package/api/types/Period.d.ts +6 -0
  67. package/api/types/Period.js +5 -0
  68. package/api/types/PostOrderCoverage.d.ts +14 -0
  69. package/api/types/PostOrderCoverage.js +5 -0
  70. package/api/types/PostOrderPatient.d.ts +12 -0
  71. package/api/types/PostOrderPatient.js +5 -0
  72. package/api/types/PostOrderPatientBirthDate.d.ts +4 -0
  73. package/api/types/PostOrderPatientBirthDate.js +5 -0
  74. package/api/types/PostOrderPhysician.d.ts +11 -0
  75. package/api/types/PostOrderPhysician.js +5 -0
  76. package/api/types/PostOrderQuestionnaireResponse.d.ts +10 -0
  77. package/api/types/PostOrderQuestionnaireResponse.js +5 -0
  78. package/api/types/PostOrderServiceRequest.d.ts +13 -0
  79. package/api/types/PostOrderServiceRequest.js +5 -0
  80. package/api/types/Priority.d.ts +13 -0
  81. package/api/types/Priority.js +12 -0
  82. package/api/types/QualificationItem.d.ts +9 -0
  83. package/api/types/QualificationItem.js +5 -0
  84. package/api/types/QuestionaryItem.d.ts +9 -0
  85. package/api/types/QuestionaryItem.js +5 -0
  86. package/api/types/ReferenceRangeItem.d.ts +8 -0
  87. package/api/types/ReferenceRangeItem.js +5 -0
  88. package/api/types/Relationship.d.ts +7 -0
  89. package/api/types/Relationship.js +5 -0
  90. package/api/types/Requester.d.ts +7 -0
  91. package/api/types/Requester.js +5 -0
  92. package/api/types/SingleHistoricalPullStatistics.d.ts +1 -0
  93. package/api/types/Subject.d.ts +7 -0
  94. package/api/types/Subject.js +5 -0
  95. package/api/types/TelecomItem.d.ts +8 -0
  96. package/api/types/TelecomItem.js +5 -0
  97. package/api/types/ValueQuantity.d.ts +8 -0
  98. package/api/types/ValueQuantity.js +5 -0
  99. package/api/types/ValueRange.d.ts +8 -0
  100. package/api/types/ValueRange.js +5 -0
  101. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.d.ts +7 -0
  102. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.js +5 -0
  103. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.d.ts +8 -0
  104. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.js +5 -0
  105. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.d.ts +7 -0
  106. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.js +5 -0
  107. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.d.ts +5 -0
  108. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.js +5 -0
  109. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.d.ts +6 -0
  110. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.js +5 -0
  111. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.d.ts +6 -0
  112. package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.js +5 -0
  113. package/api/types/VitalCoreSchemasRequestSchemasOrdersCode.d.ts +7 -0
  114. package/api/types/VitalCoreSchemasRequestSchemasOrdersCode.js +5 -0
  115. package/api/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.d.ts +8 -0
  116. package/api/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.js +5 -0
  117. package/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.d.ts +7 -0
  118. package/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.js +5 -0
  119. package/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.d.ts +5 -0
  120. package/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.js +5 -0
  121. package/api/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.d.ts +7 -0
  122. package/api/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.js +5 -0
  123. package/api/types/VitalCoreSchemasRequestSchemasOrdersNameItem.d.ts +8 -0
  124. package/api/types/VitalCoreSchemasRequestSchemasOrdersNameItem.js +5 -0
  125. package/api/types/index.d.ts +45 -0
  126. package/api/types/index.js +45 -0
  127. package/dist/api/resources/activity/client/Client.js +2 -2
  128. package/dist/api/resources/body/client/Client.js +2 -2
  129. package/dist/api/resources/devices/client/Client.js +1 -1
  130. package/dist/api/resources/index.d.ts +1 -0
  131. package/dist/api/resources/index.js +1 -0
  132. package/dist/api/resources/insurance/client/Client.js +2 -2
  133. package/dist/api/resources/introspect/client/Client.js +2 -2
  134. package/dist/api/resources/labTests/client/Client.d.ts +18 -0
  135. package/dist/api/resources/labTests/client/Client.js +193 -24
  136. package/dist/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.d.ts +13 -0
  137. package/dist/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.js +5 -0
  138. package/dist/api/resources/labTests/client/requests/PostOrderFhir.d.ts +9 -0
  139. package/dist/api/resources/labTests/client/requests/PostOrderFhir.js +5 -0
  140. package/dist/api/resources/labTests/client/requests/index.d.ts +2 -0
  141. package/dist/api/resources/link/client/Client.js +14 -14
  142. package/dist/api/resources/meal/client/Client.js +1 -1
  143. package/dist/api/resources/profile/client/Client.js +2 -2
  144. package/dist/api/resources/providers/client/Client.d.ts +2 -1
  145. package/dist/api/resources/providers/client/Client.js +24 -6
  146. package/dist/api/resources/providers/client/index.d.ts +1 -1
  147. package/dist/api/resources/providers/client/index.js +15 -0
  148. package/dist/api/resources/providers/client/requests/ProvidersGetAllRequest.d.ts +10 -0
  149. package/dist/api/resources/providers/client/requests/ProvidersGetAllRequest.js +5 -0
  150. package/dist/api/resources/providers/client/requests/index.d.ts +1 -0
  151. package/dist/api/resources/providers/client/requests/index.js +2 -0
  152. package/dist/api/resources/sleep/client/Client.js +4 -4
  153. package/dist/api/resources/team/client/Client.js +7 -7
  154. package/dist/api/resources/testkit/client/Client.js +2 -2
  155. package/dist/api/resources/user/client/Client.js +12 -12
  156. package/dist/api/resources/vitals/client/Client.js +50 -50
  157. package/dist/api/resources/workouts/client/Client.js +3 -3
  158. package/dist/api/types/Addres.d.ts +12 -0
  159. package/dist/api/types/Addres.js +5 -0
  160. package/dist/api/types/AnswerItem.d.ts +6 -0
  161. package/dist/api/types/AnswerItem.js +5 -0
  162. package/dist/api/types/Beneficiary.d.ts +6 -0
  163. package/dist/api/types/Beneficiary.js +5 -0
  164. package/dist/api/types/CodingItem1.d.ts +7 -0
  165. package/dist/api/types/CodingItem1.js +5 -0
  166. package/dist/api/types/High.d.ts +6 -0
  167. package/dist/api/types/High.js +5 -0
  168. package/dist/api/types/HistoricalPullStatus.d.ts +2 -1
  169. package/dist/api/types/HistoricalPullStatus.js +1 -0
  170. package/dist/api/types/HistoricalPullTimeline.d.ts +8 -0
  171. package/dist/api/types/HistoricalPullTimeline.js +5 -0
  172. package/dist/api/types/IdentifierItem1.d.ts +7 -0
  173. package/dist/api/types/IdentifierItem1.js +5 -0
  174. package/dist/api/types/InterpretationItem.d.ts +7 -0
  175. package/dist/api/types/InterpretationItem.js +5 -0
  176. package/dist/api/types/LabResultsFhir.d.ts +9 -0
  177. package/dist/api/types/LabResultsFhir.js +5 -0
  178. package/dist/api/types/Low.d.ts +6 -0
  179. package/dist/api/types/Low.js +5 -0
  180. package/dist/api/types/Observation.d.ts +16 -0
  181. package/dist/api/types/Observation.js +5 -0
  182. package/dist/api/types/ObservationEffectiveDateTime.d.ts +4 -0
  183. package/dist/api/types/ObservationEffectiveDateTime.js +5 -0
  184. package/dist/api/types/ObservationIssued.d.ts +4 -0
  185. package/dist/api/types/ObservationIssued.js +5 -0
  186. package/dist/api/types/Patient.d.ts +10 -0
  187. package/dist/api/types/Patient.js +5 -0
  188. package/dist/api/types/PatientBirthDate.d.ts +4 -0
  189. package/dist/api/types/PatientBirthDate.js +5 -0
  190. package/dist/api/types/PayorItem.d.ts +6 -0
  191. package/dist/api/types/PayorItem.js +5 -0
  192. package/dist/api/types/Period.d.ts +6 -0
  193. package/dist/api/types/Period.js +5 -0
  194. package/dist/api/types/PostOrderCoverage.d.ts +14 -0
  195. package/dist/api/types/PostOrderCoverage.js +5 -0
  196. package/dist/api/types/PostOrderPatient.d.ts +12 -0
  197. package/dist/api/types/PostOrderPatient.js +5 -0
  198. package/dist/api/types/PostOrderPatientBirthDate.d.ts +4 -0
  199. package/dist/api/types/PostOrderPatientBirthDate.js +5 -0
  200. package/dist/api/types/PostOrderPhysician.d.ts +11 -0
  201. package/dist/api/types/PostOrderPhysician.js +5 -0
  202. package/dist/api/types/PostOrderQuestionnaireResponse.d.ts +10 -0
  203. package/dist/api/types/PostOrderQuestionnaireResponse.js +5 -0
  204. package/dist/api/types/PostOrderServiceRequest.d.ts +13 -0
  205. package/dist/api/types/PostOrderServiceRequest.js +5 -0
  206. package/dist/api/types/Priority.d.ts +13 -0
  207. package/dist/api/types/Priority.js +12 -0
  208. package/dist/api/types/QualificationItem.d.ts +9 -0
  209. package/dist/api/types/QualificationItem.js +5 -0
  210. package/dist/api/types/QuestionaryItem.d.ts +9 -0
  211. package/dist/api/types/QuestionaryItem.js +5 -0
  212. package/dist/api/types/ReferenceRangeItem.d.ts +8 -0
  213. package/dist/api/types/ReferenceRangeItem.js +5 -0
  214. package/dist/api/types/Relationship.d.ts +7 -0
  215. package/dist/api/types/Relationship.js +5 -0
  216. package/dist/api/types/Requester.d.ts +7 -0
  217. package/dist/api/types/Requester.js +5 -0
  218. package/dist/api/types/SingleHistoricalPullStatistics.d.ts +1 -0
  219. package/dist/api/types/Subject.d.ts +7 -0
  220. package/dist/api/types/Subject.js +5 -0
  221. package/dist/api/types/TelecomItem.d.ts +8 -0
  222. package/dist/api/types/TelecomItem.js +5 -0
  223. package/dist/api/types/ValueQuantity.d.ts +8 -0
  224. package/dist/api/types/ValueQuantity.js +5 -0
  225. package/dist/api/types/ValueRange.d.ts +8 -0
  226. package/dist/api/types/ValueRange.js +5 -0
  227. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.d.ts +7 -0
  228. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.js +5 -0
  229. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.d.ts +8 -0
  230. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.js +5 -0
  231. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.d.ts +7 -0
  232. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.js +5 -0
  233. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.d.ts +5 -0
  234. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.js +5 -0
  235. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.d.ts +6 -0
  236. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.js +5 -0
  237. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.d.ts +6 -0
  238. package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.js +5 -0
  239. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersCode.d.ts +7 -0
  240. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersCode.js +5 -0
  241. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.d.ts +8 -0
  242. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.js +5 -0
  243. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.d.ts +7 -0
  244. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.js +5 -0
  245. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.d.ts +5 -0
  246. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.js +5 -0
  247. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.d.ts +7 -0
  248. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.js +5 -0
  249. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersNameItem.d.ts +8 -0
  250. package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersNameItem.js +5 -0
  251. package/dist/api/types/index.d.ts +45 -0
  252. package/dist/api/types/index.js +45 -0
  253. package/dist/serialization/resources/labTests/client/requests/PostOrderFhir.d.ts +15 -0
  254. package/dist/serialization/resources/labTests/client/requests/PostOrderFhir.js +36 -0
  255. package/dist/serialization/resources/labTests/client/requests/index.d.ts +1 -0
  256. package/dist/serialization/resources/labTests/client/requests/index.js +3 -1
  257. package/dist/serialization/types/Addres.d.ts +18 -0
  258. package/dist/serialization/types/Addres.js +39 -0
  259. package/dist/serialization/types/AnswerItem.d.ts +12 -0
  260. package/dist/serialization/types/AnswerItem.js +33 -0
  261. package/dist/serialization/types/Beneficiary.d.ts +12 -0
  262. package/dist/serialization/types/Beneficiary.js +33 -0
  263. package/dist/serialization/types/CodingItem1.d.ts +13 -0
  264. package/dist/serialization/types/CodingItem1.js +34 -0
  265. package/dist/serialization/types/High.d.ts +12 -0
  266. package/dist/serialization/types/High.js +33 -0
  267. package/dist/serialization/types/HistoricalPullStatus.d.ts +1 -1
  268. package/dist/serialization/types/HistoricalPullStatus.js +1 -1
  269. package/dist/serialization/types/HistoricalPullTimeline.d.ts +14 -0
  270. package/dist/serialization/types/HistoricalPullTimeline.js +35 -0
  271. package/dist/serialization/types/IdentifierItem1.d.ts +13 -0
  272. package/dist/serialization/types/IdentifierItem1.js +34 -0
  273. package/dist/serialization/types/InterpretationItem.d.ts +13 -0
  274. package/dist/serialization/types/InterpretationItem.js +34 -0
  275. package/dist/serialization/types/LabResultsFhir.d.ts +15 -0
  276. package/dist/serialization/types/LabResultsFhir.js +36 -0
  277. package/dist/serialization/types/Low.d.ts +12 -0
  278. package/dist/serialization/types/Low.js +33 -0
  279. package/dist/serialization/types/Observation.d.ts +28 -0
  280. package/dist/serialization/types/Observation.js +49 -0
  281. package/dist/serialization/types/ObservationEffectiveDateTime.d.ts +10 -0
  282. package/dist/serialization/types/ObservationEffectiveDateTime.js +31 -0
  283. package/dist/serialization/types/ObservationIssued.d.ts +10 -0
  284. package/dist/serialization/types/ObservationIssued.js +31 -0
  285. package/dist/serialization/types/Patient.d.ts +18 -0
  286. package/dist/serialization/types/Patient.js +39 -0
  287. package/dist/serialization/types/PatientBirthDate.d.ts +10 -0
  288. package/dist/serialization/types/PatientBirthDate.js +31 -0
  289. package/dist/serialization/types/PayorItem.d.ts +12 -0
  290. package/dist/serialization/types/PayorItem.js +33 -0
  291. package/dist/serialization/types/Period.d.ts +12 -0
  292. package/dist/serialization/types/Period.js +33 -0
  293. package/dist/serialization/types/PostOrderCoverage.d.ts +23 -0
  294. package/dist/serialization/types/PostOrderCoverage.js +44 -0
  295. package/dist/serialization/types/PostOrderPatient.d.ts +21 -0
  296. package/dist/serialization/types/PostOrderPatient.js +42 -0
  297. package/dist/serialization/types/PostOrderPatientBirthDate.d.ts +10 -0
  298. package/dist/serialization/types/PostOrderPatientBirthDate.js +31 -0
  299. package/dist/serialization/types/PostOrderPhysician.d.ts +20 -0
  300. package/dist/serialization/types/PostOrderPhysician.js +41 -0
  301. package/dist/serialization/types/PostOrderQuestionnaireResponse.d.ts +16 -0
  302. package/dist/serialization/types/PostOrderQuestionnaireResponse.js +37 -0
  303. package/dist/serialization/types/PostOrderServiceRequest.d.ts +22 -0
  304. package/dist/serialization/types/PostOrderServiceRequest.js +43 -0
  305. package/dist/serialization/types/Priority.d.ts +10 -0
  306. package/dist/serialization/types/Priority.js +36 -0
  307. package/dist/serialization/types/QualificationItem.d.ts +17 -0
  308. package/dist/serialization/types/QualificationItem.js +38 -0
  309. package/dist/serialization/types/QuestionaryItem.d.ts +15 -0
  310. package/dist/serialization/types/QuestionaryItem.js +36 -0
  311. package/dist/serialization/types/ReferenceRangeItem.d.ts +15 -0
  312. package/dist/serialization/types/ReferenceRangeItem.js +36 -0
  313. package/dist/serialization/types/Relationship.d.ts +13 -0
  314. package/dist/serialization/types/Relationship.js +34 -0
  315. package/dist/serialization/types/Requester.d.ts +13 -0
  316. package/dist/serialization/types/Requester.js +34 -0
  317. package/dist/serialization/types/SingleHistoricalPullStatistics.d.ts +2 -0
  318. package/dist/serialization/types/SingleHistoricalPullStatistics.js +2 -0
  319. package/dist/serialization/types/Subject.d.ts +13 -0
  320. package/dist/serialization/types/Subject.js +34 -0
  321. package/dist/serialization/types/TelecomItem.d.ts +14 -0
  322. package/dist/serialization/types/TelecomItem.js +35 -0
  323. package/dist/serialization/types/ValueQuantity.d.ts +14 -0
  324. package/dist/serialization/types/ValueQuantity.js +35 -0
  325. package/dist/serialization/types/ValueRange.d.ts +14 -0
  326. package/dist/serialization/types/ValueRange.js +35 -0
  327. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.d.ts +13 -0
  328. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.js +34 -0
  329. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.d.ts +14 -0
  330. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.js +35 -0
  331. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.d.ts +13 -0
  332. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.js +34 -0
  333. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.d.ts +12 -0
  334. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.js +33 -0
  335. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.d.ts +12 -0
  336. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.js +33 -0
  337. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.d.ts +12 -0
  338. package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.js +33 -0
  339. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersCode.d.ts +13 -0
  340. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersCode.js +34 -0
  341. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.d.ts +14 -0
  342. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.js +35 -0
  343. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.d.ts +13 -0
  344. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.js +34 -0
  345. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.d.ts +15 -0
  346. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.js +42 -0
  347. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.d.ts +13 -0
  348. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.js +34 -0
  349. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersNameItem.d.ts +14 -0
  350. package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersNameItem.js +35 -0
  351. package/dist/serialization/types/index.d.ts +45 -0
  352. package/dist/serialization/types/index.js +45 -0
  353. package/package.json +1 -1
  354. package/serialization/resources/labTests/client/requests/PostOrderFhir.d.ts +15 -0
  355. package/serialization/resources/labTests/client/requests/PostOrderFhir.js +36 -0
  356. package/serialization/resources/labTests/client/requests/index.d.ts +1 -0
  357. package/serialization/resources/labTests/client/requests/index.js +3 -1
  358. package/serialization/types/Addres.d.ts +18 -0
  359. package/serialization/types/Addres.js +39 -0
  360. package/serialization/types/AnswerItem.d.ts +12 -0
  361. package/serialization/types/AnswerItem.js +33 -0
  362. package/serialization/types/Beneficiary.d.ts +12 -0
  363. package/serialization/types/Beneficiary.js +33 -0
  364. package/serialization/types/CodingItem1.d.ts +13 -0
  365. package/serialization/types/CodingItem1.js +34 -0
  366. package/serialization/types/High.d.ts +12 -0
  367. package/serialization/types/High.js +33 -0
  368. package/serialization/types/HistoricalPullStatus.d.ts +1 -1
  369. package/serialization/types/HistoricalPullStatus.js +1 -1
  370. package/serialization/types/HistoricalPullTimeline.d.ts +14 -0
  371. package/serialization/types/HistoricalPullTimeline.js +35 -0
  372. package/serialization/types/IdentifierItem1.d.ts +13 -0
  373. package/serialization/types/IdentifierItem1.js +34 -0
  374. package/serialization/types/InterpretationItem.d.ts +13 -0
  375. package/serialization/types/InterpretationItem.js +34 -0
  376. package/serialization/types/LabResultsFhir.d.ts +15 -0
  377. package/serialization/types/LabResultsFhir.js +36 -0
  378. package/serialization/types/Low.d.ts +12 -0
  379. package/serialization/types/Low.js +33 -0
  380. package/serialization/types/Observation.d.ts +28 -0
  381. package/serialization/types/Observation.js +49 -0
  382. package/serialization/types/ObservationEffectiveDateTime.d.ts +10 -0
  383. package/serialization/types/ObservationEffectiveDateTime.js +31 -0
  384. package/serialization/types/ObservationIssued.d.ts +10 -0
  385. package/serialization/types/ObservationIssued.js +31 -0
  386. package/serialization/types/Patient.d.ts +18 -0
  387. package/serialization/types/Patient.js +39 -0
  388. package/serialization/types/PatientBirthDate.d.ts +10 -0
  389. package/serialization/types/PatientBirthDate.js +31 -0
  390. package/serialization/types/PayorItem.d.ts +12 -0
  391. package/serialization/types/PayorItem.js +33 -0
  392. package/serialization/types/Period.d.ts +12 -0
  393. package/serialization/types/Period.js +33 -0
  394. package/serialization/types/PostOrderCoverage.d.ts +23 -0
  395. package/serialization/types/PostOrderCoverage.js +44 -0
  396. package/serialization/types/PostOrderPatient.d.ts +21 -0
  397. package/serialization/types/PostOrderPatient.js +42 -0
  398. package/serialization/types/PostOrderPatientBirthDate.d.ts +10 -0
  399. package/serialization/types/PostOrderPatientBirthDate.js +31 -0
  400. package/serialization/types/PostOrderPhysician.d.ts +20 -0
  401. package/serialization/types/PostOrderPhysician.js +41 -0
  402. package/serialization/types/PostOrderQuestionnaireResponse.d.ts +16 -0
  403. package/serialization/types/PostOrderQuestionnaireResponse.js +37 -0
  404. package/serialization/types/PostOrderServiceRequest.d.ts +22 -0
  405. package/serialization/types/PostOrderServiceRequest.js +43 -0
  406. package/serialization/types/Priority.d.ts +10 -0
  407. package/serialization/types/Priority.js +36 -0
  408. package/serialization/types/QualificationItem.d.ts +17 -0
  409. package/serialization/types/QualificationItem.js +38 -0
  410. package/serialization/types/QuestionaryItem.d.ts +15 -0
  411. package/serialization/types/QuestionaryItem.js +36 -0
  412. package/serialization/types/ReferenceRangeItem.d.ts +15 -0
  413. package/serialization/types/ReferenceRangeItem.js +36 -0
  414. package/serialization/types/Relationship.d.ts +13 -0
  415. package/serialization/types/Relationship.js +34 -0
  416. package/serialization/types/Requester.d.ts +13 -0
  417. package/serialization/types/Requester.js +34 -0
  418. package/serialization/types/SingleHistoricalPullStatistics.d.ts +2 -0
  419. package/serialization/types/SingleHistoricalPullStatistics.js +2 -0
  420. package/serialization/types/Subject.d.ts +13 -0
  421. package/serialization/types/Subject.js +34 -0
  422. package/serialization/types/TelecomItem.d.ts +14 -0
  423. package/serialization/types/TelecomItem.js +35 -0
  424. package/serialization/types/ValueQuantity.d.ts +14 -0
  425. package/serialization/types/ValueQuantity.js +35 -0
  426. package/serialization/types/ValueRange.d.ts +14 -0
  427. package/serialization/types/ValueRange.js +35 -0
  428. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.d.ts +13 -0
  429. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.js +34 -0
  430. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.d.ts +14 -0
  431. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.js +35 -0
  432. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.d.ts +13 -0
  433. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.js +34 -0
  434. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.d.ts +12 -0
  435. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.js +33 -0
  436. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.d.ts +12 -0
  437. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.js +33 -0
  438. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.d.ts +12 -0
  439. package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.js +33 -0
  440. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersCode.d.ts +13 -0
  441. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersCode.js +34 -0
  442. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.d.ts +14 -0
  443. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.js +35 -0
  444. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.d.ts +13 -0
  445. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.js +34 -0
  446. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.d.ts +15 -0
  447. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.js +42 -0
  448. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.d.ts +13 -0
  449. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.js +34 -0
  450. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersNameItem.d.ts +14 -0
  451. package/serialization/types/VitalCoreSchemasRequestSchemasOrdersNameItem.js +35 -0
  452. package/serialization/types/index.d.ts +45 -0
  453. package/serialization/types/index.js +45 -0
@@ -0,0 +1,18 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const Addres: core.serialization.ObjectSchema<serializers.Addres.Raw, Vital.Addres>;
8
+ export declare namespace Addres {
9
+ interface Raw {
10
+ use: string;
11
+ type: string;
12
+ line: string[];
13
+ city: string;
14
+ state: string;
15
+ postalCode: string;
16
+ country: string;
17
+ }
18
+ }
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.Addres = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.Addres = core.serialization.object({
32
+ use: core.serialization.string(),
33
+ type: core.serialization.string(),
34
+ line: core.serialization.list(core.serialization.string()),
35
+ city: core.serialization.string(),
36
+ state: core.serialization.string(),
37
+ postalCode: core.serialization.string(),
38
+ country: core.serialization.string(),
39
+ });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const AnswerItem: core.serialization.ObjectSchema<serializers.AnswerItem.Raw, Vital.AnswerItem>;
8
+ export declare namespace AnswerItem {
9
+ interface Raw {
10
+ valueString: string;
11
+ }
12
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.AnswerItem = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.AnswerItem = core.serialization.object({
32
+ valueString: core.serialization.string(),
33
+ });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const Beneficiary: core.serialization.ObjectSchema<serializers.Beneficiary.Raw, Vital.Beneficiary>;
8
+ export declare namespace Beneficiary {
9
+ interface Raw {
10
+ reference: string;
11
+ }
12
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.Beneficiary = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.Beneficiary = core.serialization.object({
32
+ reference: core.serialization.string(),
33
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const CodingItem1: core.serialization.ObjectSchema<serializers.CodingItem1.Raw, Vital.CodingItem1>;
8
+ export declare namespace CodingItem1 {
9
+ interface Raw {
10
+ system: string;
11
+ code: string;
12
+ }
13
+ }
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.CodingItem1 = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.CodingItem1 = core.serialization.object({
32
+ system: core.serialization.string(),
33
+ code: core.serialization.string(),
34
+ });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const High: core.serialization.ObjectSchema<serializers.High.Raw, Vital.High>;
8
+ export declare namespace High {
9
+ interface Raw {
10
+ value: number;
11
+ }
12
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.High = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.High = core.serialization.object({
32
+ value: core.serialization.number(),
33
+ });
@@ -6,5 +6,5 @@ import * as Vital from "../../api";
6
6
  import * as core from "../../core";
7
7
  export declare const HistoricalPullStatus: core.serialization.Schema<serializers.HistoricalPullStatus.Raw, Vital.HistoricalPullStatus>;
8
8
  export declare namespace HistoricalPullStatus {
9
- type Raw = "success" | "failure" | "in_progress";
9
+ type Raw = "success" | "failure" | "in_progress" | "scheduled";
10
10
  }
@@ -28,4 +28,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.HistoricalPullStatus = void 0;
30
30
  const core = __importStar(require("../../core"));
31
- exports.HistoricalPullStatus = core.serialization.enum_(["success", "failure", "in_progress"]);
31
+ exports.HistoricalPullStatus = core.serialization.enum_(["success", "failure", "in_progress", "scheduled"]);
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const HistoricalPullTimeline: core.serialization.ObjectSchema<serializers.HistoricalPullTimeline.Raw, Vital.HistoricalPullTimeline>;
8
+ export declare namespace HistoricalPullTimeline {
9
+ interface Raw {
10
+ scheduled_at: string;
11
+ started_at?: string | null;
12
+ ended_at?: string | null;
13
+ }
14
+ }
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.HistoricalPullTimeline = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.HistoricalPullTimeline = core.serialization.object({
32
+ scheduledAt: core.serialization.property("scheduled_at", core.serialization.date()),
33
+ startedAt: core.serialization.property("started_at", core.serialization.date().optional()),
34
+ endedAt: core.serialization.property("ended_at", core.serialization.date().optional()),
35
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const IdentifierItem1: core.serialization.ObjectSchema<serializers.IdentifierItem1.Raw, Vital.IdentifierItem1>;
8
+ export declare namespace IdentifierItem1 {
9
+ interface Raw {
10
+ system: string;
11
+ value: string;
12
+ }
13
+ }
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.IdentifierItem1 = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.IdentifierItem1 = core.serialization.object({
32
+ system: core.serialization.string(),
33
+ value: core.serialization.string(),
34
+ });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ import { CodingItem1 } from "./CodingItem1";
8
+ export declare const InterpretationItem: core.serialization.ObjectSchema<serializers.InterpretationItem.Raw, Vital.InterpretationItem>;
9
+ export declare namespace InterpretationItem {
10
+ interface Raw {
11
+ coding: CodingItem1.Raw[];
12
+ }
13
+ }
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.InterpretationItem = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const CodingItem1_1 = require("./CodingItem1");
32
+ exports.InterpretationItem = core.serialization.object({
33
+ coding: core.serialization.list(CodingItem1_1.CodingItem1),
34
+ });
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ import { VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem } from "./VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem";
8
+ export declare const LabResultsFhir: core.serialization.ObjectSchema<serializers.LabResultsFhir.Raw, Vital.LabResultsFhir>;
9
+ export declare namespace LabResultsFhir {
10
+ interface Raw {
11
+ resourceType: string;
12
+ type: string;
13
+ entry: VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.Raw[];
14
+ }
15
+ }
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.LabResultsFhir = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem_1 = require("./VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem");
32
+ exports.LabResultsFhir = core.serialization.object({
33
+ resourceType: core.serialization.string(),
34
+ type: core.serialization.string(),
35
+ entry: core.serialization.list(VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem_1.VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem),
36
+ });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const Low: core.serialization.ObjectSchema<serializers.Low.Raw, Vital.Low>;
8
+ export declare namespace Low {
9
+ interface Raw {
10
+ value: number;
11
+ }
12
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.Low = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.Low = core.serialization.object({
32
+ value: core.serialization.number(),
33
+ });
@@ -0,0 +1,28 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ import { VitalCoreProvidersLabTestLabsSchemasResultsFhirCode } from "./VitalCoreProvidersLabTestLabsSchemasResultsFhirCode";
8
+ import { ObservationEffectiveDateTime } from "./ObservationEffectiveDateTime";
9
+ import { ObservationIssued } from "./ObservationIssued";
10
+ import { ValueQuantity } from "./ValueQuantity";
11
+ import { ValueRange } from "./ValueRange";
12
+ import { InterpretationItem } from "./InterpretationItem";
13
+ import { ReferenceRangeItem } from "./ReferenceRangeItem";
14
+ export declare const Observation: core.serialization.ObjectSchema<serializers.Observation.Raw, Vital.Observation>;
15
+ export declare namespace Observation {
16
+ interface Raw {
17
+ resourceType: string;
18
+ status: string;
19
+ code: VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.Raw;
20
+ effectiveDateTime: ObservationEffectiveDateTime.Raw;
21
+ issued: ObservationIssued.Raw;
22
+ valueQuantity?: ValueQuantity.Raw | null;
23
+ valueRange?: ValueRange.Raw | null;
24
+ valueString?: string | null;
25
+ interpretation: InterpretationItem.Raw[];
26
+ referenceRange: ReferenceRangeItem.Raw[];
27
+ }
28
+ }
@@ -0,0 +1,49 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.Observation = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const VitalCoreProvidersLabTestLabsSchemasResultsFhirCode_1 = require("./VitalCoreProvidersLabTestLabsSchemasResultsFhirCode");
32
+ const ObservationEffectiveDateTime_1 = require("./ObservationEffectiveDateTime");
33
+ const ObservationIssued_1 = require("./ObservationIssued");
34
+ const ValueQuantity_1 = require("./ValueQuantity");
35
+ const ValueRange_1 = require("./ValueRange");
36
+ const InterpretationItem_1 = require("./InterpretationItem");
37
+ const ReferenceRangeItem_1 = require("./ReferenceRangeItem");
38
+ exports.Observation = core.serialization.object({
39
+ resourceType: core.serialization.string(),
40
+ status: core.serialization.string(),
41
+ code: VitalCoreProvidersLabTestLabsSchemasResultsFhirCode_1.VitalCoreProvidersLabTestLabsSchemasResultsFhirCode,
42
+ effectiveDateTime: ObservationEffectiveDateTime_1.ObservationEffectiveDateTime,
43
+ issued: ObservationIssued_1.ObservationIssued,
44
+ valueQuantity: ValueQuantity_1.ValueQuantity.optional(),
45
+ valueRange: ValueRange_1.ValueRange.optional(),
46
+ valueString: core.serialization.string().optional(),
47
+ interpretation: core.serialization.list(InterpretationItem_1.InterpretationItem),
48
+ referenceRange: core.serialization.list(ReferenceRangeItem_1.ReferenceRangeItem),
49
+ });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const ObservationEffectiveDateTime: core.serialization.Schema<serializers.ObservationEffectiveDateTime.Raw, Vital.ObservationEffectiveDateTime>;
8
+ export declare namespace ObservationEffectiveDateTime {
9
+ type Raw = string | string;
10
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.ObservationEffectiveDateTime = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.ObservationEffectiveDateTime = core.serialization.undiscriminatedUnion([core.serialization.date(), core.serialization.string()]);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "..";
5
+ import * as Vital from "../../api";
6
+ import * as core from "../../core";
7
+ export declare const ObservationIssued: core.serialization.Schema<serializers.ObservationIssued.Raw, Vital.ObservationIssued>;
8
+ export declare namespace ObservationIssued {
9
+ type Raw = string | string;
10
+ }