@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,17 @@
|
|
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 { VitalCoreSchemasRequestSchemasOrdersCode } from "./VitalCoreSchemasRequestSchemasOrdersCode";
|
8
|
+
import { Period } from "./Period";
|
9
|
+
import { IdentifierItem1 } from "./IdentifierItem1";
|
10
|
+
export declare const QualificationItem: core.serialization.ObjectSchema<serializers.QualificationItem.Raw, Vital.QualificationItem>;
|
11
|
+
export declare namespace QualificationItem {
|
12
|
+
interface Raw {
|
13
|
+
code: VitalCoreSchemasRequestSchemasOrdersCode.Raw;
|
14
|
+
period: Period.Raw;
|
15
|
+
identifier: IdentifierItem1.Raw[];
|
16
|
+
}
|
17
|
+
}
|
@@ -0,0 +1,38 @@
|
|
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.QualificationItem = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const VitalCoreSchemasRequestSchemasOrdersCode_1 = require("./VitalCoreSchemasRequestSchemasOrdersCode");
|
32
|
+
const Period_1 = require("./Period");
|
33
|
+
const IdentifierItem1_1 = require("./IdentifierItem1");
|
34
|
+
exports.QualificationItem = core.serialization.object({
|
35
|
+
code: VitalCoreSchemasRequestSchemasOrdersCode_1.VitalCoreSchemasRequestSchemasOrdersCode,
|
36
|
+
period: Period_1.Period,
|
37
|
+
identifier: core.serialization.list(IdentifierItem1_1.IdentifierItem1),
|
38
|
+
});
|
@@ -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 { AnswerItem } from "./AnswerItem";
|
8
|
+
export declare const QuestionaryItem: core.serialization.ObjectSchema<serializers.QuestionaryItem.Raw, Vital.QuestionaryItem>;
|
9
|
+
export declare namespace QuestionaryItem {
|
10
|
+
interface Raw {
|
11
|
+
linkId: string;
|
12
|
+
text: string;
|
13
|
+
answer: AnswerItem.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.QuestionaryItem = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const AnswerItem_1 = require("./AnswerItem");
|
32
|
+
exports.QuestionaryItem = core.serialization.object({
|
33
|
+
linkId: core.serialization.string(),
|
34
|
+
text: core.serialization.string(),
|
35
|
+
answer: core.serialization.list(AnswerItem_1.AnswerItem),
|
36
|
+
});
|
@@ -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 { Low } from "./Low";
|
8
|
+
import { High } from "./High";
|
9
|
+
export declare const ReferenceRangeItem: core.serialization.ObjectSchema<serializers.ReferenceRangeItem.Raw, Vital.ReferenceRangeItem>;
|
10
|
+
export declare namespace ReferenceRangeItem {
|
11
|
+
interface Raw {
|
12
|
+
low: Low.Raw;
|
13
|
+
high?: High.Raw | null;
|
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.ReferenceRangeItem = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const Low_1 = require("./Low");
|
32
|
+
const High_1 = require("./High");
|
33
|
+
exports.ReferenceRangeItem = core.serialization.object({
|
34
|
+
low: Low_1.Low,
|
35
|
+
high: High_1.High.optional(),
|
36
|
+
});
|
@@ -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 { VitalCoreSchemasRequestSchemasOrdersCodingItem } from "./VitalCoreSchemasRequestSchemasOrdersCodingItem";
|
8
|
+
export declare const Relationship: core.serialization.ObjectSchema<serializers.Relationship.Raw, Vital.Relationship>;
|
9
|
+
export declare namespace Relationship {
|
10
|
+
interface Raw {
|
11
|
+
coding: VitalCoreSchemasRequestSchemasOrdersCodingItem.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.Relationship = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const VitalCoreSchemasRequestSchemasOrdersCodingItem_1 = require("./VitalCoreSchemasRequestSchemasOrdersCodingItem");
|
32
|
+
exports.Relationship = core.serialization.object({
|
33
|
+
coding: core.serialization.list(VitalCoreSchemasRequestSchemasOrdersCodingItem_1.VitalCoreSchemasRequestSchemasOrdersCodingItem),
|
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
|
+
export declare const Requester: core.serialization.ObjectSchema<serializers.Requester.Raw, Vital.Requester>;
|
8
|
+
export declare namespace Requester {
|
9
|
+
interface Raw {
|
10
|
+
reference: string;
|
11
|
+
display?: string | null;
|
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.Requester = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.Requester = core.serialization.object({
|
32
|
+
reference: core.serialization.string(),
|
33
|
+
display: core.serialization.string().optional(),
|
34
|
+
});
|
@@ -5,12 +5,14 @@ import * as serializers from "..";
|
|
5
5
|
import * as Vital from "../../api";
|
6
6
|
import * as core from "../../core";
|
7
7
|
import { HistoricalPullStatus } from "./HistoricalPullStatus";
|
8
|
+
import { HistoricalPullTimeline } from "./HistoricalPullTimeline";
|
8
9
|
export declare const SingleHistoricalPullStatistics: core.serialization.ObjectSchema<serializers.SingleHistoricalPullStatistics.Raw, Vital.SingleHistoricalPullStatistics>;
|
9
10
|
export declare namespace SingleHistoricalPullStatistics {
|
10
11
|
interface Raw {
|
11
12
|
status: HistoricalPullStatus.Raw;
|
12
13
|
range_start?: string | null;
|
13
14
|
range_end?: string | null;
|
15
|
+
timeline: HistoricalPullTimeline.Raw;
|
14
16
|
days_with_data?: number | null;
|
15
17
|
release: string;
|
16
18
|
trace_id?: string | null;
|
@@ -29,10 +29,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.SingleHistoricalPullStatistics = void 0;
|
30
30
|
const core = __importStar(require("../../core"));
|
31
31
|
const HistoricalPullStatus_1 = require("./HistoricalPullStatus");
|
32
|
+
const HistoricalPullTimeline_1 = require("./HistoricalPullTimeline");
|
32
33
|
exports.SingleHistoricalPullStatistics = core.serialization.object({
|
33
34
|
status: HistoricalPullStatus_1.HistoricalPullStatus,
|
34
35
|
rangeStart: core.serialization.property("range_start", core.serialization.date().optional()),
|
35
36
|
rangeEnd: core.serialization.property("range_end", core.serialization.date().optional()),
|
37
|
+
timeline: HistoricalPullTimeline_1.HistoricalPullTimeline,
|
36
38
|
daysWithData: core.serialization.property("days_with_data", core.serialization.number().optional()),
|
37
39
|
release: core.serialization.string(),
|
38
40
|
traceId: core.serialization.property("trace_id", core.serialization.string().optional()),
|
@@ -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 Subject: core.serialization.ObjectSchema<serializers.Subject.Raw, Vital.Subject>;
|
8
|
+
export declare namespace Subject {
|
9
|
+
interface Raw {
|
10
|
+
reference: string;
|
11
|
+
display?: string | null;
|
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.Subject = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.Subject = core.serialization.object({
|
32
|
+
reference: core.serialization.string(),
|
33
|
+
display: core.serialization.string().optional(),
|
34
|
+
});
|
@@ -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 TelecomItem: core.serialization.ObjectSchema<serializers.TelecomItem.Raw, Vital.TelecomItem>;
|
8
|
+
export declare namespace TelecomItem {
|
9
|
+
interface Raw {
|
10
|
+
system: string;
|
11
|
+
use: string;
|
12
|
+
value: string;
|
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.TelecomItem = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.TelecomItem = core.serialization.object({
|
32
|
+
system: core.serialization.string(),
|
33
|
+
use: core.serialization.string(),
|
34
|
+
value: core.serialization.string(),
|
35
|
+
});
|
@@ -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 ValueQuantity: core.serialization.ObjectSchema<serializers.ValueQuantity.Raw, Vital.ValueQuantity>;
|
8
|
+
export declare namespace ValueQuantity {
|
9
|
+
interface Raw {
|
10
|
+
value: number;
|
11
|
+
comparator: string;
|
12
|
+
unit: string;
|
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.ValueQuantity = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.ValueQuantity = core.serialization.object({
|
32
|
+
value: core.serialization.number(),
|
33
|
+
comparator: core.serialization.string(),
|
34
|
+
unit: core.serialization.string(),
|
35
|
+
});
|
@@ -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
|
+
import { ValueQuantity } from "./ValueQuantity";
|
8
|
+
export declare const ValueRange: core.serialization.ObjectSchema<serializers.ValueRange.Raw, Vital.ValueRange>;
|
9
|
+
export declare namespace ValueRange {
|
10
|
+
interface Raw {
|
11
|
+
low: ValueQuantity.Raw;
|
12
|
+
high: ValueQuantity.Raw;
|
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.ValueRange = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const ValueQuantity_1 = require("./ValueQuantity");
|
32
|
+
exports.ValueRange = core.serialization.object({
|
33
|
+
low: ValueQuantity_1.ValueQuantity,
|
34
|
+
high: ValueQuantity_1.ValueQuantity,
|
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
|
+
import { VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem } from "./VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem";
|
8
|
+
export declare const VitalCoreProvidersLabTestLabsSchemasResultsFhirCode: core.serialization.ObjectSchema<serializers.VitalCoreProvidersLabTestLabsSchemasResultsFhirCode.Raw, Vital.VitalCoreProvidersLabTestLabsSchemasResultsFhirCode>;
|
9
|
+
export declare namespace VitalCoreProvidersLabTestLabsSchemasResultsFhirCode {
|
10
|
+
interface Raw {
|
11
|
+
coding: VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.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.VitalCoreProvidersLabTestLabsSchemasResultsFhirCode = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem_1 = require("./VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem");
|
32
|
+
exports.VitalCoreProvidersLabTestLabsSchemasResultsFhirCode = core.serialization.object({
|
33
|
+
coding: core.serialization.list(VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem_1.VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem),
|
34
|
+
});
|
@@ -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 VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem: core.serialization.ObjectSchema<serializers.VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem.Raw, Vital.VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem>;
|
8
|
+
export declare namespace VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem {
|
9
|
+
interface Raw {
|
10
|
+
system?: string | null;
|
11
|
+
code: string;
|
12
|
+
display: string;
|
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.VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.VitalCoreProvidersLabTestLabsSchemasResultsFhirCodingItem = core.serialization.object({
|
32
|
+
system: core.serialization.string().optional(),
|
33
|
+
code: core.serialization.string(),
|
34
|
+
display: core.serialization.string(),
|
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
|
+
import { VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource } from "./VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource";
|
8
|
+
export declare const VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem: core.serialization.ObjectSchema<serializers.VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem.Raw, Vital.VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem>;
|
9
|
+
export declare namespace VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem {
|
10
|
+
interface Raw {
|
11
|
+
resource: VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource.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.VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource_1 = require("./VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource");
|
32
|
+
exports.VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItem = core.serialization.object({
|
33
|
+
resource: VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource_1.VitalCoreProvidersLabTestLabsSchemasResultsFhirEntryItemResource,
|
34
|
+
});
|