@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.
- package/api/resources/activity/client/Client.js +2 -2
- package/api/resources/body/client/Client.js +2 -2
- package/api/resources/devices/client/Client.js +1 -1
- package/api/resources/index.d.ts +1 -0
- package/api/resources/index.js +1 -0
- package/api/resources/insurance/client/Client.js +2 -2
- package/api/resources/introspect/client/Client.js +2 -2
- package/api/resources/labTests/client/Client.d.ts +18 -0
- package/api/resources/labTests/client/Client.js +193 -24
- package/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.d.ts +13 -0
- package/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.js +5 -0
- package/api/resources/labTests/client/requests/PostOrderFhir.d.ts +9 -0
- package/api/resources/labTests/client/requests/PostOrderFhir.js +5 -0
- package/api/resources/labTests/client/requests/index.d.ts +2 -0
- package/api/resources/link/client/Client.js +14 -14
- package/api/resources/meal/client/Client.js +1 -1
- package/api/resources/profile/client/Client.js +2 -2
- package/api/resources/providers/client/Client.d.ts +2 -1
- package/api/resources/providers/client/Client.js +24 -6
- package/api/resources/providers/client/index.d.ts +1 -1
- package/api/resources/providers/client/index.js +15 -0
- package/api/resources/providers/client/requests/ProvidersGetAllRequest.d.ts +10 -0
- package/api/resources/providers/client/requests/ProvidersGetAllRequest.js +5 -0
- package/api/resources/providers/client/requests/index.d.ts +1 -0
- package/api/resources/providers/client/requests/index.js +2 -0
- package/api/resources/sleep/client/Client.js +4 -4
- package/api/resources/team/client/Client.js +7 -7
- package/api/resources/testkit/client/Client.js +2 -2
- package/api/resources/user/client/Client.js +12 -12
- package/api/resources/vitals/client/Client.js +50 -50
- package/api/resources/workouts/client/Client.js +3 -3
- package/api/types/Addres.d.ts +12 -0
- package/api/types/Addres.js +5 -0
- package/api/types/AnswerItem.d.ts +6 -0
- package/api/types/AnswerItem.js +5 -0
- package/api/types/Beneficiary.d.ts +6 -0
- package/api/types/Beneficiary.js +5 -0
- package/api/types/CodingItem1.d.ts +7 -0
- package/api/types/CodingItem1.js +5 -0
- package/api/types/High.d.ts +6 -0
- package/api/types/High.js +5 -0
- package/api/types/HistoricalPullStatus.d.ts +2 -1
- package/api/types/HistoricalPullStatus.js +1 -0
- package/api/types/HistoricalPullTimeline.d.ts +8 -0
- package/api/types/HistoricalPullTimeline.js +5 -0
- package/api/types/IdentifierItem1.d.ts +7 -0
- package/api/types/IdentifierItem1.js +5 -0
- package/api/types/InterpretationItem.d.ts +7 -0
- package/api/types/InterpretationItem.js +5 -0
- package/api/types/LabResultsFhir.d.ts +9 -0
- package/api/types/LabResultsFhir.js +5 -0
- package/api/types/Low.d.ts +6 -0
- package/api/types/Low.js +5 -0
- package/api/types/Observation.d.ts +16 -0
- package/api/types/Observation.js +5 -0
- package/api/types/ObservationEffectiveDateTime.d.ts +4 -0
- package/api/types/ObservationEffectiveDateTime.js +5 -0
- package/api/types/ObservationIssued.d.ts +4 -0
- package/api/types/ObservationIssued.js +5 -0
- package/api/types/Patient.d.ts +10 -0
- package/api/types/Patient.js +5 -0
- package/api/types/PatientBirthDate.d.ts +4 -0
- package/api/types/PatientBirthDate.js +5 -0
- package/api/types/PayorItem.d.ts +6 -0
- package/api/types/PayorItem.js +5 -0
- package/api/types/Period.d.ts +6 -0
- package/api/types/Period.js +5 -0
- package/api/types/PostOrderCoverage.d.ts +14 -0
- package/api/types/PostOrderCoverage.js +5 -0
- package/api/types/PostOrderPatient.d.ts +12 -0
- package/api/types/PostOrderPatient.js +5 -0
- package/api/types/PostOrderPatientBirthDate.d.ts +4 -0
- package/api/types/PostOrderPatientBirthDate.js +5 -0
- package/api/types/PostOrderPhysician.d.ts +11 -0
- package/api/types/PostOrderPhysician.js +5 -0
- package/api/types/PostOrderQuestionnaireResponse.d.ts +10 -0
- package/api/types/PostOrderQuestionnaireResponse.js +5 -0
- package/api/types/PostOrderServiceRequest.d.ts +13 -0
- package/api/types/PostOrderServiceRequest.js +5 -0
- package/api/types/Priority.d.ts +13 -0
- package/api/types/Priority.js +12 -0
- package/api/types/QualificationItem.d.ts +9 -0
- package/api/types/QualificationItem.js +5 -0
- package/api/types/QuestionaryItem.d.ts +9 -0
- package/api/types/QuestionaryItem.js +5 -0
- package/api/types/ReferenceRangeItem.d.ts +8 -0
- package/api/types/ReferenceRangeItem.js +5 -0
- package/api/types/Relationship.d.ts +7 -0
- package/api/types/Relationship.js +5 -0
- package/api/types/Requester.d.ts +7 -0
- package/api/types/Requester.js +5 -0
- package/api/types/SingleHistoricalPullStatistics.d.ts +1 -0
- package/api/types/Subject.d.ts +7 -0
- package/api/types/Subject.js +5 -0
- package/api/types/TelecomItem.d.ts +8 -0
- package/api/types/TelecomItem.js +5 -0
- package/api/types/ValueQuantity.d.ts +8 -0
- package/api/types/ValueQuantity.js +5 -0
- package/api/types/ValueRange.d.ts +8 -0
- package/api/types/ValueRange.js +5 -0
- package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.d.ts +7 -0
- package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.js +5 -0
- package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.d.ts +8 -0
- package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.js +5 -0
- package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.d.ts +7 -0
- package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.js +5 -0
- package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.d.ts +5 -0
- package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.js +5 -0
- package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.d.ts +6 -0
- package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.js +5 -0
- package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.d.ts +6 -0
- package/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.js +5 -0
- package/api/types/VitalCoreSchemasRequestSchemasOrdersCode.d.ts +7 -0
- package/api/types/VitalCoreSchemasRequestSchemasOrdersCode.js +5 -0
- package/api/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.d.ts +8 -0
- package/api/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.js +5 -0
- package/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.d.ts +7 -0
- package/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.js +5 -0
- package/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.d.ts +5 -0
- package/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.js +5 -0
- package/api/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.d.ts +7 -0
- package/api/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.js +5 -0
- package/api/types/VitalCoreSchemasRequestSchemasOrdersNameItem.d.ts +8 -0
- package/api/types/VitalCoreSchemasRequestSchemasOrdersNameItem.js +5 -0
- package/api/types/index.d.ts +45 -0
- package/api/types/index.js +45 -0
- package/dist/api/resources/activity/client/Client.js +2 -2
- package/dist/api/resources/body/client/Client.js +2 -2
- package/dist/api/resources/devices/client/Client.js +1 -1
- package/dist/api/resources/index.d.ts +1 -0
- package/dist/api/resources/index.js +1 -0
- package/dist/api/resources/insurance/client/Client.js +2 -2
- package/dist/api/resources/introspect/client/Client.js +2 -2
- package/dist/api/resources/labTests/client/Client.d.ts +18 -0
- package/dist/api/resources/labTests/client/Client.js +193 -24
- package/dist/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.d.ts +13 -0
- package/dist/api/resources/labTests/client/requests/LabTestsGetLabelsPdfRequest.js +5 -0
- package/dist/api/resources/labTests/client/requests/PostOrderFhir.d.ts +9 -0
- package/dist/api/resources/labTests/client/requests/PostOrderFhir.js +5 -0
- package/dist/api/resources/labTests/client/requests/index.d.ts +2 -0
- package/dist/api/resources/link/client/Client.js +14 -14
- package/dist/api/resources/meal/client/Client.js +1 -1
- package/dist/api/resources/profile/client/Client.js +2 -2
- package/dist/api/resources/providers/client/Client.d.ts +2 -1
- package/dist/api/resources/providers/client/Client.js +24 -6
- package/dist/api/resources/providers/client/index.d.ts +1 -1
- package/dist/api/resources/providers/client/index.js +15 -0
- package/dist/api/resources/providers/client/requests/ProvidersGetAllRequest.d.ts +10 -0
- package/dist/api/resources/providers/client/requests/ProvidersGetAllRequest.js +5 -0
- package/dist/api/resources/providers/client/requests/index.d.ts +1 -0
- package/dist/api/resources/providers/client/requests/index.js +2 -0
- package/dist/api/resources/sleep/client/Client.js +4 -4
- package/dist/api/resources/team/client/Client.js +7 -7
- package/dist/api/resources/testkit/client/Client.js +2 -2
- package/dist/api/resources/user/client/Client.js +12 -12
- package/dist/api/resources/vitals/client/Client.js +50 -50
- package/dist/api/resources/workouts/client/Client.js +3 -3
- package/dist/api/types/Addres.d.ts +12 -0
- package/dist/api/types/Addres.js +5 -0
- package/dist/api/types/AnswerItem.d.ts +6 -0
- package/dist/api/types/AnswerItem.js +5 -0
- package/dist/api/types/Beneficiary.d.ts +6 -0
- package/dist/api/types/Beneficiary.js +5 -0
- package/dist/api/types/CodingItem1.d.ts +7 -0
- package/dist/api/types/CodingItem1.js +5 -0
- package/dist/api/types/High.d.ts +6 -0
- package/dist/api/types/High.js +5 -0
- package/dist/api/types/HistoricalPullStatus.d.ts +2 -1
- package/dist/api/types/HistoricalPullStatus.js +1 -0
- package/dist/api/types/HistoricalPullTimeline.d.ts +8 -0
- package/dist/api/types/HistoricalPullTimeline.js +5 -0
- package/dist/api/types/IdentifierItem1.d.ts +7 -0
- package/dist/api/types/IdentifierItem1.js +5 -0
- package/dist/api/types/InterpretationItem.d.ts +7 -0
- package/dist/api/types/InterpretationItem.js +5 -0
- package/dist/api/types/LabResultsFhir.d.ts +9 -0
- package/dist/api/types/LabResultsFhir.js +5 -0
- package/dist/api/types/Low.d.ts +6 -0
- package/dist/api/types/Low.js +5 -0
- package/dist/api/types/Observation.d.ts +16 -0
- package/dist/api/types/Observation.js +5 -0
- package/dist/api/types/ObservationEffectiveDateTime.d.ts +4 -0
- package/dist/api/types/ObservationEffectiveDateTime.js +5 -0
- package/dist/api/types/ObservationIssued.d.ts +4 -0
- package/dist/api/types/ObservationIssued.js +5 -0
- package/dist/api/types/Patient.d.ts +10 -0
- package/dist/api/types/Patient.js +5 -0
- package/dist/api/types/PatientBirthDate.d.ts +4 -0
- package/dist/api/types/PatientBirthDate.js +5 -0
- package/dist/api/types/PayorItem.d.ts +6 -0
- package/dist/api/types/PayorItem.js +5 -0
- package/dist/api/types/Period.d.ts +6 -0
- package/dist/api/types/Period.js +5 -0
- package/dist/api/types/PostOrderCoverage.d.ts +14 -0
- package/dist/api/types/PostOrderCoverage.js +5 -0
- package/dist/api/types/PostOrderPatient.d.ts +12 -0
- package/dist/api/types/PostOrderPatient.js +5 -0
- package/dist/api/types/PostOrderPatientBirthDate.d.ts +4 -0
- package/dist/api/types/PostOrderPatientBirthDate.js +5 -0
- package/dist/api/types/PostOrderPhysician.d.ts +11 -0
- package/dist/api/types/PostOrderPhysician.js +5 -0
- package/dist/api/types/PostOrderQuestionnaireResponse.d.ts +10 -0
- package/dist/api/types/PostOrderQuestionnaireResponse.js +5 -0
- package/dist/api/types/PostOrderServiceRequest.d.ts +13 -0
- package/dist/api/types/PostOrderServiceRequest.js +5 -0
- package/dist/api/types/Priority.d.ts +13 -0
- package/dist/api/types/Priority.js +12 -0
- package/dist/api/types/QualificationItem.d.ts +9 -0
- package/dist/api/types/QualificationItem.js +5 -0
- package/dist/api/types/QuestionaryItem.d.ts +9 -0
- package/dist/api/types/QuestionaryItem.js +5 -0
- package/dist/api/types/ReferenceRangeItem.d.ts +8 -0
- package/dist/api/types/ReferenceRangeItem.js +5 -0
- package/dist/api/types/Relationship.d.ts +7 -0
- package/dist/api/types/Relationship.js +5 -0
- package/dist/api/types/Requester.d.ts +7 -0
- package/dist/api/types/Requester.js +5 -0
- package/dist/api/types/SingleHistoricalPullStatistics.d.ts +1 -0
- package/dist/api/types/Subject.d.ts +7 -0
- package/dist/api/types/Subject.js +5 -0
- package/dist/api/types/TelecomItem.d.ts +8 -0
- package/dist/api/types/TelecomItem.js +5 -0
- package/dist/api/types/ValueQuantity.d.ts +8 -0
- package/dist/api/types/ValueQuantity.js +5 -0
- package/dist/api/types/ValueRange.d.ts +8 -0
- package/dist/api/types/ValueRange.js +5 -0
- package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.d.ts +7 -0
- package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.js +5 -0
- package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.d.ts +8 -0
- package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.js +5 -0
- package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.d.ts +7 -0
- package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.js +5 -0
- package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.d.ts +5 -0
- package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.js +5 -0
- package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.d.ts +6 -0
- package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.js +5 -0
- package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.d.ts +6 -0
- package/dist/api/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.js +5 -0
- package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersCode.d.ts +7 -0
- package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersCode.js +5 -0
- package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.d.ts +8 -0
- package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.js +5 -0
- package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.d.ts +7 -0
- package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.js +5 -0
- package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.d.ts +5 -0
- package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.js +5 -0
- package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.d.ts +7 -0
- package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.js +5 -0
- package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersNameItem.d.ts +8 -0
- package/dist/api/types/VitalCoreSchemasRequestSchemasOrdersNameItem.js +5 -0
- package/dist/api/types/index.d.ts +45 -0
- package/dist/api/types/index.js +45 -0
- package/dist/serialization/resources/labTests/client/requests/PostOrderFhir.d.ts +15 -0
- package/dist/serialization/resources/labTests/client/requests/PostOrderFhir.js +36 -0
- package/dist/serialization/resources/labTests/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/labTests/client/requests/index.js +3 -1
- package/dist/serialization/types/Addres.d.ts +18 -0
- package/dist/serialization/types/Addres.js +39 -0
- package/dist/serialization/types/AnswerItem.d.ts +12 -0
- package/dist/serialization/types/AnswerItem.js +33 -0
- package/dist/serialization/types/Beneficiary.d.ts +12 -0
- package/dist/serialization/types/Beneficiary.js +33 -0
- package/dist/serialization/types/CodingItem1.d.ts +13 -0
- package/dist/serialization/types/CodingItem1.js +34 -0
- package/dist/serialization/types/High.d.ts +12 -0
- package/dist/serialization/types/High.js +33 -0
- package/dist/serialization/types/HistoricalPullStatus.d.ts +1 -1
- package/dist/serialization/types/HistoricalPullStatus.js +1 -1
- package/dist/serialization/types/HistoricalPullTimeline.d.ts +14 -0
- package/dist/serialization/types/HistoricalPullTimeline.js +35 -0
- package/dist/serialization/types/IdentifierItem1.d.ts +13 -0
- package/dist/serialization/types/IdentifierItem1.js +34 -0
- package/dist/serialization/types/InterpretationItem.d.ts +13 -0
- package/dist/serialization/types/InterpretationItem.js +34 -0
- package/dist/serialization/types/LabResultsFhir.d.ts +15 -0
- package/dist/serialization/types/LabResultsFhir.js +36 -0
- package/dist/serialization/types/Low.d.ts +12 -0
- package/dist/serialization/types/Low.js +33 -0
- package/dist/serialization/types/Observation.d.ts +28 -0
- package/dist/serialization/types/Observation.js +49 -0
- package/dist/serialization/types/ObservationEffectiveDateTime.d.ts +10 -0
- package/dist/serialization/types/ObservationEffectiveDateTime.js +31 -0
- package/dist/serialization/types/ObservationIssued.d.ts +10 -0
- package/dist/serialization/types/ObservationIssued.js +31 -0
- package/dist/serialization/types/Patient.d.ts +18 -0
- package/dist/serialization/types/Patient.js +39 -0
- package/dist/serialization/types/PatientBirthDate.d.ts +10 -0
- package/dist/serialization/types/PatientBirthDate.js +31 -0
- package/dist/serialization/types/PayorItem.d.ts +12 -0
- package/dist/serialization/types/PayorItem.js +33 -0
- package/dist/serialization/types/Period.d.ts +12 -0
- package/dist/serialization/types/Period.js +33 -0
- package/dist/serialization/types/PostOrderCoverage.d.ts +23 -0
- package/dist/serialization/types/PostOrderCoverage.js +44 -0
- package/dist/serialization/types/PostOrderPatient.d.ts +21 -0
- package/dist/serialization/types/PostOrderPatient.js +42 -0
- package/dist/serialization/types/PostOrderPatientBirthDate.d.ts +10 -0
- package/dist/serialization/types/PostOrderPatientBirthDate.js +31 -0
- package/dist/serialization/types/PostOrderPhysician.d.ts +20 -0
- package/dist/serialization/types/PostOrderPhysician.js +41 -0
- package/dist/serialization/types/PostOrderQuestionnaireResponse.d.ts +16 -0
- package/dist/serialization/types/PostOrderQuestionnaireResponse.js +37 -0
- package/dist/serialization/types/PostOrderServiceRequest.d.ts +22 -0
- package/dist/serialization/types/PostOrderServiceRequest.js +43 -0
- package/dist/serialization/types/Priority.d.ts +10 -0
- package/dist/serialization/types/Priority.js +36 -0
- package/dist/serialization/types/QualificationItem.d.ts +17 -0
- package/dist/serialization/types/QualificationItem.js +38 -0
- package/dist/serialization/types/QuestionaryItem.d.ts +15 -0
- package/dist/serialization/types/QuestionaryItem.js +36 -0
- package/dist/serialization/types/ReferenceRangeItem.d.ts +15 -0
- package/dist/serialization/types/ReferenceRangeItem.js +36 -0
- package/dist/serialization/types/Relationship.d.ts +13 -0
- package/dist/serialization/types/Relationship.js +34 -0
- package/dist/serialization/types/Requester.d.ts +13 -0
- package/dist/serialization/types/Requester.js +34 -0
- package/dist/serialization/types/SingleHistoricalPullStatistics.d.ts +2 -0
- package/dist/serialization/types/SingleHistoricalPullStatistics.js +2 -0
- package/dist/serialization/types/Subject.d.ts +13 -0
- package/dist/serialization/types/Subject.js +34 -0
- package/dist/serialization/types/TelecomItem.d.ts +14 -0
- package/dist/serialization/types/TelecomItem.js +35 -0
- package/dist/serialization/types/ValueQuantity.d.ts +14 -0
- package/dist/serialization/types/ValueQuantity.js +35 -0
- package/dist/serialization/types/ValueRange.d.ts +14 -0
- package/dist/serialization/types/ValueRange.js +35 -0
- package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.d.ts +13 -0
- package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.js +34 -0
- package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.d.ts +14 -0
- package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.js +35 -0
- package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.d.ts +13 -0
- package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.js +34 -0
- package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.d.ts +12 -0
- package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.js +33 -0
- package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.d.ts +12 -0
- package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.js +33 -0
- package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.d.ts +12 -0
- package/dist/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.js +33 -0
- package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersCode.d.ts +13 -0
- package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersCode.js +34 -0
- package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.d.ts +14 -0
- package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.js +35 -0
- package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.d.ts +13 -0
- package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.js +34 -0
- package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.d.ts +15 -0
- package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.js +42 -0
- package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.d.ts +13 -0
- package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.js +34 -0
- package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersNameItem.d.ts +14 -0
- package/dist/serialization/types/VitalCoreSchemasRequestSchemasOrdersNameItem.js +35 -0
- package/dist/serialization/types/index.d.ts +45 -0
- package/dist/serialization/types/index.js +45 -0
- package/package.json +1 -1
- package/serialization/resources/labTests/client/requests/PostOrderFhir.d.ts +15 -0
- package/serialization/resources/labTests/client/requests/PostOrderFhir.js +36 -0
- package/serialization/resources/labTests/client/requests/index.d.ts +1 -0
- package/serialization/resources/labTests/client/requests/index.js +3 -1
- package/serialization/types/Addres.d.ts +18 -0
- package/serialization/types/Addres.js +39 -0
- package/serialization/types/AnswerItem.d.ts +12 -0
- package/serialization/types/AnswerItem.js +33 -0
- package/serialization/types/Beneficiary.d.ts +12 -0
- package/serialization/types/Beneficiary.js +33 -0
- package/serialization/types/CodingItem1.d.ts +13 -0
- package/serialization/types/CodingItem1.js +34 -0
- package/serialization/types/High.d.ts +12 -0
- package/serialization/types/High.js +33 -0
- package/serialization/types/HistoricalPullStatus.d.ts +1 -1
- package/serialization/types/HistoricalPullStatus.js +1 -1
- package/serialization/types/HistoricalPullTimeline.d.ts +14 -0
- package/serialization/types/HistoricalPullTimeline.js +35 -0
- package/serialization/types/IdentifierItem1.d.ts +13 -0
- package/serialization/types/IdentifierItem1.js +34 -0
- package/serialization/types/InterpretationItem.d.ts +13 -0
- package/serialization/types/InterpretationItem.js +34 -0
- package/serialization/types/LabResultsFhir.d.ts +15 -0
- package/serialization/types/LabResultsFhir.js +36 -0
- package/serialization/types/Low.d.ts +12 -0
- package/serialization/types/Low.js +33 -0
- package/serialization/types/Observation.d.ts +28 -0
- package/serialization/types/Observation.js +49 -0
- package/serialization/types/ObservationEffectiveDateTime.d.ts +10 -0
- package/serialization/types/ObservationEffectiveDateTime.js +31 -0
- package/serialization/types/ObservationIssued.d.ts +10 -0
- package/serialization/types/ObservationIssued.js +31 -0
- package/serialization/types/Patient.d.ts +18 -0
- package/serialization/types/Patient.js +39 -0
- package/serialization/types/PatientBirthDate.d.ts +10 -0
- package/serialization/types/PatientBirthDate.js +31 -0
- package/serialization/types/PayorItem.d.ts +12 -0
- package/serialization/types/PayorItem.js +33 -0
- package/serialization/types/Period.d.ts +12 -0
- package/serialization/types/Period.js +33 -0
- package/serialization/types/PostOrderCoverage.d.ts +23 -0
- package/serialization/types/PostOrderCoverage.js +44 -0
- package/serialization/types/PostOrderPatient.d.ts +21 -0
- package/serialization/types/PostOrderPatient.js +42 -0
- package/serialization/types/PostOrderPatientBirthDate.d.ts +10 -0
- package/serialization/types/PostOrderPatientBirthDate.js +31 -0
- package/serialization/types/PostOrderPhysician.d.ts +20 -0
- package/serialization/types/PostOrderPhysician.js +41 -0
- package/serialization/types/PostOrderQuestionnaireResponse.d.ts +16 -0
- package/serialization/types/PostOrderQuestionnaireResponse.js +37 -0
- package/serialization/types/PostOrderServiceRequest.d.ts +22 -0
- package/serialization/types/PostOrderServiceRequest.js +43 -0
- package/serialization/types/Priority.d.ts +10 -0
- package/serialization/types/Priority.js +36 -0
- package/serialization/types/QualificationItem.d.ts +17 -0
- package/serialization/types/QualificationItem.js +38 -0
- package/serialization/types/QuestionaryItem.d.ts +15 -0
- package/serialization/types/QuestionaryItem.js +36 -0
- package/serialization/types/ReferenceRangeItem.d.ts +15 -0
- package/serialization/types/ReferenceRangeItem.js +36 -0
- package/serialization/types/Relationship.d.ts +13 -0
- package/serialization/types/Relationship.js +34 -0
- package/serialization/types/Requester.d.ts +13 -0
- package/serialization/types/Requester.js +34 -0
- package/serialization/types/SingleHistoricalPullStatistics.d.ts +2 -0
- package/serialization/types/SingleHistoricalPullStatistics.js +2 -0
- package/serialization/types/Subject.d.ts +13 -0
- package/serialization/types/Subject.js +34 -0
- package/serialization/types/TelecomItem.d.ts +14 -0
- package/serialization/types/TelecomItem.js +35 -0
- package/serialization/types/ValueQuantity.d.ts +14 -0
- package/serialization/types/ValueQuantity.js +35 -0
- package/serialization/types/ValueRange.d.ts +14 -0
- package/serialization/types/ValueRange.js +35 -0
- package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.d.ts +13 -0
- package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.js +34 -0
- package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.d.ts +14 -0
- package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.js +35 -0
- package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.d.ts +13 -0
- package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.js +34 -0
- package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.d.ts +12 -0
- package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.js +33 -0
- package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.d.ts +12 -0
- package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem.js +33 -0
- package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.d.ts +12 -0
- package/serialization/types/VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem.js +33 -0
- package/serialization/types/VitalCoreSchemasRequestSchemasOrdersCode.d.ts +13 -0
- package/serialization/types/VitalCoreSchemasRequestSchemasOrdersCode.js +34 -0
- package/serialization/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.d.ts +14 -0
- package/serialization/types/VitalCoreSchemasRequestSchemasOrdersCodingItem.js +35 -0
- package/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.d.ts +13 -0
- package/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItem.js +34 -0
- package/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.d.ts +15 -0
- package/serialization/types/VitalCoreSchemasRequestSchemasOrdersEntryItemResource.js +42 -0
- package/serialization/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.d.ts +13 -0
- package/serialization/types/VitalCoreSchemasRequestSchemasOrdersIdentifierItem.js +34 -0
- package/serialization/types/VitalCoreSchemasRequestSchemasOrdersNameItem.d.ts +14 -0
- package/serialization/types/VitalCoreSchemasRequestSchemasOrdersNameItem.js +35 -0
- package/serialization/types/index.d.ts +45 -0
- package/serialization/types/index.js +45 -0
@@ -0,0 +1,5 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as Vital from "..";
|
5
|
+
export declare type VitalCoreSchemasRequestSchemasOrdersEntryItemResource = Vital.PostOrderPatient | Vital.PostOrderPhysician | Vital.PostOrderServiceRequest | Vital.PostOrderQuestionnaireResponse | Vital.PostOrderCoverage;
|
@@ -1,6 +1,8 @@
|
|
1
1
|
export * from "./ActivityV2InDb";
|
2
|
+
export * from "./Addres";
|
2
3
|
export * from "./Address";
|
3
4
|
export * from "./Answer";
|
5
|
+
export * from "./AnswerItem";
|
4
6
|
export * from "./AoE";
|
5
7
|
export * from "./AoEAnswer";
|
6
8
|
export * from "./AppointmentAvailabilitySlots";
|
@@ -13,6 +15,7 @@ export * from "./AreaInfo";
|
|
13
15
|
export * from "./AttemptStatus";
|
14
16
|
export * from "./AuthType";
|
15
17
|
export * from "./Availability";
|
18
|
+
export * from "./Beneficiary";
|
16
19
|
export * from "./BiomarkerResult";
|
17
20
|
export * from "./BodyV2InDb";
|
18
21
|
export * from "./ClientActivityResponse";
|
@@ -86,6 +89,7 @@ export * from "./ClientFacingWorkout";
|
|
86
89
|
export * from "./ClientSleepResponse";
|
87
90
|
export * from "./ClientUserIdConflict";
|
88
91
|
export * from "./ClientWorkoutResponse";
|
92
|
+
export * from "./CodingItem1";
|
89
93
|
export * from "./ConnectedSourceClientFacing";
|
90
94
|
export * from "./ConnectionStatusState";
|
91
95
|
export * from "./ConnectionStatus";
|
@@ -158,8 +162,13 @@ export * from "./HealthInsuranceCreateRequestFrontImage";
|
|
158
162
|
export * from "./HealthInsuranceCreateRequestBackImage";
|
159
163
|
export * from "./HealthInsuranceCreateRequestPatientSignatureImage";
|
160
164
|
export * from "./HealthInsuranceCreateRequest";
|
165
|
+
export * from "./High";
|
161
166
|
export * from "./HistoricalPullStatus";
|
167
|
+
export * from "./HistoricalPullTimeline";
|
168
|
+
export * from "./IdentifierItem1";
|
169
|
+
export * from "./InterpretationItem";
|
162
170
|
export * from "./Jpeg";
|
171
|
+
export * from "./LabResultsFhir";
|
163
172
|
export * from "./LabResultsMetadata";
|
164
173
|
export * from "./LabResultsRawResults";
|
165
174
|
export * from "./LabResultsRaw";
|
@@ -170,6 +179,7 @@ export * from "./LastAttempt";
|
|
170
179
|
export * from "./LibreConfig";
|
171
180
|
export * from "./LinkTokenExchangeResponse";
|
172
181
|
export * from "./LngLat";
|
182
|
+
export * from "./Low";
|
173
183
|
export * from "./Macros";
|
174
184
|
export * from "./ManualProviders";
|
175
185
|
export * from "./MarkerType";
|
@@ -177,12 +187,19 @@ export * from "./MealInDbBaseClientFacingSource";
|
|
177
187
|
export * from "./MetricsResult";
|
178
188
|
export * from "./Micros";
|
179
189
|
export * from "./OAuthProviders";
|
190
|
+
export * from "./ObservationEffectiveDateTime";
|
191
|
+
export * from "./ObservationIssued";
|
192
|
+
export * from "./Observation";
|
180
193
|
export * from "./OrderStatus";
|
181
194
|
export * from "./OrderTopLevelStatus";
|
182
195
|
export * from "./PaginatedUsersResponse";
|
183
196
|
export * from "./PasswordProviders";
|
197
|
+
export * from "./PatientBirthDate";
|
198
|
+
export * from "./Patient";
|
184
199
|
export * from "./PatientAddressCompatible";
|
185
200
|
export * from "./PatientDetails";
|
201
|
+
export * from "./PayorItem";
|
202
|
+
export * from "./Period";
|
186
203
|
export * from "./PersonDetails";
|
187
204
|
export * from "./PhlebotomyAreaInfo";
|
188
205
|
export * from "./PhlebotomyProviderInfo";
|
@@ -190,22 +207,34 @@ export * from "./PhysicianCreateRequestSignatureImage";
|
|
190
207
|
export * from "./PhysicianCreateRequest";
|
191
208
|
export * from "./PhysicianCreateRequestBase";
|
192
209
|
export * from "./Png";
|
210
|
+
export * from "./PostOrderCoverage";
|
211
|
+
export * from "./PostOrderPatientBirthDate";
|
212
|
+
export * from "./PostOrderPatient";
|
213
|
+
export * from "./PostOrderPhysician";
|
214
|
+
export * from "./PostOrderQuestionnaireResponse";
|
193
215
|
export * from "./PostOrderResponse";
|
216
|
+
export * from "./PostOrderServiceRequest";
|
217
|
+
export * from "./Priority";
|
194
218
|
export * from "./ProfileInDb";
|
195
219
|
export * from "./ProviderLinkResponseState";
|
196
220
|
export * from "./ProviderLinkResponse";
|
197
221
|
export * from "./ProviderMfaRequestMethod";
|
198
222
|
export * from "./ProviderMfaRequest";
|
199
223
|
export * from "./Providers";
|
224
|
+
export * from "./QualificationItem";
|
200
225
|
export * from "./Question";
|
201
226
|
export * from "./QuestionType";
|
227
|
+
export * from "./QuestionaryItem";
|
202
228
|
export * from "./RawActivity";
|
203
229
|
export * from "./RawBody";
|
204
230
|
export * from "./RawDevices";
|
205
231
|
export * from "./RawProfile";
|
206
232
|
export * from "./RawSleep";
|
207
233
|
export * from "./RawWorkout";
|
234
|
+
export * from "./ReferenceRangeItem";
|
208
235
|
export * from "./Region";
|
236
|
+
export * from "./Relationship";
|
237
|
+
export * from "./Requester";
|
209
238
|
export * from "./ResourceAvailability";
|
210
239
|
export * from "./ResponsibleRelationship";
|
211
240
|
export * from "./ResultType";
|
@@ -222,7 +251,9 @@ export * from "./Source";
|
|
222
251
|
export * from "./SourceAuthType";
|
223
252
|
export * from "./SourceLink";
|
224
253
|
export * from "./SourceType";
|
254
|
+
export * from "./Subject";
|
225
255
|
export * from "./TeamConfig";
|
256
|
+
export * from "./TelecomItem";
|
226
257
|
export * from "./TimeSlot";
|
227
258
|
export * from "./TimeseriesMetricPoint";
|
228
259
|
export * from "./TimeseriesResource";
|
@@ -235,5 +266,19 @@ export * from "./UserSignInTokenResponse";
|
|
235
266
|
export * from "./UserSuccessResponse";
|
236
267
|
export * from "./ValidationErrorLocItem";
|
237
268
|
export * from "./ValidationError";
|
269
|
+
export * from "./ValueQuantity";
|
270
|
+
export * from "./ValueRange";
|
238
271
|
export * from "./VitalTokenCreatedResponse";
|
239
272
|
export * from "./WorkoutV2InDb";
|
273
|
+
export * from "./VitalCoreProvidersLabTestLabsSchemasResultsFhirCode";
|
274
|
+
export * from "./VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem";
|
275
|
+
export * from "./VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource";
|
276
|
+
export * from "./VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem";
|
277
|
+
export * from "./VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem";
|
278
|
+
export * from "./VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem";
|
279
|
+
export * from "./VitalCoreSchemasRequestSchemasOrdersCode";
|
280
|
+
export * from "./VitalCoreSchemasRequestSchemasOrdersCodingItem";
|
281
|
+
export * from "./VitalCoreSchemasRequestSchemasOrdersEntryItemResource";
|
282
|
+
export * from "./VitalCoreSchemasRequestSchemasOrdersEntryItem";
|
283
|
+
export * from "./VitalCoreSchemasRequestSchemasOrdersIdentifierItem";
|
284
|
+
export * from "./VitalCoreSchemasRequestSchemasOrdersNameItem";
|
package/dist/api/types/index.js
CHANGED
@@ -15,8 +15,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
15
15
|
};
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
17
|
__exportStar(require("./ActivityV2InDb"), exports);
|
18
|
+
__exportStar(require("./Addres"), exports);
|
18
19
|
__exportStar(require("./Address"), exports);
|
19
20
|
__exportStar(require("./Answer"), exports);
|
21
|
+
__exportStar(require("./AnswerItem"), exports);
|
20
22
|
__exportStar(require("./AoE"), exports);
|
21
23
|
__exportStar(require("./AoEAnswer"), exports);
|
22
24
|
__exportStar(require("./AppointmentAvailabilitySlots"), exports);
|
@@ -29,6 +31,7 @@ __exportStar(require("./AreaInfo"), exports);
|
|
29
31
|
__exportStar(require("./AttemptStatus"), exports);
|
30
32
|
__exportStar(require("./AuthType"), exports);
|
31
33
|
__exportStar(require("./Availability"), exports);
|
34
|
+
__exportStar(require("./Beneficiary"), exports);
|
32
35
|
__exportStar(require("./BiomarkerResult"), exports);
|
33
36
|
__exportStar(require("./BodyV2InDb"), exports);
|
34
37
|
__exportStar(require("./ClientActivityResponse"), exports);
|
@@ -102,6 +105,7 @@ __exportStar(require("./ClientFacingWorkout"), exports);
|
|
102
105
|
__exportStar(require("./ClientSleepResponse"), exports);
|
103
106
|
__exportStar(require("./ClientUserIdConflict"), exports);
|
104
107
|
__exportStar(require("./ClientWorkoutResponse"), exports);
|
108
|
+
__exportStar(require("./CodingItem1"), exports);
|
105
109
|
__exportStar(require("./ConnectedSourceClientFacing"), exports);
|
106
110
|
__exportStar(require("./ConnectionStatusState"), exports);
|
107
111
|
__exportStar(require("./ConnectionStatus"), exports);
|
@@ -174,8 +178,13 @@ __exportStar(require("./HealthInsuranceCreateRequestFrontImage"), exports);
|
|
174
178
|
__exportStar(require("./HealthInsuranceCreateRequestBackImage"), exports);
|
175
179
|
__exportStar(require("./HealthInsuranceCreateRequestPatientSignatureImage"), exports);
|
176
180
|
__exportStar(require("./HealthInsuranceCreateRequest"), exports);
|
181
|
+
__exportStar(require("./High"), exports);
|
177
182
|
__exportStar(require("./HistoricalPullStatus"), exports);
|
183
|
+
__exportStar(require("./HistoricalPullTimeline"), exports);
|
184
|
+
__exportStar(require("./IdentifierItem1"), exports);
|
185
|
+
__exportStar(require("./InterpretationItem"), exports);
|
178
186
|
__exportStar(require("./Jpeg"), exports);
|
187
|
+
__exportStar(require("./LabResultsFhir"), exports);
|
179
188
|
__exportStar(require("./LabResultsMetadata"), exports);
|
180
189
|
__exportStar(require("./LabResultsRawResults"), exports);
|
181
190
|
__exportStar(require("./LabResultsRaw"), exports);
|
@@ -186,6 +195,7 @@ __exportStar(require("./LastAttempt"), exports);
|
|
186
195
|
__exportStar(require("./LibreConfig"), exports);
|
187
196
|
__exportStar(require("./LinkTokenExchangeResponse"), exports);
|
188
197
|
__exportStar(require("./LngLat"), exports);
|
198
|
+
__exportStar(require("./Low"), exports);
|
189
199
|
__exportStar(require("./Macros"), exports);
|
190
200
|
__exportStar(require("./ManualProviders"), exports);
|
191
201
|
__exportStar(require("./MarkerType"), exports);
|
@@ -193,12 +203,19 @@ __exportStar(require("./MealInDbBaseClientFacingSource"), exports);
|
|
193
203
|
__exportStar(require("./MetricsResult"), exports);
|
194
204
|
__exportStar(require("./Micros"), exports);
|
195
205
|
__exportStar(require("./OAuthProviders"), exports);
|
206
|
+
__exportStar(require("./ObservationEffectiveDateTime"), exports);
|
207
|
+
__exportStar(require("./ObservationIssued"), exports);
|
208
|
+
__exportStar(require("./Observation"), exports);
|
196
209
|
__exportStar(require("./OrderStatus"), exports);
|
197
210
|
__exportStar(require("./OrderTopLevelStatus"), exports);
|
198
211
|
__exportStar(require("./PaginatedUsersResponse"), exports);
|
199
212
|
__exportStar(require("./PasswordProviders"), exports);
|
213
|
+
__exportStar(require("./PatientBirthDate"), exports);
|
214
|
+
__exportStar(require("./Patient"), exports);
|
200
215
|
__exportStar(require("./PatientAddressCompatible"), exports);
|
201
216
|
__exportStar(require("./PatientDetails"), exports);
|
217
|
+
__exportStar(require("./PayorItem"), exports);
|
218
|
+
__exportStar(require("./Period"), exports);
|
202
219
|
__exportStar(require("./PersonDetails"), exports);
|
203
220
|
__exportStar(require("./PhlebotomyAreaInfo"), exports);
|
204
221
|
__exportStar(require("./PhlebotomyProviderInfo"), exports);
|
@@ -206,22 +223,34 @@ __exportStar(require("./PhysicianCreateRequestSignatureImage"), exports);
|
|
206
223
|
__exportStar(require("./PhysicianCreateRequest"), exports);
|
207
224
|
__exportStar(require("./PhysicianCreateRequestBase"), exports);
|
208
225
|
__exportStar(require("./Png"), exports);
|
226
|
+
__exportStar(require("./PostOrderCoverage"), exports);
|
227
|
+
__exportStar(require("./PostOrderPatientBirthDate"), exports);
|
228
|
+
__exportStar(require("./PostOrderPatient"), exports);
|
229
|
+
__exportStar(require("./PostOrderPhysician"), exports);
|
230
|
+
__exportStar(require("./PostOrderQuestionnaireResponse"), exports);
|
209
231
|
__exportStar(require("./PostOrderResponse"), exports);
|
232
|
+
__exportStar(require("./PostOrderServiceRequest"), exports);
|
233
|
+
__exportStar(require("./Priority"), exports);
|
210
234
|
__exportStar(require("./ProfileInDb"), exports);
|
211
235
|
__exportStar(require("./ProviderLinkResponseState"), exports);
|
212
236
|
__exportStar(require("./ProviderLinkResponse"), exports);
|
213
237
|
__exportStar(require("./ProviderMfaRequestMethod"), exports);
|
214
238
|
__exportStar(require("./ProviderMfaRequest"), exports);
|
215
239
|
__exportStar(require("./Providers"), exports);
|
240
|
+
__exportStar(require("./QualificationItem"), exports);
|
216
241
|
__exportStar(require("./Question"), exports);
|
217
242
|
__exportStar(require("./QuestionType"), exports);
|
243
|
+
__exportStar(require("./QuestionaryItem"), exports);
|
218
244
|
__exportStar(require("./RawActivity"), exports);
|
219
245
|
__exportStar(require("./RawBody"), exports);
|
220
246
|
__exportStar(require("./RawDevices"), exports);
|
221
247
|
__exportStar(require("./RawProfile"), exports);
|
222
248
|
__exportStar(require("./RawSleep"), exports);
|
223
249
|
__exportStar(require("./RawWorkout"), exports);
|
250
|
+
__exportStar(require("./ReferenceRangeItem"), exports);
|
224
251
|
__exportStar(require("./Region"), exports);
|
252
|
+
__exportStar(require("./Relationship"), exports);
|
253
|
+
__exportStar(require("./Requester"), exports);
|
225
254
|
__exportStar(require("./ResourceAvailability"), exports);
|
226
255
|
__exportStar(require("./ResponsibleRelationship"), exports);
|
227
256
|
__exportStar(require("./ResultType"), exports);
|
@@ -238,7 +267,9 @@ __exportStar(require("./Source"), exports);
|
|
238
267
|
__exportStar(require("./SourceAuthType"), exports);
|
239
268
|
__exportStar(require("./SourceLink"), exports);
|
240
269
|
__exportStar(require("./SourceType"), exports);
|
270
|
+
__exportStar(require("./Subject"), exports);
|
241
271
|
__exportStar(require("./TeamConfig"), exports);
|
272
|
+
__exportStar(require("./TelecomItem"), exports);
|
242
273
|
__exportStar(require("./TimeSlot"), exports);
|
243
274
|
__exportStar(require("./TimeseriesMetricPoint"), exports);
|
244
275
|
__exportStar(require("./TimeseriesResource"), exports);
|
@@ -251,5 +282,19 @@ __exportStar(require("./UserSignInTokenResponse"), exports);
|
|
251
282
|
__exportStar(require("./UserSuccessResponse"), exports);
|
252
283
|
__exportStar(require("./ValidationErrorLocItem"), exports);
|
253
284
|
__exportStar(require("./ValidationError"), exports);
|
285
|
+
__exportStar(require("./ValueQuantity"), exports);
|
286
|
+
__exportStar(require("./ValueRange"), exports);
|
254
287
|
__exportStar(require("./VitalTokenCreatedResponse"), exports);
|
255
288
|
__exportStar(require("./WorkoutV2InDb"), exports);
|
289
|
+
__exportStar(require("./VitalCoreProvidersLabTestLabsSchemasResultsFhirCode"), exports);
|
290
|
+
__exportStar(require("./VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem"), exports);
|
291
|
+
__exportStar(require("./VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource"), exports);
|
292
|
+
__exportStar(require("./VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem"), exports);
|
293
|
+
__exportStar(require("./VitalCoreProvidersLabTestLabsSchemasResultsFhirIdentifierItem"), exports);
|
294
|
+
__exportStar(require("./VitalCoreProvidersLabTestLabsSchemasResultsFhirNameItem"), exports);
|
295
|
+
__exportStar(require("./VitalCoreSchemasRequestSchemasOrdersCode"), exports);
|
296
|
+
__exportStar(require("./VitalCoreSchemasRequestSchemasOrdersCodingItem"), exports);
|
297
|
+
__exportStar(require("./VitalCoreSchemasRequestSchemasOrdersEntryItemResource"), exports);
|
298
|
+
__exportStar(require("./VitalCoreSchemasRequestSchemasOrdersEntryItem"), exports);
|
299
|
+
__exportStar(require("./VitalCoreSchemasRequestSchemasOrdersIdentifierItem"), exports);
|
300
|
+
__exportStar(require("./VitalCoreSchemasRequestSchemasOrdersNameItem"), exports);
|
@@ -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 { VitalCoreSchemasRequestSchemasOrdersEntryItem } from "../../../../types/VitalCoreSchemasRequestSchemasOrdersEntryItem";
|
8
|
+
export declare const PostOrderFhir: core.serialization.Schema<serializers.PostOrderFhir.Raw, Vital.PostOrderFhir>;
|
9
|
+
export declare namespace PostOrderFhir {
|
10
|
+
interface Raw {
|
11
|
+
resourceType: string;
|
12
|
+
type: string;
|
13
|
+
entry: VitalCoreSchemasRequestSchemasOrdersEntryItem.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.PostOrderFhir = void 0;
|
30
|
+
const core = __importStar(require("../../../../../core"));
|
31
|
+
const VitalCoreSchemasRequestSchemasOrdersEntryItem_1 = require("../../../../types/VitalCoreSchemasRequestSchemasOrdersEntryItem");
|
32
|
+
exports.PostOrderFhir = core.serialization.object({
|
33
|
+
resourceType: core.serialization.string(),
|
34
|
+
type: core.serialization.string(),
|
35
|
+
entry: core.serialization.list(VitalCoreSchemasRequestSchemasOrdersEntryItem_1.VitalCoreSchemasRequestSchemasOrdersEntryItem),
|
36
|
+
});
|
@@ -3,4 +3,5 @@ export { AppointmentBookingRequest } from "./AppointmentBookingRequest";
|
|
3
3
|
export { RequestAppointmentRequest } from "./RequestAppointmentRequest";
|
4
4
|
export { AppointmentRescheduleRequest } from "./AppointmentRescheduleRequest";
|
5
5
|
export { AppointmentCancelRequest } from "./AppointmentCancelRequest";
|
6
|
+
export { PostOrderFhir } from "./PostOrderFhir";
|
6
7
|
export { CreateOrderRequestCompatible } from "./CreateOrderRequestCompatible";
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.CreateOrderRequestCompatible = exports.AppointmentCancelRequest = exports.AppointmentRescheduleRequest = exports.RequestAppointmentRequest = exports.AppointmentBookingRequest = exports.CreateLabTestRequest = void 0;
|
3
|
+
exports.CreateOrderRequestCompatible = exports.PostOrderFhir = exports.AppointmentCancelRequest = exports.AppointmentRescheduleRequest = exports.RequestAppointmentRequest = exports.AppointmentBookingRequest = exports.CreateLabTestRequest = void 0;
|
4
4
|
var CreateLabTestRequest_1 = require("./CreateLabTestRequest");
|
5
5
|
Object.defineProperty(exports, "CreateLabTestRequest", { enumerable: true, get: function () { return CreateLabTestRequest_1.CreateLabTestRequest; } });
|
6
6
|
var AppointmentBookingRequest_1 = require("./AppointmentBookingRequest");
|
@@ -11,5 +11,7 @@ var AppointmentRescheduleRequest_1 = require("./AppointmentRescheduleRequest");
|
|
11
11
|
Object.defineProperty(exports, "AppointmentRescheduleRequest", { enumerable: true, get: function () { return AppointmentRescheduleRequest_1.AppointmentRescheduleRequest; } });
|
12
12
|
var AppointmentCancelRequest_1 = require("./AppointmentCancelRequest");
|
13
13
|
Object.defineProperty(exports, "AppointmentCancelRequest", { enumerable: true, get: function () { return AppointmentCancelRequest_1.AppointmentCancelRequest; } });
|
14
|
+
var PostOrderFhir_1 = require("./PostOrderFhir");
|
15
|
+
Object.defineProperty(exports, "PostOrderFhir", { enumerable: true, get: function () { return PostOrderFhir_1.PostOrderFhir; } });
|
14
16
|
var CreateOrderRequestCompatible_1 = require("./CreateOrderRequestCompatible");
|
15
17
|
Object.defineProperty(exports, "CreateOrderRequestCompatible", { enumerable: true, get: function () { return CreateOrderRequestCompatible_1.CreateOrderRequestCompatible; } });
|
@@ -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
|
+
}
|