@awell-health/awell-extensions 1.2.0-beta.1 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/extensions/athenahealth/actions/addClinicalDocument/addClinicalDocument.test.js.map +1 -1
- package/dist/extensions/athenahealth/actions/createAppointmentNote/createAppointmentNote.test.js.map +1 -1
- package/dist/extensions/athenahealth/actions/createPatient/createPatient.test.js.map +1 -1
- package/dist/extensions/athenahealth/actions/getAppointment/getAppointment.test.js.map +1 -1
- package/dist/extensions/athenahealth/actions/getPatient/getPatient.test.js.map +1 -1
- package/dist/extensions/athenahealth/actions/index.d.ts +2 -2
- package/dist/extensions/athenahealth/api/schema/appointment.d.ts +2 -2
- package/dist/extensions/athenahealth/api/schema/clinicalDocument.d.ts +2 -2
- package/dist/extensions/athenahealth/settings.d.ts +4 -4
- package/dist/extensions/awell/settings.d.ts +1 -27
- package/dist/extensions/awell/settings.js +2 -22
- package/dist/extensions/awell/settings.js.map +1 -1
- package/dist/extensions/awell/v1/actions/addIdentifierToPatient/addIdentifierToPatient.js +44 -81
- package/dist/extensions/awell/v1/actions/addIdentifierToPatient/addIdentifierToPatient.js.map +1 -1
- package/dist/extensions/awell/v1/actions/addIdentifierToPatient/addIdentifierToPatient.test.js +36 -17
- package/dist/extensions/awell/v1/actions/addIdentifierToPatient/addIdentifierToPatient.test.js.map +1 -1
- package/dist/extensions/awell/v1/actions/deletePatient/deletePatient.js +13 -48
- package/dist/extensions/awell/v1/actions/deletePatient/deletePatient.js.map +1 -1
- package/dist/extensions/awell/v1/actions/deletePatient/deletePatient.test.js +11 -11
- package/dist/extensions/awell/v1/actions/deletePatient/deletePatient.test.js.map +1 -1
- package/dist/extensions/awell/v1/actions/getPatientByIdentifier/getPatientByIdentifier.js +23 -58
- package/dist/extensions/awell/v1/actions/getPatientByIdentifier/getPatientByIdentifier.js.map +1 -1
- package/dist/extensions/awell/v1/actions/getPatientByIdentifier/getPatientByIdentifier.test.js +17 -14
- package/dist/extensions/awell/v1/actions/getPatientByIdentifier/getPatientByIdentifier.test.js.map +1 -1
- package/dist/extensions/awell/v1/actions/isPatientEnrolledInCareFlow/isPatientEnrolledInCareFlow.js +43 -76
- package/dist/extensions/awell/v1/actions/isPatientEnrolledInCareFlow/isPatientEnrolledInCareFlow.js.map +1 -1
- package/dist/extensions/awell/v1/actions/isPatientEnrolledInCareFlow/isPatientEnrolledInCareFlow.test.js +82 -74
- package/dist/extensions/awell/v1/actions/isPatientEnrolledInCareFlow/isPatientEnrolledInCareFlow.test.js.map +1 -1
- package/dist/extensions/awell/v1/actions/searchPatientsByPatientCode/searchPatientsByPatientCode.js +33 -65
- package/dist/extensions/awell/v1/actions/searchPatientsByPatientCode/searchPatientsByPatientCode.js.map +1 -1
- package/dist/extensions/awell/v1/actions/searchPatientsByPatientCode/searchPatientsByPatientCode.test.js +18 -18
- package/dist/extensions/awell/v1/actions/searchPatientsByPatientCode/searchPatientsByPatientCode.test.js.map +1 -1
- package/dist/extensions/awell/v1/actions/startCareFlow/startCareFlow.js +26 -58
- package/dist/extensions/awell/v1/actions/startCareFlow/startCareFlow.js.map +1 -1
- package/dist/extensions/awell/v1/actions/startCareFlow/startCareFlow.test.js +36 -19
- package/dist/extensions/awell/v1/actions/startCareFlow/startCareFlow.test.js.map +1 -1
- package/dist/extensions/awell/v1/actions/stopCareFlow/stopCareFlow.js +19 -53
- package/dist/extensions/awell/v1/actions/stopCareFlow/stopCareFlow.js.map +1 -1
- package/dist/extensions/awell/v1/actions/stopCareFlow/stopCareFlow.test.js +21 -13
- package/dist/extensions/awell/v1/actions/stopCareFlow/stopCareFlow.test.js.map +1 -1
- package/dist/extensions/awell/v1/actions/updateBaselineInfo/updateBaselineInfo.js +12 -9
- package/dist/extensions/awell/v1/actions/updateBaselineInfo/updateBaselineInfo.js.map +1 -1
- package/dist/extensions/awell/v1/actions/updateBaselineInfo/updateBaselineInfo.test.js +46 -35
- package/dist/extensions/awell/v1/actions/updateBaselineInfo/updateBaselineInfo.test.js.map +1 -1
- package/dist/extensions/awell/v1/actions/updatePatient/config/fields.d.ts +4 -4
- package/dist/extensions/awell/v1/actions/updatePatient/updatePatient.js +62 -67
- package/dist/extensions/awell/v1/actions/updatePatient/updatePatient.js.map +1 -1
- package/dist/extensions/awell/v1/actions/updatePatient/updatePatient.test.js +82 -91
- package/dist/extensions/awell/v1/actions/updatePatient/updatePatient.test.js.map +1 -1
- package/dist/extensions/calDotCom/actions/bookAppointment/bookAppointment.js +0 -2
- package/dist/extensions/calDotCom/actions/bookAppointment/bookAppointment.js.map +1 -1
- package/dist/extensions/calDotCom/actions/bookAppointment/bookAppointment.test.js.map +1 -1
- package/dist/extensions/calDotCom/actions/createBooking/createBooking.test.js.map +1 -1
- package/dist/extensions/calDotCom/actions/deleteBooking/deleteBooking.test.js.map +1 -1
- package/dist/extensions/calDotCom/actions/getBooking/getBooking.test.js.map +1 -1
- package/dist/extensions/calDotCom/actions/updateBooking/updateBooking.test.js.map +1 -1
- package/dist/extensions/calDotCom/schema.d.ts +6 -6
- package/dist/extensions/calendly/webhooks/index.d.ts +1 -1
- package/dist/extensions/canvasMedical/v1/actions/createAppointment/createAppointment.test.js.map +1 -1
- package/dist/extensions/canvasMedical/v1/actions/createClaim/createClaim.test.js.map +1 -1
- package/dist/extensions/canvasMedical/v1/actions/createCoverage/createCoverage.test.js.map +1 -1
- package/dist/extensions/canvasMedical/v1/actions/createPatient/createPatient.test.js.map +1 -1
- package/dist/extensions/canvasMedical/v1/actions/createQuestionnaireResponses/createQuestionnaireResponses.test.js.map +1 -1
- package/dist/extensions/canvasMedical/v1/actions/createTask/createTask.test.js.map +1 -1
- package/dist/extensions/canvasMedical/v1/actions/extractPatientInfo/extractPatientInfo.test.js.map +1 -1
- package/dist/extensions/canvasMedical/v1/actions/getAppointment/getAppointment.test.js.map +1 -1
- package/dist/extensions/canvasMedical/v1/actions/getPatient/getPatient.test.js.map +1 -1
- package/dist/extensions/canvasMedical/v1/actions/getQuestionnaireResponse/getQuestionnaireResponse.test.js.map +1 -1
- package/dist/extensions/canvasMedical/v1/actions/getTask/getTask.test.js.map +1 -1
- package/dist/extensions/canvasMedical/v1/actions/updateAppointment/updateAppointment.test.js.map +1 -1
- package/dist/extensions/canvasMedical/v1/actions/updateCoverage/updateCoverage.test.js.map +1 -1
- package/dist/extensions/canvasMedical/v1/actions/updatePatient/updatePatient.test.js.map +1 -1
- package/dist/extensions/canvasMedical/v1/actions/updateTask/updateTask.test.js.map +1 -1
- package/dist/extensions/canvasMedical/v1/validation/address.zod.d.ts +2 -2
- package/dist/extensions/canvasMedical/v1/validation/appointment.zod.d.ts +8 -8
- package/dist/extensions/canvasMedical/v1/validation/claim.d.ts +2 -2
- package/dist/extensions/canvasMedical/v1/validation/identifier.zod.d.ts +2 -2
- package/dist/extensions/canvasMedical/v1/validation/patient.zod.d.ts +24 -24
- package/dist/extensions/canvasMedical/v1/validation/questionnaireResponses.zod.d.ts +16 -16
- package/dist/extensions/canvasMedical/v1/validation/settings.zod.d.ts +4 -4
- package/dist/extensions/cloudinary/actions/uploadFiles/uploadFiles.test.js.map +1 -1
- package/dist/extensions/cloudinary/actions/uploadSingleFile/uploadSingleFile.test.js.map +1 -1
- package/dist/extensions/cmDotCom/v1/actions/sendSms/sendSms.test.js.map +1 -1
- package/dist/extensions/collectData/v1/actions/collectMedication/collectMedication.test.js.map +1 -1
- package/dist/extensions/collectData/v1/actions/remoteSingleSelect/remoteSingleSelect.test.js.map +1 -1
- package/dist/extensions/dockHealth/actions/createTask/createTask.test.js.map +1 -1
- package/dist/extensions/dockHealth/actions/getPatient/getPatient.test.js.map +1 -1
- package/dist/extensions/dockHealth/api/schema/patient.schema.d.ts +14 -14
- package/dist/extensions/dockHealth/api/schema/task.schema.d.ts +8 -8
- package/dist/extensions/dockHealth/lib/dock.types.d.ts +4 -4
- package/dist/extensions/docuSign/actions/createEmbeddedSignatureRequestWithTemplate/createEmbeddedSignatureRequestWithTemplate.test.js.map +1 -1
- package/dist/extensions/docuSign/actions/embeddedSigning/embeddedSigning.test.js.map +1 -1
- package/dist/extensions/dropboxSign/v1/actions/cancelSignatureRequest/cancelSignatureRequest.test.js.map +1 -1
- package/dist/extensions/dropboxSign/v1/actions/createEmbeddedSignatureRequestWithTemplate/config/fields.d.ts +1 -1
- package/dist/extensions/dropboxSign/v1/actions/createEmbeddedSignatureRequestWithTemplate/createEmbeddedSignatureRequestWithTemplate.test.js.map +1 -1
- package/dist/extensions/dropboxSign/v1/actions/embeddedSigning/embeddedSigning.test.js.map +1 -1
- package/dist/extensions/dropboxSign/v1/actions/getSignatureRequest/getSignatureRequest.test.js.map +1 -1
- package/dist/extensions/dropboxSign/v1/actions/sendRequestReminder/config/fields.d.ts +2 -2
- package/dist/extensions/dropboxSign/v1/actions/sendRequestReminder/sendRequestReminder.test.js.map +1 -1
- package/dist/extensions/dropboxSign/v1/actions/sendSignatureRequestWithTemplate/sendSignatureRequestWithTemplate.test.js.map +1 -1
- package/dist/extensions/elation/actions/getPhysician/getPhysician.test.js.map +1 -1
- package/dist/extensions/elation/actions/index.d.ts +3 -3
- package/dist/extensions/elation/validation/appointment.zod.d.ts +24 -24
- package/dist/extensions/elation/validation/nonVisitNote.zod.d.ts +3 -3
- package/dist/extensions/elation/validation/patient.zod.d.ts +4 -4
- package/dist/extensions/elation/validation/physician.zod.d.ts +4 -4
- package/dist/extensions/elation/validation/settings.zod.d.ts +4 -4
- package/dist/extensions/experimental/v1/actions/requestVideoVisit/requestVideoVisit.test.js.map +1 -1
- package/dist/extensions/experimental/v1/actions/wait/wait.test.js.map +1 -1
- package/dist/extensions/external-server/v1/actions/mtls.js +1 -1
- package/dist/extensions/external-server/v1/actions/mtls.js.map +1 -1
- package/dist/extensions/formsort/v1/actions/completeFlow/completeFlow.test.js.map +1 -1
- package/dist/extensions/healthie/actions/applyTagToPatient/applyTagToPatient.test.js.map +1 -1
- package/dist/extensions/healthie/actions/archivePatient/archivePatient.test.js.map +1 -1
- package/dist/extensions/healthie/actions/assignPatientToGroup/assignPatientToGroup.test.js.map +1 -1
- package/dist/extensions/healthie/actions/cancelAppointment/cancelAppointment.test.js.map +1 -1
- package/dist/extensions/healthie/actions/checkPatientTag/checkPatientTag.test.js.map +1 -1
- package/dist/extensions/healthie/actions/checkScheduledAppointments/checkScheduledAppointments.test.js.map +1 -1
- package/dist/extensions/healthie/actions/closeChatConversation/closeChatConversation.test.js.map +1 -1
- package/dist/extensions/healthie/actions/completeTask/completeTask.test.js.map +1 -1
- package/dist/extensions/healthie/actions/createAppointment/config/fields.d.ts +2 -2
- package/dist/extensions/healthie/actions/createAppointment/createAppointment.test.js.map +1 -1
- package/dist/extensions/healthie/actions/createChartingNote/createChartingNote.test.js.map +1 -1
- package/dist/extensions/healthie/actions/createJournalEntry/createJournalEntry.test.js.map +1 -1
- package/dist/extensions/healthie/actions/createLocation/createLocation.test.js.map +1 -1
- package/dist/extensions/healthie/actions/createMetricEntry/createMetricEntry.test.js.map +1 -1
- package/dist/extensions/healthie/actions/createPatient/createPatient.test.js.map +1 -1
- package/dist/extensions/healthie/actions/createTask/createTask.test.js.map +1 -1
- package/dist/extensions/healthie/actions/deleteAppointment/deleteAppointment.test.js.map +1 -1
- package/dist/extensions/healthie/actions/deleteTask/deleteTask.test.js.map +1 -1
- package/dist/extensions/healthie/actions/getAppointment/getAppointment.test.js.map +1 -1
- package/dist/extensions/healthie/actions/getFormAnswers/getFormAnswers.test.js +1 -1
- package/dist/extensions/healthie/actions/getFormAnswers/getFormAnswers.test.js.map +1 -1
- package/dist/extensions/healthie/actions/getMetricEntry/config/fields.d.ts +2 -2
- package/dist/extensions/healthie/actions/getMetricEntry/getMetricEntry.test.js.map +1 -1
- package/dist/extensions/healthie/actions/getPatient/getPatient.test.js.map +1 -1
- package/dist/extensions/healthie/actions/index.d.ts +3 -3
- package/dist/extensions/healthie/actions/removeTagFromPatient/removeTagFromPatient.test.js.map +1 -1
- package/dist/extensions/healthie/actions/sendChatMessage/sendChatMessage.test.js.map +1 -1
- package/dist/extensions/healthie/actions/sendFormCompletionRequest/sendFormCompletionRequest.test.js.map +1 -1
- package/dist/extensions/healthie/actions/updatePatient/updatePatient.test.js.map +1 -1
- package/dist/extensions/healthie/actions/updatePatientQuickNote/updatePatientQuickNote.test.js.map +1 -1
- package/dist/extensions/healthie/lib/validation/createTask.zod.d.ts +22 -22
- package/dist/extensions/healthie/settings.d.ts +2 -2
- package/dist/extensions/healthie/webhooks/appointmentUpdated.d.ts +1 -1
- package/dist/extensions/healthie/webhooks/appointmentUpdated.js +1 -1
- package/dist/extensions/healthie/webhooks/appointmentUpdated.js.map +1 -1
- package/dist/extensions/healthie/webhooks/webhooks.test.js +29 -20
- package/dist/extensions/healthie/webhooks/webhooks.test.js.map +1 -1
- package/dist/extensions/index.js +21 -21
- package/dist/extensions/index.js.map +1 -1
- package/dist/extensions/infobip/settings.d.ts +4 -4
- package/dist/extensions/infobip/v1/actions/sendEmail/config/fields.d.ts +2 -2
- package/dist/extensions/infobip/v1/actions/sendEmail/sendEmail.test.js.map +1 -1
- package/dist/extensions/infobip/v1/actions/sendEmailWithTemplate/config/fields.d.ts +2 -2
- package/dist/extensions/infobip/v1/actions/sendEmailWithTemplate/sendEmailWithTemplate.test.js.map +1 -1
- package/dist/extensions/infobip/v1/actions/sendSms/sendSms.test.js.map +1 -1
- package/dist/extensions/iterable/v1/actions/sendEmail/sendEmail.test.js.map +1 -1
- package/dist/extensions/iterable/v1/actions/trackEvent/trackEvent.test.js.map +1 -1
- package/dist/extensions/mailchimp/v1/actions/sendEmail/sendEmail.test.js.map +1 -1
- package/dist/extensions/mailchimp/v1/actions/sendEmailWithTemplate/sendEmailWithTemplate.test.js.map +1 -1
- package/dist/extensions/mailgun/settings.d.ts +1 -1
- package/dist/extensions/mailgun/v1/actions/sendEmail/sendEmail.test.js.map +1 -1
- package/dist/extensions/mailgun/v1/actions/sendEmailWithTemplate/config/fields.d.ts +3 -3
- package/dist/extensions/mailgun/v1/actions/sendEmailWithTemplate/sendEmailWithTemplate.test.js.map +1 -1
- package/dist/extensions/markdown.json +4 -4
- package/dist/extensions/math/v1/actions/calculateDateDifference/calculateDateDifference.test.js.map +1 -1
- package/dist/extensions/math/v1/actions/divide/divide.test.js.map +1 -1
- package/dist/extensions/math/v1/actions/generateRandomNumber/generateRandomNumber.test.js.map +1 -1
- package/dist/extensions/math/v1/actions/multiply/multiply.test.js.map +1 -1
- package/dist/extensions/math/v1/actions/subtract/subtract.test.js.map +1 -1
- package/dist/extensions/math/v1/actions/sum/sum.test.js.map +1 -1
- package/dist/extensions/medplum/actions/addSideEffect/addSideEffect.test.js.map +1 -1
- package/dist/extensions/medplum/actions/createCalculationObservation/createCalculationObservation.test.js.map +1 -1
- package/dist/extensions/medplum/actions/createPatient/config/fields.d.ts +4 -4
- package/dist/extensions/medplum/actions/createPatient/createPatient.test.js.map +1 -1
- package/dist/extensions/medplum/actions/createServiceRequest/config/fields.d.ts +2 -2
- package/dist/extensions/medplum/actions/createServiceRequest/createServiceRequest.test.js.map +1 -1
- package/dist/extensions/medplum/actions/createTask/config/fields.d.ts +4 -4
- package/dist/extensions/medplum/actions/createTask/createTask.test.js.map +1 -1
- package/dist/extensions/medplum/actions/executeBot/executeBot.test.js.map +1 -1
- package/dist/extensions/medplum/actions/getAppointment/getAppointment.test.js.map +1 -1
- package/dist/extensions/medplum/actions/getPatient/getPatient.test.js.map +1 -1
- package/dist/extensions/medplum/actions/submitQuestionnaireResponse/submitQuestionnaireResponse.test.js.map +1 -1
- package/dist/extensions/medplum/fhir/schemas/resources/patient.schema.d.ts +4 -4
- package/dist/extensions/medplum/fhir/schemas/resources/serviceRequest.schema.d.ts +2 -2
- package/dist/extensions/medplum/fhir/schemas/resources/task.schema.d.ts +4 -4
- package/dist/extensions/messagebird/v1/actions/sendSms/sendSms.test.js.map +1 -1
- package/dist/extensions/messagebird/v1/actions/sendVoiceMessage/sendVoiceMessage.test.js.map +1 -1
- package/dist/extensions/messagebird/v1/actions/sendWhatsAppMessage/sendWhatsAppMessage.test.js.map +1 -1
- package/dist/extensions/metriport/actions/index.d.ts +1 -1
- package/dist/extensions/metriport/actions/patient/validation.d.ts +6 -6
- package/dist/extensions/nexuzhealth/v1/actions/sendDocumentation/sendDocumentation.test.js.map +1 -1
- package/dist/extensions/nexuzhealth/v1/actions/sendMessage/sendMessage.test.js.map +1 -1
- package/dist/extensions/nexuzhealth/v1/actions/sendQuestionnaire/sendQuestionnaire.test.js.map +1 -1
- package/dist/extensions/rest/actions/post/post.js +72 -28
- package/dist/extensions/rest/actions/post/post.js.map +1 -1
- package/dist/extensions/rest/actions/post/post.test.js +49 -0
- package/dist/extensions/rest/actions/post/post.test.js.map +1 -1
- package/dist/extensions/rest/lib/errors.d.ts +6 -0
- package/dist/extensions/rest/lib/errors.js +16 -0
- package/dist/extensions/rest/lib/errors.js.map +1 -0
- package/dist/extensions/sendbird/v1/actions/activateUser/activateUser.test.js.map +1 -1
- package/dist/extensions/sendbird/v1/actions/createCustomer/createCustomer.test.js.map +1 -1
- package/dist/extensions/sendbird/v1/actions/createTicket/createTicket.test.js.map +1 -1
- package/dist/extensions/sendbird/v1/actions/createUser/createUser.test.js.map +1 -1
- package/dist/extensions/sendbird/v1/actions/deactivateUser/deactivateUser.test.js.map +1 -1
- package/dist/extensions/sendbird/v1/actions/deleteMetadata/deleteMetadata.test.js.map +1 -1
- package/dist/extensions/sendbird/v1/actions/deleteUser/deleteUser.test.js.map +1 -1
- package/dist/extensions/sendbird/v1/actions/getCustomer/getCustomer.test.js.map +1 -1
- package/dist/extensions/sendbird/v1/actions/getUser/getUser.test.js.map +1 -1
- package/dist/extensions/sendbird/v1/actions/updateCustomerCustomFields/updateCustomerCustomFields.test.js.map +1 -1
- package/dist/extensions/sendbird/v1/actions/updateMetadata/updateMetadata.test.js.map +1 -1
- package/dist/extensions/sendbird/v1/actions/updateTicket/updateTicket.test.js.map +1 -1
- package/dist/extensions/sendbird/v1/actions/updateUser/updateUser.test.js.map +1 -1
- package/dist/extensions/sendgrid-extension/v1/actions/addOrUpdateContact/addOrUpdateContact.test.js.map +1 -1
- package/dist/extensions/sendgrid-extension/v1/actions/addOrUpdateContact/config/fields.d.ts +2 -2
- package/dist/extensions/sendgrid-extension/v1/actions/addSuppressions/addSuppressions.test.js.map +1 -1
- package/dist/extensions/sendgrid-extension/v1/actions/importStatus/importStatus.test.js.map +1 -1
- package/dist/extensions/sendgrid-extension/v1/actions/removeSuppressions/removeSuppressions.test.js.map +1 -1
- package/dist/extensions/sendgrid-extension/v1/actions/sendEmail/sendEmail.test.js.map +1 -1
- package/dist/extensions/sendgrid-extension/v1/actions/sendEmailWithTemplate/config/fields.d.ts +2 -2
- package/dist/extensions/sendgrid-extension/v1/actions/sendEmailWithTemplate/sendEmailWithTemplate.test.js.map +1 -1
- package/dist/extensions/sfdc/actions/createLead/createLead.test.js.map +1 -1
- package/dist/extensions/sfdc/actions/testAction/testAction.test.js.map +1 -1
- package/dist/extensions/sfdc/actions/updateLead/updateLead.test.js.map +1 -1
- package/dist/extensions/stripe/actions/createCustomer/createCustomer.test.js.map +1 -1
- package/dist/extensions/stripe/actions/createSubscription/createSubscription.test.js.map +1 -1
- package/dist/extensions/stripe/actions/embeddedCheckout/embeddedCheckout.test.js.map +1 -1
- package/dist/extensions/talkDesk/actions/triggerFlow/triggerFlow.test.js.map +1 -1
- package/dist/extensions/talkDesk/settings.d.ts +2 -2
- package/dist/extensions/textline/actions/getMessages/getMessages.test.js.map +1 -1
- package/dist/extensions/textline/actions/sendSms/sendSms.test.js +1 -1
- package/dist/extensions/textline/actions/sendSms/sendSms.test.js.map +1 -1
- package/dist/extensions/textline/actions/setContactConsent/setContactConsent.test.js.map +1 -1
- package/dist/extensions/transform/v1/actions/feetAndInchesToInches/feetAndInchesToInches.test.js.map +1 -1
- package/dist/extensions/transform/v1/actions/generateDynamicUrl/generateDynamicUrl.test.js.map +1 -1
- package/dist/extensions/transform/v1/actions/parseDateToUnixTimestamp/parseDateToUnixTimestamp.test.js.map +1 -1
- package/dist/extensions/transform/v1/actions/parseNumberToText/parseNumberToText.test.js.map +1 -1
- package/dist/extensions/transform/v1/actions/parseNumberToTextWithDictionary/parseNumberToTextWithDictionary.test.js.map +1 -1
- package/dist/extensions/transform/v1/actions/parseStringToPhoneNumber/parseStringToPhoneNumber.test.js.map +1 -1
- package/dist/extensions/transform/v1/actions/parseTextToNumber/parseTextToNumber.test.js.map +1 -1
- package/dist/extensions/transform/v1/actions/parseUnixTimestampToDate/parseUnixTimestampToDate.test.js.map +1 -1
- package/dist/extensions/transform/v1/actions/serializeJson/serializeJson.test.js.map +1 -1
- package/dist/extensions/twilio/v2/actions/createFlowExecution/config/actionSchema.d.ts +24 -24
- package/dist/extensions/twilio/v2/actions/getMessages/config/fields.d.ts +2 -2
- package/dist/extensions/twilio/v2/actions/getMessages/getMessages.test.js.map +1 -1
- package/dist/extensions/twilio/v2/actions/sendSms/sendSms.test.js.map +1 -1
- package/dist/extensions/twilio/v2/actions/sendSmsDuringBusinessHours/sendSmsDuringBusinessHours.test.js.map +1 -1
- package/dist/extensions/twilio/v2/actions/sendSmsWithMessagingSid/sendSmsWithMessagingService.test.js.map +1 -1
- package/dist/extensions/westFax/actions/sendFax/sendFax.test.js.map +1 -1
- package/dist/extensions/workramp/config.d.ts +1 -0
- package/dist/extensions/workramp/config.js +5 -0
- package/dist/extensions/workramp/config.js.map +1 -0
- package/dist/extensions/{icd → workramp}/index.d.ts +1 -1
- package/dist/extensions/workramp/index.js +19 -0
- package/dist/extensions/workramp/index.js.map +1 -0
- package/dist/extensions/workramp/settings.d.ts +1 -0
- package/dist/extensions/workramp/settings.js +5 -0
- package/dist/extensions/workramp/settings.js.map +1 -0
- package/dist/extensions/workramp/types/EventPayload.d.ts +49 -0
- package/dist/extensions/workramp/types/EventPayload.js +22 -0
- package/dist/extensions/workramp/types/EventPayload.js.map +1 -0
- package/dist/extensions/workramp/types/EventType.d.ts +13 -0
- package/dist/extensions/workramp/types/EventType.js +18 -0
- package/dist/extensions/workramp/types/EventType.js.map +1 -0
- package/dist/extensions/workramp/types/index.d.ts +2 -0
- package/dist/extensions/workramp/types/index.js +8 -0
- package/dist/extensions/workramp/types/index.js.map +1 -0
- package/dist/extensions/workramp/webhooks/EventWebhook.d.ts +12 -0
- package/dist/extensions/workramp/webhooks/EventWebhook.js +28 -0
- package/dist/extensions/workramp/webhooks/EventWebhook.js.map +1 -0
- package/dist/extensions/workramp/webhooks/index.d.ts +1 -0
- package/dist/extensions/workramp/webhooks/index.js +6 -0
- package/dist/extensions/workramp/webhooks/index.js.map +1 -0
- package/dist/extensions/zendesk/v1/actions/completeTask/completeTask.test.js.map +1 -1
- package/dist/extensions/zendesk/v1/actions/createTask/createTask.test.js.map +1 -1
- package/dist/extensions/zusHealth/validation/settings.zod.d.ts +5 -5
- package/dist/src/test-server.js +1 -3
- package/dist/src/test-server.js.map +1 -1
- package/dist/src/tests/constants.d.ts +24 -1
- package/dist/src/tests/constants.js +50 -1
- package/dist/src/tests/constants.js.map +1 -1
- package/package.json +4 -14
- package/dist/extensions/avaAi/common/sdk/openAiSdk.d.ts +0 -2
- package/dist/extensions/avaAi/common/sdk/openAiSdk.js +0 -5
- package/dist/extensions/avaAi/common/sdk/openAiSdk.js.map +0 -1
- package/dist/extensions/avaAi/index.d.ts +0 -2
- package/dist/extensions/avaAi/index.js +0 -21
- package/dist/extensions/avaAi/index.js.map +0 -1
- package/dist/extensions/avaAi/settings.d.ts +0 -18
- package/dist/extensions/avaAi/settings.js +0 -22
- package/dist/extensions/avaAi/settings.js.map +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/dataPoints.d.ts +0 -10
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/dataPoints.js +0 -15
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/dataPoints.js.map +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/fields.d.ts +0 -29
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/fields.js +0 -46
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/fields.js.map +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/index.d.ts +0 -2
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/index.js +0 -9
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/index.js.map +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.d.ts +0 -4
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.js +0 -83
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.js.map +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.test.d.ts +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.test.js +0 -27
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.test.js.map +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/index.d.ts +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/index.js +0 -6
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/index.js.map +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.d.ts +0 -3
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.js +0 -43
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.js.map +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.test.d.ts +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.test.js +0 -133
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.test.js.map +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/index.d.ts +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/index.js +0 -6
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/index.js.map +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/index.d.ts +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/index.js +0 -6
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/index.js.map +0 -1
- package/dist/extensions/avaAi/v1/actions/index.d.ts +0 -1
- package/dist/extensions/avaAi/v1/actions/index.js +0 -6
- package/dist/extensions/avaAi/v1/actions/index.js.map +0 -1
- package/dist/extensions/awell/v1/gql/fragment-masking.d.ts +0 -13
- package/dist/extensions/awell/v1/gql/fragment-masking.js +0 -12
- package/dist/extensions/awell/v1/gql/fragment-masking.js.map +0 -1
- package/dist/extensions/awell/v1/gql/gql.d.ts +0 -36
- package/dist/extensions/awell/v1/gql/gql.js +0 -47
- package/dist/extensions/awell/v1/gql/gql.js.map +0 -1
- package/dist/extensions/awell/v1/gql/index.d.ts +0 -2
- package/dist/extensions/awell/v1/gql/index.js +0 -19
- package/dist/extensions/awell/v1/gql/index.js.map +0 -1
- package/dist/extensions/calDotCom/actions/bookAppointment/component/BookAppointmentAction.d.ts +0 -9
- package/dist/extensions/calDotCom/actions/bookAppointment/component/BookAppointmentAction.js +0 -55
- package/dist/extensions/calDotCom/actions/bookAppointment/component/BookAppointmentAction.js.map +0 -1
- package/dist/extensions/calDotCom/actions/bookAppointment/component/types.d.ts +0 -10
- package/dist/extensions/calDotCom/actions/bookAppointment/component/types.js +0 -8
- package/dist/extensions/calDotCom/actions/bookAppointment/component/types.js.map +0 -1
- package/dist/extensions/calendly/webhooks/eventRescheduled.d.ts +0 -71
- package/dist/extensions/calendly/webhooks/eventRescheduled.js +0 -113
- package/dist/extensions/calendly/webhooks/eventRescheduled.js.map +0 -1
- package/dist/extensions/experimental/v1/actions/enterMedication/config/datapoints.d.ts +0 -6
- package/dist/extensions/experimental/v1/actions/enterMedication/config/datapoints.js +0 -10
- package/dist/extensions/experimental/v1/actions/enterMedication/config/datapoints.js.map +0 -1
- package/dist/extensions/experimental/v1/actions/enterMedication/config/fields.d.ts +0 -3
- package/dist/extensions/experimental/v1/actions/enterMedication/config/fields.js +0 -7
- package/dist/extensions/experimental/v1/actions/enterMedication/config/fields.js.map +0 -1
- package/dist/extensions/experimental/v1/actions/enterMedication/config/index.d.ts +0 -2
- package/dist/extensions/experimental/v1/actions/enterMedication/config/index.js +0 -9
- package/dist/extensions/experimental/v1/actions/enterMedication/config/index.js.map +0 -1
- package/dist/extensions/experimental/v1/actions/enterMedication/enterMedication.d.ts +0 -4
- package/dist/extensions/experimental/v1/actions/enterMedication/enterMedication.js +0 -24
- package/dist/extensions/experimental/v1/actions/enterMedication/enterMedication.js.map +0 -1
- package/dist/extensions/experimental/v1/actions/enterMedication/enterMedication.test.d.ts +0 -1
- package/dist/extensions/experimental/v1/actions/enterMedication/enterMedication.test.js +0 -21
- package/dist/extensions/experimental/v1/actions/enterMedication/enterMedication.test.js.map +0 -1
- package/dist/extensions/experimental/v1/actions/enterMedication/index.d.ts +0 -1
- package/dist/extensions/experimental/v1/actions/enterMedication/index.js +0 -6
- package/dist/extensions/experimental/v1/actions/enterMedication/index.js.map +0 -1
- package/dist/extensions/healthie/codegen.d.ts +0 -3
- package/dist/extensions/healthie/codegen.js +0 -20
- package/dist/extensions/healthie/codegen.js.map +0 -1
- package/dist/extensions/healthie/errors.d.ts +0 -9
- package/dist/extensions/healthie/errors.js +0 -42
- package/dist/extensions/healthie/errors.js.map +0 -1
- package/dist/extensions/healthie/gql/sdk.d.ts +0 -24576
- package/dist/extensions/healthie/gql/sdk.js +0 -1002
- package/dist/extensions/healthie/gql/sdk.js.map +0 -1
- package/dist/extensions/healthie/graphqlClient.d.ts +0 -5
- package/dist/extensions/healthie/graphqlClient.js +0 -31
- package/dist/extensions/healthie/graphqlClient.js.map +0 -1
- package/dist/extensions/healthie/graphqlClient.test.d.ts +0 -1
- package/dist/extensions/healthie/graphqlClient.test.js +0 -63
- package/dist/extensions/healthie/graphqlClient.test.js.map +0 -1
- package/dist/extensions/healthie/helpers.d.ts +0 -1
- package/dist/extensions/healthie/helpers.js +0 -18
- package/dist/extensions/healthie/helpers.js.map +0 -1
- package/dist/extensions/healthie/types.d.ts +0 -11
- package/dist/extensions/healthie/types.js +0 -3
- package/dist/extensions/healthie/types.js.map +0 -1
- package/dist/extensions/healthie/validation/createTask.zod.d.ts +0 -168
- package/dist/extensions/healthie/validation/createTask.zod.js +0 -113
- package/dist/extensions/healthie/validation/createTask.zod.js.map +0 -1
- package/dist/extensions/healthie/validation/dateValidation.d.ts +0 -11
- package/dist/extensions/healthie/validation/dateValidation.js +0 -27
- package/dist/extensions/healthie/validation/dateValidation.js.map +0 -1
- package/dist/extensions/healthie/validation/getPatient.zod.d.ts +0 -12
- package/dist/extensions/healthie/validation/getPatient.zod.js +0 -50
- package/dist/extensions/healthie/validation/getPatient.zod.js.map +0 -1
- package/dist/extensions/healthie/validation/sendFormCompletionRequest.zod.d.ts +0 -57
- package/dist/extensions/healthie/validation/sendFormCompletionRequest.zod.js +0 -106
- package/dist/extensions/healthie/validation/sendFormCompletionRequest.zod.js.map +0 -1
- package/dist/extensions/healthie/webhooks/appointmentCreated.test.d.ts +0 -1
- package/dist/extensions/healthie/webhooks/appointmentCreated.test.js +0 -61
- package/dist/extensions/healthie/webhooks/appointmentCreated.test.js.map +0 -1
- package/dist/extensions/healthie/webhooks/goalCreated.test.d.ts +0 -1
- package/dist/extensions/healthie/webhooks/goalCreated.test.js +0 -35
- package/dist/extensions/healthie/webhooks/goalCreated.test.js.map +0 -1
- package/dist/extensions/healthie/webhooks/goalDeleted.d.ts +0 -11
- package/dist/extensions/healthie/webhooks/goalDeleted.js +0 -30
- package/dist/extensions/healthie/webhooks/goalDeleted.js.map +0 -1
- package/dist/extensions/healthie/webhooks/metricEntryDeleted.d.ts +0 -11
- package/dist/extensions/healthie/webhooks/metricEntryDeleted.js +0 -30
- package/dist/extensions/healthie/webhooks/metricEntryDeleted.js.map +0 -1
- package/dist/extensions/healthie/webhooks/requestedFormCompletionDeleted.d.ts +0 -11
- package/dist/extensions/healthie/webhooks/requestedFormCompletionDeleted.js +0 -30
- package/dist/extensions/healthie/webhooks/requestedFormCompletionDeleted.js.map +0 -1
- package/dist/extensions/healthie/webhooks/taskDeleted.d.ts +0 -11
- package/dist/extensions/healthie/webhooks/taskDeleted.js +0 -30
- package/dist/extensions/healthie/webhooks/taskDeleted.js.map +0 -1
- package/dist/extensions/icd/actions/index.d.ts +0 -11
- package/dist/extensions/icd/actions/index.js +0 -7
- package/dist/extensions/icd/actions/index.js.map +0 -1
- package/dist/extensions/icd/actions/tfu/config/dataPoints.d.ts +0 -10
- package/dist/extensions/icd/actions/tfu/config/dataPoints.js +0 -14
- package/dist/extensions/icd/actions/tfu/config/dataPoints.js.map +0 -1
- package/dist/extensions/icd/actions/tfu/config/fields.d.ts +0 -25
- package/dist/extensions/icd/actions/tfu/config/fields.js +0 -49
- package/dist/extensions/icd/actions/tfu/config/fields.js.map +0 -1
- package/dist/extensions/icd/actions/tfu/config/helperFunctions.d.ts +0 -1
- package/dist/extensions/icd/actions/tfu/config/helperFunctions.js +0 -23
- package/dist/extensions/icd/actions/tfu/config/helperFunctions.js.map +0 -1
- package/dist/extensions/icd/actions/tfu/icd.d.ts +0 -6
- package/dist/extensions/icd/actions/tfu/icd.js +0 -59
- package/dist/extensions/icd/actions/tfu/icd.js.map +0 -1
- package/dist/extensions/icd/actions/tfu/index.d.ts +0 -1
- package/dist/extensions/icd/actions/tfu/index.js +0 -18
- package/dist/extensions/icd/actions/tfu/index.js.map +0 -1
- package/dist/extensions/icd/client.d.ts +0 -83
- package/dist/extensions/icd/client.js +0 -82
- package/dist/extensions/icd/client.js.map +0 -1
- package/dist/extensions/icd/index.js +0 -21
- package/dist/extensions/icd/index.js.map +0 -1
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/checkFlourishCustomer.d.ts +0 -11
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/checkFlourishCustomer.js +0 -39
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/checkFlourishCustomer.js.map +0 -1
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/checkFlourishCustomer.test.d.ts +0 -1
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/checkFlourishCustomer.test.js +0 -85
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/checkFlourishCustomer.test.js.map +0 -1
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/fields.d.ts +0 -18
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/fields.js +0 -18
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/fields.js.map +0 -1
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/index.d.ts +0 -2
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/index.js +0 -9
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/index.js.map +0 -1
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/settings.d.ts +0 -35
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/settings.js +0 -17
- package/dist/extensions/wellinks/actions/checkFlourishCustomer/config/settings.js.map +0 -1
- package/dist/extensions/wellinks/actions/checkForChat/checkForChat.d.ts +0 -33
- package/dist/extensions/wellinks/actions/checkForChat/checkForChat.js +0 -129
- package/dist/extensions/wellinks/actions/checkForChat/checkForChat.js.map +0 -1
- package/dist/extensions/wellinks/actions/checkForChat/checkForChat.test.d.ts +0 -1
- package/dist/extensions/wellinks/actions/checkForChat/checkForChat.test.js +0 -154
- package/dist/extensions/wellinks/actions/checkForChat/checkForChat.test.js.map +0 -1
- package/dist/extensions/wellinks/actions/checkForCheckInOverride/checkForCheckInOverride.d.ts +0 -26
- package/dist/extensions/wellinks/actions/checkForCheckInOverride/checkForCheckInOverride.js +0 -139
- package/dist/extensions/wellinks/actions/checkForCheckInOverride/checkForCheckInOverride.js.map +0 -1
- package/dist/extensions/wellinks/actions/checkForCheckInOverride/checkForCheckInOverride.test.d.ts +0 -1
- package/dist/extensions/wellinks/actions/checkForCheckInOverride/checkForCheckInOverride.test.js +0 -185
- package/dist/extensions/wellinks/actions/checkForCheckInOverride/checkForCheckInOverride.test.js.map +0 -1
- package/dist/extensions/wellinks/actions/checkForOverride/checkForOverride.d.ts +0 -23
- package/dist/extensions/wellinks/actions/checkForOverride/checkForOverride.js +0 -153
- package/dist/extensions/wellinks/actions/checkForOverride/checkForOverride.js.map +0 -1
- package/dist/extensions/wellinks/actions/checkForOverride/checkForOverride.test.d.ts +0 -1
- package/dist/extensions/wellinks/actions/checkForOverride/checkForOverride.test.js +0 -184
- package/dist/extensions/wellinks/actions/checkForOverride/checkForOverride.test.js.map +0 -1
- package/dist/extensions/wellinks/actions/checkForScheduledAppointment/checkForScheduledAppointment.d.ts +0 -26
- package/dist/extensions/wellinks/actions/checkForScheduledAppointment/checkForScheduledAppointment.js +0 -118
- package/dist/extensions/wellinks/actions/checkForScheduledAppointment/checkForScheduledAppointment.js.map +0 -1
- package/dist/extensions/wellinks/actions/checkForScheduledAppointment/checkForScheduledAppointment.test.d.ts +0 -1
- package/dist/extensions/wellinks/actions/checkForScheduledAppointment/checkForScheduledAppointment.test.js +0 -119
- package/dist/extensions/wellinks/actions/checkForScheduledAppointment/checkForScheduledAppointment.test.js.map +0 -1
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/config/fields.d.ts +0 -66
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/config/fields.js +0 -59
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/config/fields.js.map +0 -1
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/config/index.d.ts +0 -1
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/config/index.js +0 -6
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/config/index.js.map +0 -1
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.d.ts +0 -4
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.js +0 -80
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.js.map +0 -1
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.test.d.ts +0 -1
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.test.js +0 -47
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.test.js.map +0 -1
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/index.d.ts +0 -1
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/index.js +0 -6
- package/dist/extensions/wellinks/actions/createChartingNoteAdvanced/index.js.map +0 -1
- package/dist/extensions/wellinks/actions/createFlourishCustomer/config/fields.d.ts +0 -58
- package/dist/extensions/wellinks/actions/createFlourishCustomer/config/fields.js +0 -56
- package/dist/extensions/wellinks/actions/createFlourishCustomer/config/fields.js.map +0 -1
- package/dist/extensions/wellinks/actions/createFlourishCustomer/config/index.d.ts +0 -2
- package/dist/extensions/wellinks/actions/createFlourishCustomer/config/index.js +0 -9
- package/dist/extensions/wellinks/actions/createFlourishCustomer/config/index.js.map +0 -1
- package/dist/extensions/wellinks/actions/createFlourishCustomer/config/settings.d.ts +0 -35
- package/dist/extensions/wellinks/actions/createFlourishCustomer/config/settings.js +0 -17
- package/dist/extensions/wellinks/actions/createFlourishCustomer/config/settings.js.map +0 -1
- package/dist/extensions/wellinks/actions/createFlourishCustomer/createFlourishCustomer.d.ts +0 -11
- package/dist/extensions/wellinks/actions/createFlourishCustomer/createFlourishCustomer.js +0 -56
- package/dist/extensions/wellinks/actions/createFlourishCustomer/createFlourishCustomer.js.map +0 -1
- package/dist/extensions/wellinks/actions/createFlourishCustomer/createFlourishCustomer.test.d.ts +0 -1
- package/dist/extensions/wellinks/actions/createFlourishCustomer/createFlourishCustomer.test.js +0 -53
- package/dist/extensions/wellinks/actions/createFlourishCustomer/createFlourishCustomer.test.js.map +0 -1
- package/dist/extensions/wellinks/actions/index.d.ts +0 -967
- package/dist/extensions/wellinks/actions/index.js +0 -24
- package/dist/extensions/wellinks/actions/index.js.map +0 -1
- package/dist/extensions/wellinks/actions/insertMemberListEvent/config/fields.d.ts +0 -78
- package/dist/extensions/wellinks/actions/insertMemberListEvent/config/fields.js +0 -66
- package/dist/extensions/wellinks/actions/insertMemberListEvent/config/fields.js.map +0 -1
- package/dist/extensions/wellinks/actions/insertMemberListEvent/config/index.d.ts +0 -2
- package/dist/extensions/wellinks/actions/insertMemberListEvent/config/index.js +0 -9
- package/dist/extensions/wellinks/actions/insertMemberListEvent/config/index.js.map +0 -1
- package/dist/extensions/wellinks/actions/insertMemberListEvent/config/settings.d.ts +0 -35
- package/dist/extensions/wellinks/actions/insertMemberListEvent/config/settings.js +0 -11
- package/dist/extensions/wellinks/actions/insertMemberListEvent/config/settings.js.map +0 -1
- package/dist/extensions/wellinks/actions/insertMemberListEvent/insertMemberListEvent.d.ts +0 -11
- package/dist/extensions/wellinks/actions/insertMemberListEvent/insertMemberListEvent.js +0 -75
- package/dist/extensions/wellinks/actions/insertMemberListEvent/insertMemberListEvent.js.map +0 -1
- package/dist/extensions/wellinks/actions/insertMemberListEvent/insertMemberListEvent.test.d.ts +0 -1
- package/dist/extensions/wellinks/actions/insertMemberListEvent/insertMemberListEvent.test.js +0 -133
- package/dist/extensions/wellinks/actions/insertMemberListEvent/insertMemberListEvent.test.js.map +0 -1
- package/dist/extensions/wellinks/actions/submitPamSurvey/config/fields.d.ts +0 -188
- package/dist/extensions/wellinks/actions/submitPamSurvey/config/fields.js +0 -160
- package/dist/extensions/wellinks/actions/submitPamSurvey/config/fields.js.map +0 -1
- package/dist/extensions/wellinks/actions/submitPamSurvey/config/index.d.ts +0 -2
- package/dist/extensions/wellinks/actions/submitPamSurvey/config/index.js +0 -9
- package/dist/extensions/wellinks/actions/submitPamSurvey/config/index.js.map +0 -1
- package/dist/extensions/wellinks/actions/submitPamSurvey/config/settings.d.ts +0 -35
- package/dist/extensions/wellinks/actions/submitPamSurvey/config/settings.js +0 -17
- package/dist/extensions/wellinks/actions/submitPamSurvey/config/settings.js.map +0 -1
- package/dist/extensions/wellinks/actions/submitPamSurvey/submitPamSurvey.d.ts +0 -19
- package/dist/extensions/wellinks/actions/submitPamSurvey/submitPamSurvey.js +0 -66
- package/dist/extensions/wellinks/actions/submitPamSurvey/submitPamSurvey.js.map +0 -1
- package/dist/extensions/wellinks/actions/submitPamSurvey/submitPamSurvey.test.d.ts +0 -1
- package/dist/extensions/wellinks/actions/submitPamSurvey/submitPamSurvey.test.js +0 -125
- package/dist/extensions/wellinks/actions/submitPamSurvey/submitPamSurvey.test.js.map +0 -1
- package/dist/extensions/wellinks/api/clients/wellinksClient.d.ts +0 -16
- package/dist/extensions/wellinks/api/clients/wellinksClient.js +0 -40
- package/dist/extensions/wellinks/api/clients/wellinksClient.js.map +0 -1
- package/dist/extensions/wellinks/api/clients/wellinksFlourishClient.d.ts +0 -14
- package/dist/extensions/wellinks/api/clients/wellinksFlourishClient.js +0 -195
- package/dist/extensions/wellinks/api/clients/wellinksFlourishClient.js.map +0 -1
- package/dist/extensions/wellinks/api/clients/wellinksGraphqlClient.d.ts +0 -3
- package/dist/extensions/wellinks/api/clients/wellinksGraphqlClient.js +0 -23
- package/dist/extensions/wellinks/api/clients/wellinksGraphqlClient.js.map +0 -1
- package/dist/extensions/wellinks/api/test/wellinksFlourishClient.test.d.ts +0 -1
- package/dist/extensions/wellinks/api/test/wellinksFlourishClient.test.js +0 -192
- package/dist/extensions/wellinks/api/test/wellinksFlourishClient.test.js.map +0 -1
- package/dist/extensions/wellinks/codegen.d.ts +0 -3
- package/dist/extensions/wellinks/codegen.js +0 -21
- package/dist/extensions/wellinks/codegen.js.map +0 -1
- package/dist/extensions/wellinks/config/settings.d.ts +0 -107
- package/dist/extensions/wellinks/config/settings.js +0 -89
- package/dist/extensions/wellinks/config/settings.js.map +0 -1
- package/dist/extensions/wellinks/config/types.d.ts +0 -5
- package/dist/extensions/wellinks/config/types.js +0 -3
- package/dist/extensions/wellinks/config/types.js.map +0 -1
- package/dist/extensions/wellinks/gql/wellinksSdk.d.ts +0 -24053
- package/dist/extensions/wellinks/gql/wellinksSdk.js +0 -619
- package/dist/extensions/wellinks/gql/wellinksSdk.js.map +0 -1
- package/dist/extensions/wellinks/graphql/mutations.d.ts +0 -1
- package/dist/extensions/wellinks/graphql/mutations.js +0 -17
- package/dist/extensions/wellinks/graphql/mutations.js.map +0 -1
- package/dist/extensions/wellinks/graphql/queries.d.ts +0 -4
- package/dist/extensions/wellinks/graphql/queries.js +0 -58
- package/dist/extensions/wellinks/graphql/queries.js.map +0 -1
- package/dist/extensions/wellinks/index.d.ts +0 -2
- package/dist/extensions/wellinks/index.js +0 -20
- package/dist/extensions/wellinks/index.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.d.ts +0 -11
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.js +0 -39
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.test.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.test.js +0 -85
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/checkFlourishCustomer.test.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/fields.d.ts +0 -18
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/fields.js +0 -18
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/fields.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/index.d.ts +0 -2
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/index.js +0 -9
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/index.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/settings.d.ts +0 -35
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/settings.js +0 -17
- package/dist/extensions/wellinks-public/actions/checkFlourishCustomer/config/settings.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.d.ts +0 -33
- package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.js +0 -129
- package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.test.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.test.js +0 -154
- package/dist/extensions/wellinks-public/actions/checkForChat/checkForChat.test.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.d.ts +0 -26
- package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.js +0 -139
- package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.test.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.test.js +0 -185
- package/dist/extensions/wellinks-public/actions/checkForCheckInOverride/checkForCheckInOverride.test.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.d.ts +0 -23
- package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.js +0 -153
- package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.test.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.test.js +0 -184
- package/dist/extensions/wellinks-public/actions/checkForOverride/checkForOverride.test.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.d.ts +0 -26
- package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.js +0 -118
- package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.test.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.test.js +0 -119
- package/dist/extensions/wellinks-public/actions/checkForScheduledAppointment/checkForScheduledAppointment.test.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/fields.d.ts +0 -82
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/fields.js +0 -78
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/fields.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/index.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/index.js +0 -6
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/config/index.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced-fail.test.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced-fail.test.js +0 -152
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced-fail.test.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.d.ts +0 -4
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.js +0 -86
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.test.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.test.js +0 -42
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/createChartingNoteAdvanced.test.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/index.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/index.js +0 -6
- package/dist/extensions/wellinks-public/actions/createChartingNoteAdvanced/index.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/fields.d.ts +0 -58
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/fields.js +0 -56
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/fields.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/index.d.ts +0 -2
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/index.js +0 -9
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/index.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/settings.d.ts +0 -35
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/settings.js +0 -17
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/config/settings.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.d.ts +0 -11
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.js +0 -56
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.test.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.test.js +0 -53
- package/dist/extensions/wellinks-public/actions/createFlourishCustomer/createFlourishCustomer.test.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/index.d.ts +0 -967
- package/dist/extensions/wellinks-public/actions/index.js +0 -24
- package/dist/extensions/wellinks-public/actions/index.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/fields.d.ts +0 -78
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/fields.js +0 -66
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/fields.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/index.d.ts +0 -2
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/index.js +0 -9
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/index.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/settings.d.ts +0 -38
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/settings.js +0 -11
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/config/settings.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.d.ts +0 -11
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.js +0 -75
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.test.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.test.js +0 -133
- package/dist/extensions/wellinks-public/actions/insertMemberListEvent/insertMemberListEvent.test.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/fields.d.ts +0 -188
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/fields.js +0 -160
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/fields.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/index.d.ts +0 -2
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/index.js +0 -9
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/index.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/settings.d.ts +0 -35
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/settings.js +0 -17
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/config/settings.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.d.ts +0 -19
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.js +0 -66
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.js.map +0 -1
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.test.d.ts +0 -1
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.test.js +0 -125
- package/dist/extensions/wellinks-public/actions/submitPamSurvey/submitPamSurvey.test.js.map +0 -1
- package/dist/extensions/wellinks-public/api/clients/wellinksClient.d.ts +0 -16
- package/dist/extensions/wellinks-public/api/clients/wellinksClient.js +0 -40
- package/dist/extensions/wellinks-public/api/clients/wellinksClient.js.map +0 -1
- package/dist/extensions/wellinks-public/api/clients/wellinksFlourishClient.d.ts +0 -14
- package/dist/extensions/wellinks-public/api/clients/wellinksFlourishClient.js +0 -201
- package/dist/extensions/wellinks-public/api/clients/wellinksFlourishClient.js.map +0 -1
- package/dist/extensions/wellinks-public/api/clients/wellinksGraphqlClient.d.ts +0 -3
- package/dist/extensions/wellinks-public/api/clients/wellinksGraphqlClient.js +0 -23
- package/dist/extensions/wellinks-public/api/clients/wellinksGraphqlClient.js.map +0 -1
- package/dist/extensions/wellinks-public/api/test/wellinksFlourishClient.test.d.ts +0 -1
- package/dist/extensions/wellinks-public/api/test/wellinksFlourishClient.test.js +0 -192
- package/dist/extensions/wellinks-public/api/test/wellinksFlourishClient.test.js.map +0 -1
- package/dist/extensions/wellinks-public/codegen.d.ts +0 -3
- package/dist/extensions/wellinks-public/codegen.js +0 -21
- package/dist/extensions/wellinks-public/codegen.js.map +0 -1
- package/dist/extensions/wellinks-public/config/settings.d.ts +0 -107
- package/dist/extensions/wellinks-public/config/settings.js +0 -89
- package/dist/extensions/wellinks-public/config/settings.js.map +0 -1
- package/dist/extensions/wellinks-public/config/types.d.ts +0 -5
- package/dist/extensions/wellinks-public/config/types.js +0 -3
- package/dist/extensions/wellinks-public/config/types.js.map +0 -1
- package/dist/extensions/wellinks-public/gql/wellinksSdk.d.ts +0 -24110
- package/dist/extensions/wellinks-public/gql/wellinksSdk.js +0 -635
- package/dist/extensions/wellinks-public/gql/wellinksSdk.js.map +0 -1
- package/dist/extensions/wellinks-public/graphql/mutations.d.ts +0 -1
- package/dist/extensions/wellinks-public/graphql/mutations.js +0 -17
- package/dist/extensions/wellinks-public/graphql/mutations.js.map +0 -1
- package/dist/extensions/wellinks-public/graphql/queries.d.ts +0 -5
- package/dist/extensions/wellinks-public/graphql/queries.js +0 -66
- package/dist/extensions/wellinks-public/graphql/queries.js.map +0 -1
- package/dist/extensions/wellinks-public/index.d.ts +0 -2
- package/dist/extensions/wellinks-public/index.js +0 -20
- package/dist/extensions/wellinks-public/index.js.map +0 -1
- package/dist/src/types/OrchestrationTypes.d.ts +0 -2065
- package/dist/src/types/OrchestrationTypes.js +0 -266
- package/dist/src/types/OrchestrationTypes.js.map +0 -1
- package/dist/src/types/index.d.ts +0 -1
- package/dist/src/types/index.js +0 -18
- package/dist/src/types/index.js.map +0 -1
- package/dist/src/utils/mapToObject.d.ts +0 -4
- package/dist/src/utils/mapToObject.js +0 -18
- package/dist/src/utils/mapToObject.js.map +0 -1
@@ -1,2065 +0,0 @@
|
|
1
|
-
export type Maybe<T> = T | null;
|
2
|
-
export type InputMaybe<T> = Maybe<T>;
|
3
|
-
export type Exact<T extends {
|
4
|
-
[key: string]: unknown;
|
5
|
-
}> = {
|
6
|
-
[K in keyof T]: T[K];
|
7
|
-
};
|
8
|
-
export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
9
|
-
[SubKey in K]?: Maybe<T[SubKey]>;
|
10
|
-
};
|
11
|
-
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
12
|
-
[SubKey in K]: Maybe<T[SubKey]>;
|
13
|
-
};
|
14
|
-
/** All built-in and custom scalars, mapped to their actual values */
|
15
|
-
export type Scalars = {
|
16
|
-
ID: string;
|
17
|
-
String: string;
|
18
|
-
Boolean: boolean;
|
19
|
-
Int: number;
|
20
|
-
Float: number;
|
21
|
-
/** Safe date scalar that can serialize string or date */
|
22
|
-
SafeDate: any;
|
23
|
-
};
|
24
|
-
export type ActionComponent = {
|
25
|
-
__typename?: 'ActionComponent';
|
26
|
-
definition_id?: Maybe<Scalars['String']>;
|
27
|
-
release_id?: Maybe<Scalars['String']>;
|
28
|
-
title?: Maybe<Scalars['String']>;
|
29
|
-
};
|
30
|
-
export type ActionPayload = Payload & {
|
31
|
-
__typename?: 'ActionPayload';
|
32
|
-
calculationId: Scalars['String'];
|
33
|
-
code: Scalars['String'];
|
34
|
-
success: Scalars['Boolean'];
|
35
|
-
};
|
36
|
-
export declare enum ActionType {
|
37
|
-
ApiCall = "API_CALL",
|
38
|
-
ApiCallGraphql = "API_CALL_GRAPHQL",
|
39
|
-
Calculation = "CALCULATION",
|
40
|
-
Checklist = "CHECKLIST",
|
41
|
-
ClinicalNote = "CLINICAL_NOTE",
|
42
|
-
Form = "FORM",
|
43
|
-
Message = "MESSAGE",
|
44
|
-
Plugin = "PLUGIN",
|
45
|
-
PushToEmr = "PUSH_TO_EMR"
|
46
|
-
}
|
47
|
-
export type ActivitiesPayload = PaginationAndSortingPayload & {
|
48
|
-
__typename?: 'ActivitiesPayload';
|
49
|
-
activities: Array<Activity>;
|
50
|
-
code: Scalars['String'];
|
51
|
-
metadata?: Maybe<ActivityMetadata>;
|
52
|
-
pagination?: Maybe<PaginationOutput>;
|
53
|
-
sorting?: Maybe<SortingOutput>;
|
54
|
-
success: Scalars['Boolean'];
|
55
|
-
};
|
56
|
-
export type Activity = {
|
57
|
-
__typename?: 'Activity';
|
58
|
-
action: ActivityAction;
|
59
|
-
action_component?: Maybe<ActionComponent>;
|
60
|
-
container_name?: Maybe<Scalars['String']>;
|
61
|
-
context?: Maybe<PathwayContext>;
|
62
|
-
date: Scalars['String'];
|
63
|
-
form?: Maybe<Form>;
|
64
|
-
/** Form display mode can either be conversational (1 question at a time) or regular (all questions at once). Only used in hosted pages for now. */
|
65
|
-
form_display_mode?: Maybe<FormDisplayMode>;
|
66
|
-
/** Url for icon, only used by extensions custom actions */
|
67
|
-
icon_url?: Maybe<Scalars['String']>;
|
68
|
-
id: Scalars['ID'];
|
69
|
-
indirect_object?: Maybe<ActivityObject>;
|
70
|
-
isUserActivity: Scalars['Boolean'];
|
71
|
-
label?: Maybe<ActivityLabel>;
|
72
|
-
object: ActivityObject;
|
73
|
-
public?: Maybe<Scalars['Boolean']>;
|
74
|
-
reference_id: Scalars['String'];
|
75
|
-
resolution?: Maybe<ActivityResolution>;
|
76
|
-
session_id?: Maybe<Scalars['String']>;
|
77
|
-
stakeholders?: Maybe<Array<ActivityObject>>;
|
78
|
-
status: ActivityStatus;
|
79
|
-
stream_id: Scalars['String'];
|
80
|
-
sub_activities: Array<SubActivity>;
|
81
|
-
subject: ActivitySubject;
|
82
|
-
track?: Maybe<ActivityTrack>;
|
83
|
-
};
|
84
|
-
export declare enum ActivityAction {
|
85
|
-
Activate = "ACTIVATE",
|
86
|
-
Added = "ADDED",
|
87
|
-
Assigned = "ASSIGNED",
|
88
|
-
Complete = "COMPLETE",
|
89
|
-
Computed = "COMPUTED",
|
90
|
-
Delegated = "DELEGATED",
|
91
|
-
Deliver = "DELIVER",
|
92
|
-
Discarded = "DISCARDED",
|
93
|
-
Expired = "EXPIRED",
|
94
|
-
Failed = "FAILED",
|
95
|
-
FailedToSend = "FAILED_TO_SEND",
|
96
|
-
Generated = "GENERATED",
|
97
|
-
IsWaitingOn = "IS_WAITING_ON",
|
98
|
-
Postponed = "POSTPONED",
|
99
|
-
Processed = "PROCESSED",
|
100
|
-
Read = "READ",
|
101
|
-
Remind = "REMIND",
|
102
|
-
Reported = "REPORTED",
|
103
|
-
Scheduled = "SCHEDULED",
|
104
|
-
Send = "SEND",
|
105
|
-
Skipped = "SKIPPED",
|
106
|
-
Stopped = "STOPPED",
|
107
|
-
Submitted = "SUBMITTED"
|
108
|
-
}
|
109
|
-
export type ActivityLabel = {
|
110
|
-
__typename?: 'ActivityLabel';
|
111
|
-
color: Scalars['String'];
|
112
|
-
id?: Maybe<Scalars['String']>;
|
113
|
-
text: Scalars['String'];
|
114
|
-
};
|
115
|
-
export type ActivityMetadata = {
|
116
|
-
__typename?: 'ActivityMetadata';
|
117
|
-
stakeholders?: Maybe<Array<ActivityObject>>;
|
118
|
-
};
|
119
|
-
export type ActivityObject = {
|
120
|
-
__typename?: 'ActivityObject';
|
121
|
-
email?: Maybe<Scalars['String']>;
|
122
|
-
id: Scalars['String'];
|
123
|
-
name: Scalars['String'];
|
124
|
-
preferred_language?: Maybe<Scalars['String']>;
|
125
|
-
type: ActivityObjectType;
|
126
|
-
};
|
127
|
-
export declare enum ActivityObjectType {
|
128
|
-
Action = "ACTION",
|
129
|
-
ApiCall = "API_CALL",
|
130
|
-
Calculation = "CALCULATION",
|
131
|
-
Checklist = "CHECKLIST",
|
132
|
-
ClinicalNote = "CLINICAL_NOTE",
|
133
|
-
EmrReport = "EMR_REPORT",
|
134
|
-
EmrRequest = "EMR_REQUEST",
|
135
|
-
EvaluatedRule = "EVALUATED_RULE",
|
136
|
-
Form = "FORM",
|
137
|
-
Message = "MESSAGE",
|
138
|
-
Pathway = "PATHWAY",
|
139
|
-
Patient = "PATIENT",
|
140
|
-
Plugin = "PLUGIN",
|
141
|
-
PluginAction = "PLUGIN_ACTION",
|
142
|
-
Reminder = "REMINDER",
|
143
|
-
Stakeholder = "STAKEHOLDER",
|
144
|
-
Step = "STEP",
|
145
|
-
Track = "TRACK",
|
146
|
-
User = "USER"
|
147
|
-
}
|
148
|
-
export declare enum ActivityResolution {
|
149
|
-
Expired = "EXPIRED",
|
150
|
-
Failure = "FAILURE",
|
151
|
-
Success = "SUCCESS"
|
152
|
-
}
|
153
|
-
export declare enum ActivityStatus {
|
154
|
-
Active = "ACTIVE",
|
155
|
-
Canceled = "CANCELED",
|
156
|
-
Done = "DONE",
|
157
|
-
Expired = "EXPIRED",
|
158
|
-
Failed = "FAILED"
|
159
|
-
}
|
160
|
-
export type ActivitySubject = {
|
161
|
-
__typename?: 'ActivitySubject';
|
162
|
-
id?: Maybe<Scalars['String']>;
|
163
|
-
name: Scalars['String'];
|
164
|
-
type: ActivitySubjectType;
|
165
|
-
};
|
166
|
-
export declare enum ActivitySubjectType {
|
167
|
-
ApiCall = "API_CALL",
|
168
|
-
Awell = "AWELL",
|
169
|
-
Plugin = "PLUGIN",
|
170
|
-
Stakeholder = "STAKEHOLDER",
|
171
|
-
User = "USER"
|
172
|
-
}
|
173
|
-
export type ActivityTrack = {
|
174
|
-
__typename?: 'ActivityTrack';
|
175
|
-
id?: Maybe<Scalars['String']>;
|
176
|
-
title: Scalars['String'];
|
177
|
-
};
|
178
|
-
export type AddIdentifierToPatientInput = {
|
179
|
-
identifier: IdentifierInput;
|
180
|
-
patient_id: Scalars['String'];
|
181
|
-
};
|
182
|
-
export type AddIdentifierToPatientPayload = Payload & {
|
183
|
-
__typename?: 'AddIdentifierToPatientPayload';
|
184
|
-
code: Scalars['String'];
|
185
|
-
patient?: Maybe<User>;
|
186
|
-
success: Scalars['Boolean'];
|
187
|
-
};
|
188
|
-
export type AddTrackInput = {
|
189
|
-
pathway_id: Scalars['String'];
|
190
|
-
track_id: Scalars['String'];
|
191
|
-
};
|
192
|
-
export type AddTrackPayload = Payload & {
|
193
|
-
__typename?: 'AddTrackPayload';
|
194
|
-
code: Scalars['String'];
|
195
|
-
success: Scalars['Boolean'];
|
196
|
-
};
|
197
|
-
export type Address = {
|
198
|
-
__typename?: 'Address';
|
199
|
-
city?: Maybe<Scalars['String']>;
|
200
|
-
country?: Maybe<Scalars['String']>;
|
201
|
-
state?: Maybe<Scalars['String']>;
|
202
|
-
street?: Maybe<Scalars['String']>;
|
203
|
-
zip?: Maybe<Scalars['String']>;
|
204
|
-
};
|
205
|
-
export type AddressInput = {
|
206
|
-
city?: InputMaybe<Scalars['String']>;
|
207
|
-
country?: InputMaybe<Scalars['String']>;
|
208
|
-
state?: InputMaybe<Scalars['String']>;
|
209
|
-
street?: InputMaybe<Scalars['String']>;
|
210
|
-
zip?: InputMaybe<Scalars['String']>;
|
211
|
-
};
|
212
|
-
export declare enum AllowedDatesOptions {
|
213
|
-
All = "ALL",
|
214
|
-
Future = "FUTURE",
|
215
|
-
Past = "PAST"
|
216
|
-
}
|
217
|
-
export type Answer = {
|
218
|
-
__typename?: 'Answer';
|
219
|
-
label?: Maybe<Scalars['String']>;
|
220
|
-
question_id: Scalars['String'];
|
221
|
-
value: Scalars['String'];
|
222
|
-
value_type: DataPointValueType;
|
223
|
-
};
|
224
|
-
export type AnswerInput = {
|
225
|
-
question_id: Scalars['String'];
|
226
|
-
value: Scalars['String'];
|
227
|
-
};
|
228
|
-
export type ApiCall = {
|
229
|
-
__typename?: 'ApiCall';
|
230
|
-
created_at: Scalars['String'];
|
231
|
-
id: Scalars['ID'];
|
232
|
-
request: ApiCallRequest;
|
233
|
-
responses: Array<ApiCallResponse>;
|
234
|
-
status: ApiCallStatus;
|
235
|
-
title: Scalars['String'];
|
236
|
-
};
|
237
|
-
export type ApiCallHeader = {
|
238
|
-
__typename?: 'ApiCallHeader';
|
239
|
-
key: Scalars['String'];
|
240
|
-
value: Scalars['String'];
|
241
|
-
};
|
242
|
-
export type ApiCallPayload = Payload & {
|
243
|
-
__typename?: 'ApiCallPayload';
|
244
|
-
api_call: ApiCall;
|
245
|
-
code: Scalars['String'];
|
246
|
-
success: Scalars['Boolean'];
|
247
|
-
};
|
248
|
-
export type ApiCallRequest = {
|
249
|
-
__typename?: 'ApiCallRequest';
|
250
|
-
body?: Maybe<Scalars['String']>;
|
251
|
-
endpoint: Scalars['String'];
|
252
|
-
headers: Array<ApiCallHeader>;
|
253
|
-
method: ApiCallRequestMethod;
|
254
|
-
};
|
255
|
-
export declare enum ApiCallRequestMethod {
|
256
|
-
Delete = "DELETE",
|
257
|
-
Get = "GET",
|
258
|
-
Patch = "PATCH",
|
259
|
-
Post = "POST",
|
260
|
-
Put = "PUT"
|
261
|
-
}
|
262
|
-
export type ApiCallResponse = {
|
263
|
-
__typename?: 'ApiCallResponse';
|
264
|
-
body: Scalars['String'];
|
265
|
-
date: Scalars['String'];
|
266
|
-
status: Scalars['Float'];
|
267
|
-
};
|
268
|
-
export declare enum ApiCallStatus {
|
269
|
-
Failed = "Failed",
|
270
|
-
InProgress = "InProgress",
|
271
|
-
Pending = "Pending",
|
272
|
-
PermanentlyFailed = "PermanentlyFailed",
|
273
|
-
Skipped = "Skipped",
|
274
|
-
Success = "Success"
|
275
|
-
}
|
276
|
-
export type ApiCallsPayload = Payload & {
|
277
|
-
__typename?: 'ApiCallsPayload';
|
278
|
-
api_calls: Array<ApiCall>;
|
279
|
-
code: Scalars['String'];
|
280
|
-
success: Scalars['Boolean'];
|
281
|
-
};
|
282
|
-
export type ApiPathwayContext = {
|
283
|
-
__typename?: 'ApiPathwayContext';
|
284
|
-
id: Scalars['String'];
|
285
|
-
pathway_definition_id: Scalars['String'];
|
286
|
-
patient_id?: Maybe<Scalars['String']>;
|
287
|
-
start_date?: Maybe<Scalars['String']>;
|
288
|
-
};
|
289
|
-
export type AuditTrail = {
|
290
|
-
__typename?: 'AuditTrail';
|
291
|
-
date: Scalars['SafeDate'];
|
292
|
-
user_email?: Maybe<Scalars['String']>;
|
293
|
-
user_id: Scalars['String'];
|
294
|
-
};
|
295
|
-
export type BaselineDataPoint = {
|
296
|
-
__typename?: 'BaselineDataPoint';
|
297
|
-
definition: DataPointDefinition;
|
298
|
-
value?: Maybe<Scalars['String']>;
|
299
|
-
};
|
300
|
-
export type BaselineInfoInput = {
|
301
|
-
data_point_definition_id: Scalars['String'];
|
302
|
-
value: Scalars['String'];
|
303
|
-
};
|
304
|
-
export type BaselineInfoPayload = Payload & {
|
305
|
-
__typename?: 'BaselineInfoPayload';
|
306
|
-
baselineDataPoints: Array<BaselineDataPoint>;
|
307
|
-
code: Scalars['String'];
|
308
|
-
success: Scalars['Boolean'];
|
309
|
-
};
|
310
|
-
export declare enum BooleanOperator {
|
311
|
-
And = "AND",
|
312
|
-
Or = "OR"
|
313
|
-
}
|
314
|
-
export type BrandingSettings = {
|
315
|
-
__typename?: 'BrandingSettings';
|
316
|
-
accent_color?: Maybe<Scalars['String']>;
|
317
|
-
custom_theme?: Maybe<Scalars['String']>;
|
318
|
-
/** Auto progress to the next question when using the conversational display mode in Hosted Pages. */
|
319
|
-
hosted_page_auto_progress?: Maybe<Scalars['Boolean']>;
|
320
|
-
/** Automatically save question answers locally in Hosted Pages */
|
321
|
-
hosted_page_autosave?: Maybe<Scalars['Boolean']>;
|
322
|
-
hosted_page_title?: Maybe<Scalars['String']>;
|
323
|
-
logo_url?: Maybe<Scalars['String']>;
|
324
|
-
};
|
325
|
-
export type CalculationResultsPayload = Payload & {
|
326
|
-
__typename?: 'CalculationResultsPayload';
|
327
|
-
code: Scalars['String'];
|
328
|
-
result: Array<SingleCalculationResult>;
|
329
|
-
success: Scalars['Boolean'];
|
330
|
-
};
|
331
|
-
export type CancelScheduledTracksInput = {
|
332
|
-
ids: Array<Scalars['String']>;
|
333
|
-
};
|
334
|
-
export type CancelScheduledTracksPayload = Payload & {
|
335
|
-
__typename?: 'CancelScheduledTracksPayload';
|
336
|
-
code: Scalars['String'];
|
337
|
-
success: Scalars['Boolean'];
|
338
|
-
unscheduled_ids: Array<Scalars['String']>;
|
339
|
-
};
|
340
|
-
export type Checklist = {
|
341
|
-
__typename?: 'Checklist';
|
342
|
-
items: Array<Scalars['String']>;
|
343
|
-
title: Scalars['String'];
|
344
|
-
};
|
345
|
-
export type ChecklistPayload = Payload & {
|
346
|
-
__typename?: 'ChecklistPayload';
|
347
|
-
checklist?: Maybe<Checklist>;
|
348
|
-
code: Scalars['String'];
|
349
|
-
success: Scalars['Boolean'];
|
350
|
-
};
|
351
|
-
export type ChoiceRangeConfig = {
|
352
|
-
__typename?: 'ChoiceRangeConfig';
|
353
|
-
enabled?: Maybe<Scalars['Boolean']>;
|
354
|
-
max?: Maybe<Scalars['Float']>;
|
355
|
-
min?: Maybe<Scalars['Float']>;
|
356
|
-
};
|
357
|
-
export type ClinicalNotePayload = Payload & {
|
358
|
-
__typename?: 'ClinicalNotePayload';
|
359
|
-
clinical_note: GeneratedClinicalNote;
|
360
|
-
code: Scalars['String'];
|
361
|
-
success: Scalars['Boolean'];
|
362
|
-
};
|
363
|
-
export type CompleteExtensionActivityInput = {
|
364
|
-
activity_id: Scalars['String'];
|
365
|
-
data_points: Array<ExtensionDataPointInput>;
|
366
|
-
};
|
367
|
-
export type CompleteExtensionActivityPayload = Payload & {
|
368
|
-
__typename?: 'CompleteExtensionActivityPayload';
|
369
|
-
activity: Activity;
|
370
|
-
code: Scalars['String'];
|
371
|
-
success: Scalars['Boolean'];
|
372
|
-
};
|
373
|
-
export type Condition = {
|
374
|
-
__typename?: 'Condition';
|
375
|
-
id: Scalars['ID'];
|
376
|
-
operand?: Maybe<Operand>;
|
377
|
-
operator?: Maybe<ConditionOperator>;
|
378
|
-
reference?: Maybe<Scalars['String']>;
|
379
|
-
reference_key?: Maybe<Scalars['String']>;
|
380
|
-
};
|
381
|
-
export declare enum ConditionOperandType {
|
382
|
-
Boolean = "BOOLEAN",
|
383
|
-
DataPoint = "DATA_POINT",
|
384
|
-
DataSource = "DATA_SOURCE",
|
385
|
-
Number = "NUMBER",
|
386
|
-
NumbersArray = "NUMBERS_ARRAY",
|
387
|
-
String = "STRING",
|
388
|
-
StringsArray = "STRINGS_ARRAY"
|
389
|
-
}
|
390
|
-
export declare enum ConditionOperator {
|
391
|
-
Contains = "CONTAINS",
|
392
|
-
DoesNotContain = "DOES_NOT_CONTAIN",
|
393
|
-
IsAnyOf = "IS_ANY_OF",
|
394
|
-
IsEmpty = "IS_EMPTY",
|
395
|
-
IsEqualTo = "IS_EQUAL_TO",
|
396
|
-
IsGreaterThan = "IS_GREATER_THAN",
|
397
|
-
IsGreaterThanOrEqualTo = "IS_GREATER_THAN_OR_EQUAL_TO",
|
398
|
-
IsInRange = "IS_IN_RANGE",
|
399
|
-
IsLessThan = "IS_LESS_THAN",
|
400
|
-
IsLessThanOrEqualTo = "IS_LESS_THAN_OR_EQUAL_TO",
|
401
|
-
IsNoneOf = "IS_NONE_OF",
|
402
|
-
IsNotEmpty = "IS_NOT_EMPTY",
|
403
|
-
IsNotEqualTo = "IS_NOT_EQUAL_TO",
|
404
|
-
IsNotTrue = "IS_NOT_TRUE",
|
405
|
-
IsToday = "IS_TODAY",
|
406
|
-
IsTrue = "IS_TRUE"
|
407
|
-
}
|
408
|
-
export type CreatePatientInput = {
|
409
|
-
address?: InputMaybe<AddressInput>;
|
410
|
-
birth_date?: InputMaybe<Scalars['String']>;
|
411
|
-
email?: InputMaybe<Scalars['String']>;
|
412
|
-
first_name?: InputMaybe<Scalars['String']>;
|
413
|
-
identifier?: InputMaybe<Array<IdentifierInput>>;
|
414
|
-
last_name?: InputMaybe<Scalars['String']>;
|
415
|
-
/** Must be in valid E164 telephone number format */
|
416
|
-
mobile_phone?: InputMaybe<Scalars['String']>;
|
417
|
-
national_registry_number?: InputMaybe<Scalars['String']>;
|
418
|
-
patient_code?: InputMaybe<Scalars['String']>;
|
419
|
-
/** Must be in valid E164 telephone number format */
|
420
|
-
phone?: InputMaybe<Scalars['String']>;
|
421
|
-
/** ISO 639-1 shortcode */
|
422
|
-
preferred_language?: InputMaybe<Scalars['String']>;
|
423
|
-
/** Sex code as defined by ISO standard IEC_5218, 0 - NOT_KNOWN, 1 - MALE, 2 - FEMALE */
|
424
|
-
sex?: InputMaybe<Sex>;
|
425
|
-
};
|
426
|
-
export type CreatePatientPayload = Payload & {
|
427
|
-
__typename?: 'CreatePatientPayload';
|
428
|
-
code: Scalars['String'];
|
429
|
-
patient?: Maybe<User>;
|
430
|
-
success: Scalars['Boolean'];
|
431
|
-
};
|
432
|
-
export type CurrentUser = {
|
433
|
-
__typename?: 'CurrentUser';
|
434
|
-
id: Scalars['ID'];
|
435
|
-
profile?: Maybe<UserProfile>;
|
436
|
-
tenant: Tenant;
|
437
|
-
tenant_id: Scalars['String'];
|
438
|
-
};
|
439
|
-
export type CurrentUserPayload = Payload & {
|
440
|
-
__typename?: 'CurrentUserPayload';
|
441
|
-
code: Scalars['String'];
|
442
|
-
success: Scalars['Boolean'];
|
443
|
-
user: CurrentUser;
|
444
|
-
};
|
445
|
-
export type DataPointDefinition = {
|
446
|
-
__typename?: 'DataPointDefinition';
|
447
|
-
category: DataPointSourceType;
|
448
|
-
id: Scalars['ID'];
|
449
|
-
key: Scalars['String'];
|
450
|
-
/** Additional context on data point */
|
451
|
-
metadata?: Maybe<Array<DataPointMetaDataItem>>;
|
452
|
-
optional?: Maybe<Scalars['Boolean']>;
|
453
|
-
/** Personally identifiable information */
|
454
|
-
pii?: Maybe<Scalars['Boolean']>;
|
455
|
-
possibleValues?: Maybe<Array<DataPointPossibleValue>>;
|
456
|
-
range?: Maybe<Range>;
|
457
|
-
source_definition_id: Scalars['String'];
|
458
|
-
title: Scalars['String'];
|
459
|
-
unit?: Maybe<Scalars['String']>;
|
460
|
-
valueType: DataPointValueType;
|
461
|
-
};
|
462
|
-
export type DataPointInput = {
|
463
|
-
data_point_definition_id: Scalars['String'];
|
464
|
-
value: Scalars['String'];
|
465
|
-
};
|
466
|
-
export type DataPointMetaDataItem = {
|
467
|
-
__typename?: 'DataPointMetaDataItem';
|
468
|
-
key: Scalars['String'];
|
469
|
-
value: Scalars['String'];
|
470
|
-
};
|
471
|
-
export type DataPointPossibleValue = {
|
472
|
-
__typename?: 'DataPointPossibleValue';
|
473
|
-
label?: Maybe<Scalars['String']>;
|
474
|
-
value: Scalars['String'];
|
475
|
-
};
|
476
|
-
export declare enum DataPointSourceType {
|
477
|
-
ApiCall = "API_CALL",
|
478
|
-
ApiCallStatus = "API_CALL_STATUS",
|
479
|
-
Calculation = "CALCULATION",
|
480
|
-
DataPoint = "DATA_POINT",
|
481
|
-
ExtensionAction = "EXTENSION_ACTION",
|
482
|
-
ExtensionWebhook = "EXTENSION_WEBHOOK",
|
483
|
-
Form = "FORM",
|
484
|
-
Pathway = "PATHWAY",
|
485
|
-
PatientIdentifier = "PATIENT_IDENTIFIER",
|
486
|
-
PatientProfile = "PATIENT_PROFILE",
|
487
|
-
Step = "STEP",
|
488
|
-
Track = "TRACK"
|
489
|
-
}
|
490
|
-
export declare enum DataPointValueType {
|
491
|
-
Boolean = "BOOLEAN",
|
492
|
-
Date = "DATE",
|
493
|
-
Json = "JSON",
|
494
|
-
Number = "NUMBER",
|
495
|
-
NumbersArray = "NUMBERS_ARRAY",
|
496
|
-
String = "STRING",
|
497
|
-
StringsArray = "STRINGS_ARRAY",
|
498
|
-
Telephone = "TELEPHONE"
|
499
|
-
}
|
500
|
-
export type DateConfig = {
|
501
|
-
__typename?: 'DateConfig';
|
502
|
-
allowed_dates?: Maybe<AllowedDatesOptions>;
|
503
|
-
include_date_of_response?: Maybe<Scalars['Boolean']>;
|
504
|
-
};
|
505
|
-
export type DateFilter = {
|
506
|
-
gte?: InputMaybe<Scalars['String']>;
|
507
|
-
lte?: InputMaybe<Scalars['String']>;
|
508
|
-
};
|
509
|
-
export type DeletePathwayInput = {
|
510
|
-
pathway_id: Scalars['String'];
|
511
|
-
};
|
512
|
-
export type DeletePatientInput = {
|
513
|
-
patient_id: Scalars['String'];
|
514
|
-
};
|
515
|
-
export type EmrRequest = {
|
516
|
-
__typename?: 'EMRRequest';
|
517
|
-
id?: Maybe<Scalars['String']>;
|
518
|
-
status?: Maybe<Scalars['String']>;
|
519
|
-
};
|
520
|
-
export type Element = {
|
521
|
-
__typename?: 'Element';
|
522
|
-
activity_type?: Maybe<ActionType>;
|
523
|
-
context: PathwayContext;
|
524
|
-
end_date?: Maybe<Scalars['String']>;
|
525
|
-
id: Scalars['ID'];
|
526
|
-
label?: Maybe<ActivityLabel>;
|
527
|
-
name: Scalars['String'];
|
528
|
-
parent_id?: Maybe<Scalars['ID']>;
|
529
|
-
stakeholders: Array<ElementStakeholder>;
|
530
|
-
start_date: Scalars['String'];
|
531
|
-
status: ElementStatus;
|
532
|
-
type: ElementType;
|
533
|
-
};
|
534
|
-
export type ElementStakeholder = {
|
535
|
-
__typename?: 'ElementStakeholder';
|
536
|
-
id: Scalars['ID'];
|
537
|
-
name?: Maybe<Scalars['String']>;
|
538
|
-
};
|
539
|
-
export declare enum ElementStatus {
|
540
|
-
Active = "ACTIVE",
|
541
|
-
Discarded = "DISCARDED",
|
542
|
-
Done = "DONE",
|
543
|
-
Postponed = "POSTPONED",
|
544
|
-
Scheduled = "SCHEDULED",
|
545
|
-
Stopped = "STOPPED"
|
546
|
-
}
|
547
|
-
export declare enum ElementType {
|
548
|
-
Action = "ACTION",
|
549
|
-
Pathway = "PATHWAY",
|
550
|
-
Step = "STEP",
|
551
|
-
Track = "TRACK",
|
552
|
-
Trigger = "TRIGGER"
|
553
|
-
}
|
554
|
-
export type ElementsPayload = Payload & {
|
555
|
-
__typename?: 'ElementsPayload';
|
556
|
-
code: Scalars['String'];
|
557
|
-
elements: Array<Element>;
|
558
|
-
success: Scalars['Boolean'];
|
559
|
-
};
|
560
|
-
export type EmptyPayload = Payload & {
|
561
|
-
__typename?: 'EmptyPayload';
|
562
|
-
code: Scalars['String'];
|
563
|
-
success: Scalars['Boolean'];
|
564
|
-
};
|
565
|
-
export type EmrReport = {
|
566
|
-
__typename?: 'EmrReport';
|
567
|
-
id: Scalars['ID'];
|
568
|
-
message_html: Scalars['String'];
|
569
|
-
metadata?: Maybe<Array<EmrReportMetadataField>>;
|
570
|
-
};
|
571
|
-
export type EmrReportMetadataField = {
|
572
|
-
__typename?: 'EmrReportMetadataField';
|
573
|
-
id: Scalars['ID'];
|
574
|
-
label: Scalars['String'];
|
575
|
-
value?: Maybe<Scalars['String']>;
|
576
|
-
};
|
577
|
-
export type EmrReportPayload = Payload & {
|
578
|
-
__typename?: 'EmrReportPayload';
|
579
|
-
code: Scalars['String'];
|
580
|
-
report?: Maybe<EmrReport>;
|
581
|
-
success: Scalars['Boolean'];
|
582
|
-
};
|
583
|
-
export type EvaluateFormRulesInput = {
|
584
|
-
answers: Array<AnswerInput>;
|
585
|
-
form_id: Scalars['String'];
|
586
|
-
};
|
587
|
-
export type EvaluateFormRulesPayload = Payload & {
|
588
|
-
__typename?: 'EvaluateFormRulesPayload';
|
589
|
-
code: Scalars['String'];
|
590
|
-
results: Array<QuestionRuleResult>;
|
591
|
-
success: Scalars['Boolean'];
|
592
|
-
};
|
593
|
-
export type ExclusiveOptionConfig = {
|
594
|
-
__typename?: 'ExclusiveOptionConfig';
|
595
|
-
enabled?: Maybe<Scalars['Boolean']>;
|
596
|
-
option_id?: Maybe<Scalars['String']>;
|
597
|
-
};
|
598
|
-
export type ExtensionActionField = {
|
599
|
-
__typename?: 'ExtensionActionField';
|
600
|
-
id: Scalars['ID'];
|
601
|
-
label: Scalars['String'];
|
602
|
-
type: ExtensionActionFieldType;
|
603
|
-
value: Scalars['String'];
|
604
|
-
};
|
605
|
-
export declare enum ExtensionActionFieldType {
|
606
|
-
Boolean = "BOOLEAN",
|
607
|
-
Date = "DATE",
|
608
|
-
Html = "HTML",
|
609
|
-
Json = "JSON",
|
610
|
-
Numeric = "NUMERIC",
|
611
|
-
NumericArray = "NUMERIC_ARRAY",
|
612
|
-
String = "STRING",
|
613
|
-
StringArray = "STRING_ARRAY",
|
614
|
-
Text = "TEXT"
|
615
|
-
}
|
616
|
-
export type ExtensionActivityRecord = {
|
617
|
-
__typename?: 'ExtensionActivityRecord';
|
618
|
-
activity_id: Scalars['String'];
|
619
|
-
data_points: Array<ExtensionDataPoint>;
|
620
|
-
date: Scalars['String'];
|
621
|
-
fields: Array<ExtensionActionField>;
|
622
|
-
id: Scalars['ID'];
|
623
|
-
pathway_id: Scalars['String'];
|
624
|
-
plugin_action_key: Scalars['String'];
|
625
|
-
plugin_key: Scalars['String'];
|
626
|
-
settings?: Maybe<Array<PluginActionSettingsProperty>>;
|
627
|
-
};
|
628
|
-
export type ExtensionActivityRecordPayload = Payload & {
|
629
|
-
__typename?: 'ExtensionActivityRecordPayload';
|
630
|
-
code: Scalars['String'];
|
631
|
-
record: ExtensionActivityRecord;
|
632
|
-
success: Scalars['Boolean'];
|
633
|
-
};
|
634
|
-
export type ExtensionDataPoint = {
|
635
|
-
__typename?: 'ExtensionDataPoint';
|
636
|
-
label: Scalars['String'];
|
637
|
-
value: Scalars['String'];
|
638
|
-
};
|
639
|
-
export type ExtensionDataPointInput = {
|
640
|
-
key: Scalars['String'];
|
641
|
-
value: Scalars['String'];
|
642
|
-
};
|
643
|
-
export type FilterActivitiesParams = {
|
644
|
-
action?: InputMaybe<StringArrayFilter>;
|
645
|
-
activity_status?: InputMaybe<StringArrayFilter>;
|
646
|
-
activity_type?: InputMaybe<StringArrayFilter>;
|
647
|
-
pathway_definition_id?: InputMaybe<StringArrayFilter>;
|
648
|
-
pathway_status?: InputMaybe<StringArrayFilter>;
|
649
|
-
patient_id?: InputMaybe<TextFilterEquals>;
|
650
|
-
stakeholders?: InputMaybe<StringArrayFilter>;
|
651
|
-
};
|
652
|
-
export type FilterPathwayDataPointDefinitionsParams = {
|
653
|
-
category?: InputMaybe<StringArrayFilter>;
|
654
|
-
value_type?: InputMaybe<StringArrayFilter>;
|
655
|
-
};
|
656
|
-
export type FilterPathwayDefinitionsParams = {
|
657
|
-
search?: InputMaybe<TextFilterContains>;
|
658
|
-
};
|
659
|
-
export type FilterPathways = {
|
660
|
-
pathway_definition_id?: InputMaybe<IdFilter>;
|
661
|
-
patient_id?: InputMaybe<StringArrayFilter>;
|
662
|
-
release_id?: InputMaybe<StringArrayFilter>;
|
663
|
-
start_date?: InputMaybe<DateFilter>;
|
664
|
-
status?: InputMaybe<StringArrayFilter>;
|
665
|
-
version?: InputMaybe<NumberArrayFilter>;
|
666
|
-
};
|
667
|
-
export type FilterPatientPathways = {
|
668
|
-
status: StringArrayFilter;
|
669
|
-
};
|
670
|
-
export type FilterPatients = {
|
671
|
-
name?: InputMaybe<TextFilter>;
|
672
|
-
national_registry_number?: InputMaybe<TextFilterEquals>;
|
673
|
-
patient_code?: InputMaybe<TextFilterEquals>;
|
674
|
-
profile_id?: InputMaybe<StringArrayFilter>;
|
675
|
-
search?: InputMaybe<TextFilterContains>;
|
676
|
-
};
|
677
|
-
export type Form = {
|
678
|
-
__typename?: 'Form';
|
679
|
-
definition_id: Scalars['String'];
|
680
|
-
id: Scalars['ID'];
|
681
|
-
key: Scalars['String'];
|
682
|
-
metadata?: Maybe<Scalars['String']>;
|
683
|
-
previous_answers?: Maybe<Array<PreviousAnswers>>;
|
684
|
-
questions: Array<Question>;
|
685
|
-
release_id: Scalars['String'];
|
686
|
-
title: Scalars['String'];
|
687
|
-
trademark?: Maybe<Scalars['String']>;
|
688
|
-
};
|
689
|
-
export type FormPrevious_AnswersArgs = {
|
690
|
-
pathway_id: Scalars['String'];
|
691
|
-
};
|
692
|
-
export declare enum FormDisplayMode {
|
693
|
-
Conversational = "CONVERSATIONAL",
|
694
|
-
Regular = "REGULAR"
|
695
|
-
}
|
696
|
-
export type FormPayload = Payload & {
|
697
|
-
__typename?: 'FormPayload';
|
698
|
-
code: Scalars['String'];
|
699
|
-
form?: Maybe<Form>;
|
700
|
-
success: Scalars['Boolean'];
|
701
|
-
};
|
702
|
-
export type FormResponse = {
|
703
|
-
__typename?: 'FormResponse';
|
704
|
-
answers: Array<Answer>;
|
705
|
-
};
|
706
|
-
export type FormResponsePayload = Payload & {
|
707
|
-
__typename?: 'FormResponsePayload';
|
708
|
-
code: Scalars['String'];
|
709
|
-
response: FormResponse;
|
710
|
-
success: Scalars['Boolean'];
|
711
|
-
};
|
712
|
-
export type FormsPayload = Payload & {
|
713
|
-
__typename?: 'FormsPayload';
|
714
|
-
code: Scalars['String'];
|
715
|
-
forms?: Maybe<Array<Form>>;
|
716
|
-
success: Scalars['Boolean'];
|
717
|
-
};
|
718
|
-
export type GeneratedClinicalNote = {
|
719
|
-
__typename?: 'GeneratedClinicalNote';
|
720
|
-
context: Array<GeneratedClinicalNoteContextField>;
|
721
|
-
id: Scalars['ID'];
|
722
|
-
narratives: Array<GeneratedClinicalNoteNarrative>;
|
723
|
-
};
|
724
|
-
export type GeneratedClinicalNoteContextField = {
|
725
|
-
__typename?: 'GeneratedClinicalNoteContextField';
|
726
|
-
key: Scalars['String'];
|
727
|
-
value: Scalars['String'];
|
728
|
-
};
|
729
|
-
export type GeneratedClinicalNoteNarrative = {
|
730
|
-
__typename?: 'GeneratedClinicalNoteNarrative';
|
731
|
-
body: Scalars['String'];
|
732
|
-
id: Scalars['ID'];
|
733
|
-
key: Scalars['String'];
|
734
|
-
title: Scalars['String'];
|
735
|
-
};
|
736
|
-
export type HostedPagesLink = {
|
737
|
-
__typename?: 'HostedPagesLink';
|
738
|
-
id: Scalars['ID'];
|
739
|
-
pathway_id: Scalars['String'];
|
740
|
-
stakeholder_id?: Maybe<Scalars['String']>;
|
741
|
-
url?: Maybe<Scalars['String']>;
|
742
|
-
};
|
743
|
-
export type HostedPagesLinkPayload = Payload & {
|
744
|
-
__typename?: 'HostedPagesLinkPayload';
|
745
|
-
code: Scalars['String'];
|
746
|
-
/** The hosted pages link for the stakeholder. If there is no activity for the stakeholder in the care flow, this link will be null. */
|
747
|
-
hosted_pages_link?: Maybe<HostedPagesLink>;
|
748
|
-
success: Scalars['Boolean'];
|
749
|
-
};
|
750
|
-
export type HostedSession = {
|
751
|
-
__typename?: 'HostedSession';
|
752
|
-
cancel_url?: Maybe<Scalars['String']>;
|
753
|
-
id: Scalars['ID'];
|
754
|
-
pathway_id: Scalars['String'];
|
755
|
-
stakeholder: HostedSessionStakeholder;
|
756
|
-
status: HostedSessionStatus;
|
757
|
-
success_url?: Maybe<Scalars['String']>;
|
758
|
-
};
|
759
|
-
export type HostedSessionActivitiesPayload = Payload & {
|
760
|
-
__typename?: 'HostedSessionActivitiesPayload';
|
761
|
-
activities: Array<Activity>;
|
762
|
-
code: Scalars['String'];
|
763
|
-
success: Scalars['Boolean'];
|
764
|
-
};
|
765
|
-
export type HostedSessionPayload = Payload & {
|
766
|
-
__typename?: 'HostedSessionPayload';
|
767
|
-
branding?: Maybe<BrandingSettings>;
|
768
|
-
code: Scalars['String'];
|
769
|
-
metadata?: Maybe<SessionMetadata>;
|
770
|
-
session: HostedSession;
|
771
|
-
success: Scalars['Boolean'];
|
772
|
-
};
|
773
|
-
export type HostedSessionStakeholder = {
|
774
|
-
__typename?: 'HostedSessionStakeholder';
|
775
|
-
id: Scalars['ID'];
|
776
|
-
name: Scalars['String'];
|
777
|
-
type: HostedSessionStakeholderType;
|
778
|
-
};
|
779
|
-
export declare enum HostedSessionStakeholderType {
|
780
|
-
Patient = "PATIENT",
|
781
|
-
Stakeholder = "STAKEHOLDER"
|
782
|
-
}
|
783
|
-
export declare enum HostedSessionStatus {
|
784
|
-
Active = "ACTIVE",
|
785
|
-
Completed = "COMPLETED",
|
786
|
-
Expired = "EXPIRED"
|
787
|
-
}
|
788
|
-
export type IdFilter = {
|
789
|
-
eq?: InputMaybe<Scalars['String']>;
|
790
|
-
};
|
791
|
-
export type Identifier = {
|
792
|
-
__typename?: 'Identifier';
|
793
|
-
system: Scalars['String'];
|
794
|
-
value: Scalars['String'];
|
795
|
-
};
|
796
|
-
export type IdentifierInput = {
|
797
|
-
system: Scalars['String'];
|
798
|
-
value: Scalars['String'];
|
799
|
-
};
|
800
|
-
export type IdentifierSystem = {
|
801
|
-
__typename?: 'IdentifierSystem';
|
802
|
-
display_name: Scalars['String'];
|
803
|
-
name: Scalars['String'];
|
804
|
-
system: Scalars['String'];
|
805
|
-
};
|
806
|
-
export type MarkMessageAsReadInput = {
|
807
|
-
activity_id: Scalars['String'];
|
808
|
-
};
|
809
|
-
export type MarkMessageAsReadPayload = Payload & {
|
810
|
-
__typename?: 'MarkMessageAsReadPayload';
|
811
|
-
activity: Activity;
|
812
|
-
code: Scalars['String'];
|
813
|
-
success: Scalars['Boolean'];
|
814
|
-
};
|
815
|
-
export type Message = {
|
816
|
-
__typename?: 'Message';
|
817
|
-
attachments?: Maybe<Array<MessageAttachment>>;
|
818
|
-
body: Scalars['String'];
|
819
|
-
format: MessageFormat;
|
820
|
-
id: Scalars['ID'];
|
821
|
-
subject?: Maybe<Scalars['String']>;
|
822
|
-
};
|
823
|
-
export type MessageAttachment = {
|
824
|
-
__typename?: 'MessageAttachment';
|
825
|
-
id: Scalars['ID'];
|
826
|
-
name: Scalars['String'];
|
827
|
-
type: MessageAttachmentType;
|
828
|
-
url: Scalars['String'];
|
829
|
-
};
|
830
|
-
export declare enum MessageAttachmentType {
|
831
|
-
File = "FILE",
|
832
|
-
Link = "LINK",
|
833
|
-
Video = "VIDEO"
|
834
|
-
}
|
835
|
-
export declare enum MessageFormat {
|
836
|
-
Html = "HTML",
|
837
|
-
Slate = "SLATE"
|
838
|
-
}
|
839
|
-
export type MessagePayload = Payload & {
|
840
|
-
__typename?: 'MessagePayload';
|
841
|
-
code: Scalars['String'];
|
842
|
-
message?: Maybe<Message>;
|
843
|
-
success: Scalars['Boolean'];
|
844
|
-
};
|
845
|
-
export type MultipleSelectConfig = {
|
846
|
-
__typename?: 'MultipleSelectConfig';
|
847
|
-
exclusive_option?: Maybe<ExclusiveOptionConfig>;
|
848
|
-
range?: Maybe<ChoiceRangeConfig>;
|
849
|
-
};
|
850
|
-
export type Mutation = {
|
851
|
-
__typename?: 'Mutation';
|
852
|
-
addIdentifierToPatient: AddIdentifierToPatientPayload;
|
853
|
-
addTrack: AddTrackPayload;
|
854
|
-
completeExtensionActivity: CompleteExtensionActivityPayload;
|
855
|
-
createPatient: CreatePatientPayload;
|
856
|
-
deletePathway: EmptyPayload;
|
857
|
-
deletePatient: EmptyPayload;
|
858
|
-
evaluateFormRules: EvaluateFormRulesPayload;
|
859
|
-
markMessageAsRead: MarkMessageAsReadPayload;
|
860
|
-
/** Retrieve patient demographics from an external system */
|
861
|
-
requestPatientDemographics: PatientDemographicsPayload;
|
862
|
-
retryActivity: EmptyPayload;
|
863
|
-
retryAllApiCalls: EmptyPayload;
|
864
|
-
retryAllFailedApiCalls: EmptyPayload;
|
865
|
-
retryAllFailedWebhookCalls: EmptyPayload;
|
866
|
-
retryAllFailedWebhookCallsForPathwayDefinition: EmptyPayload;
|
867
|
-
retryAllWebhookCalls: EmptyPayload;
|
868
|
-
retryApiCall: RetryApiCallPayload;
|
869
|
-
retryPushToEmr: EmptyPayload;
|
870
|
-
retryWebhookCall: RetryWebhookCallPayload;
|
871
|
-
/** @deprecated We will be deactivating this endpoint in the future. */
|
872
|
-
saveBaselineInfo: EmptyPayload;
|
873
|
-
scheduleTrack: ScheduleTrackPayload;
|
874
|
-
startHostedActivitySession: StartHostedActivitySessionPayload;
|
875
|
-
startHostedActivitySessionViaHostedPagesLink: StartHostedActivitySessionPayload;
|
876
|
-
/** Start a hosted pathway session for a patient uniquely identified by patient_id or patient_identifier. If neither patient_id or patient_identifier is provided, a new anonymous patient will be created. */
|
877
|
-
startHostedPathwaySession: StartHostedPathwaySessionPayload;
|
878
|
-
startHostedPathwaySessionFromLink: StartHostedPathwaySessionFromLinkPayload;
|
879
|
-
startPathway: StartPathwayPayload;
|
880
|
-
startPathwayWithPatientIdentifier: StartPathwayWithPatientIdentifierPayload;
|
881
|
-
stopPathway: EmptyPayload;
|
882
|
-
stopTrack: StopTrackPayload;
|
883
|
-
submitChecklist: SubmitChecklistPayload;
|
884
|
-
submitFormResponse: SubmitFormResponsePayload;
|
885
|
-
unscheduleTracks: CancelScheduledTracksPayload;
|
886
|
-
updateBaselineInfo: EmptyPayload;
|
887
|
-
updateEmrReportStatus: UpdateEmrReportStatusPayload;
|
888
|
-
updatePatient: UpdatePatientPayload;
|
889
|
-
/** Update which patient was created after import request for logging purposes */
|
890
|
-
updatePatientDemographicsQuery: UpdatePatientDemographicsQueryPayload;
|
891
|
-
updatePatientLanguage: UpdatePatientLanguagePayload;
|
892
|
-
};
|
893
|
-
export type MutationAddIdentifierToPatientArgs = {
|
894
|
-
input: AddIdentifierToPatientInput;
|
895
|
-
};
|
896
|
-
export type MutationAddTrackArgs = {
|
897
|
-
input: AddTrackInput;
|
898
|
-
};
|
899
|
-
export type MutationCompleteExtensionActivityArgs = {
|
900
|
-
input: CompleteExtensionActivityInput;
|
901
|
-
};
|
902
|
-
export type MutationCreatePatientArgs = {
|
903
|
-
input?: InputMaybe<CreatePatientInput>;
|
904
|
-
};
|
905
|
-
export type MutationDeletePathwayArgs = {
|
906
|
-
input: DeletePathwayInput;
|
907
|
-
};
|
908
|
-
export type MutationDeletePatientArgs = {
|
909
|
-
input: DeletePatientInput;
|
910
|
-
};
|
911
|
-
export type MutationEvaluateFormRulesArgs = {
|
912
|
-
input: EvaluateFormRulesInput;
|
913
|
-
};
|
914
|
-
export type MutationMarkMessageAsReadArgs = {
|
915
|
-
input: MarkMessageAsReadInput;
|
916
|
-
};
|
917
|
-
export type MutationRequestPatientDemographicsArgs = {
|
918
|
-
input: PatientDemographicsInput;
|
919
|
-
};
|
920
|
-
export type MutationRetryActivityArgs = {
|
921
|
-
input: RetryActivityInput;
|
922
|
-
};
|
923
|
-
export type MutationRetryAllApiCallsArgs = {
|
924
|
-
input: RetryAllApiCallsInput;
|
925
|
-
};
|
926
|
-
export type MutationRetryAllFailedApiCallsArgs = {
|
927
|
-
input: RetryAllFailedApiCallsInput;
|
928
|
-
};
|
929
|
-
export type MutationRetryAllFailedWebhookCallsArgs = {
|
930
|
-
input: RetryAllFailedWebhookCallsInput;
|
931
|
-
};
|
932
|
-
export type MutationRetryAllFailedWebhookCallsForPathwayDefinitionArgs = {
|
933
|
-
input: RetryAllFailedWebhookCallsForPathwayDefinitionInput;
|
934
|
-
};
|
935
|
-
export type MutationRetryAllWebhookCallsArgs = {
|
936
|
-
input: RetryAllWebhookCallsInput;
|
937
|
-
};
|
938
|
-
export type MutationRetryApiCallArgs = {
|
939
|
-
input: RetryApiCallInput;
|
940
|
-
};
|
941
|
-
export type MutationRetryPushToEmrArgs = {
|
942
|
-
input: RetryPushToEmrInput;
|
943
|
-
};
|
944
|
-
export type MutationRetryWebhookCallArgs = {
|
945
|
-
input: RetryWebhookCallInput;
|
946
|
-
};
|
947
|
-
export type MutationSaveBaselineInfoArgs = {
|
948
|
-
input: SaveBaselineInfoInput;
|
949
|
-
};
|
950
|
-
export type MutationScheduleTrackArgs = {
|
951
|
-
input: ScheduleTrackInput;
|
952
|
-
};
|
953
|
-
export type MutationStartHostedActivitySessionArgs = {
|
954
|
-
input: StartHostedActivitySessionInput;
|
955
|
-
};
|
956
|
-
export type MutationStartHostedActivitySessionViaHostedPagesLinkArgs = {
|
957
|
-
input: StartHostedActivitySessionViaHostedPagesLinkInput;
|
958
|
-
};
|
959
|
-
export type MutationStartHostedPathwaySessionArgs = {
|
960
|
-
input: StartHostedPathwaySessionInput;
|
961
|
-
};
|
962
|
-
export type MutationStartHostedPathwaySessionFromLinkArgs = {
|
963
|
-
input: StartHostedPathwaySessionFromLinkInput;
|
964
|
-
};
|
965
|
-
export type MutationStartPathwayArgs = {
|
966
|
-
input: StartPathwayInput;
|
967
|
-
};
|
968
|
-
export type MutationStartPathwayWithPatientIdentifierArgs = {
|
969
|
-
input: StartPathwayWithPatientIdentifierInput;
|
970
|
-
};
|
971
|
-
export type MutationStopPathwayArgs = {
|
972
|
-
input: StopPathwayInput;
|
973
|
-
};
|
974
|
-
export type MutationStopTrackArgs = {
|
975
|
-
input: StopTrackInput;
|
976
|
-
};
|
977
|
-
export type MutationSubmitChecklistArgs = {
|
978
|
-
input: SubmitChecklistInput;
|
979
|
-
};
|
980
|
-
export type MutationSubmitFormResponseArgs = {
|
981
|
-
input: SubmitFormResponseInput;
|
982
|
-
};
|
983
|
-
export type MutationUnscheduleTracksArgs = {
|
984
|
-
input: CancelScheduledTracksInput;
|
985
|
-
};
|
986
|
-
export type MutationUpdateBaselineInfoArgs = {
|
987
|
-
input: UpdateBaselineInfoInput;
|
988
|
-
};
|
989
|
-
export type MutationUpdateEmrReportStatusArgs = {
|
990
|
-
input: UpdateEmrReportStatusInput;
|
991
|
-
};
|
992
|
-
export type MutationUpdatePatientArgs = {
|
993
|
-
input: UpdatePatientInput;
|
994
|
-
};
|
995
|
-
export type MutationUpdatePatientDemographicsQueryArgs = {
|
996
|
-
input: UpdatePatientDemographicsQueryInput;
|
997
|
-
};
|
998
|
-
export type MutationUpdatePatientLanguageArgs = {
|
999
|
-
input: UpdatePatientLanguageInput;
|
1000
|
-
};
|
1001
|
-
export type NumberArrayFilter = {
|
1002
|
-
in?: InputMaybe<Array<Scalars['Float']>>;
|
1003
|
-
};
|
1004
|
-
export type NumberConfig = {
|
1005
|
-
__typename?: 'NumberConfig';
|
1006
|
-
range?: Maybe<RangeConfig>;
|
1007
|
-
};
|
1008
|
-
export type Operand = {
|
1009
|
-
__typename?: 'Operand';
|
1010
|
-
type: ConditionOperandType;
|
1011
|
-
value: Scalars['String'];
|
1012
|
-
};
|
1013
|
-
export type Option = {
|
1014
|
-
__typename?: 'Option';
|
1015
|
-
id: Scalars['ID'];
|
1016
|
-
label: Scalars['String'];
|
1017
|
-
value: Scalars['Float'];
|
1018
|
-
value_string: Scalars['String'];
|
1019
|
-
};
|
1020
|
-
export type OrchestrationFact = {
|
1021
|
-
__typename?: 'OrchestrationFact';
|
1022
|
-
content: Array<Scalars['String']>;
|
1023
|
-
date: Scalars['String'];
|
1024
|
-
level: Scalars['String'];
|
1025
|
-
pathway_id: Scalars['String'];
|
1026
|
-
};
|
1027
|
-
export type OrchestrationFactsPayload = PaginationAndSortingPayload & {
|
1028
|
-
__typename?: 'OrchestrationFactsPayload';
|
1029
|
-
code: Scalars['String'];
|
1030
|
-
facts: Array<OrchestrationFact>;
|
1031
|
-
pagination?: Maybe<PaginationOutput>;
|
1032
|
-
sorting?: Maybe<SortingOutput>;
|
1033
|
-
success: Scalars['Boolean'];
|
1034
|
-
};
|
1035
|
-
export type OrchestrationFactsPromptPayload = Payload & {
|
1036
|
-
__typename?: 'OrchestrationFactsPromptPayload';
|
1037
|
-
code: Scalars['String'];
|
1038
|
-
response: Scalars['String'];
|
1039
|
-
success: Scalars['Boolean'];
|
1040
|
-
};
|
1041
|
-
export type PaginationAndSortingPayload = {
|
1042
|
-
code: Scalars['String'];
|
1043
|
-
pagination?: Maybe<PaginationOutput>;
|
1044
|
-
sorting?: Maybe<SortingOutput>;
|
1045
|
-
success: Scalars['Boolean'];
|
1046
|
-
};
|
1047
|
-
export type PaginationOutput = {
|
1048
|
-
__typename?: 'PaginationOutput';
|
1049
|
-
count?: Maybe<Scalars['Int']>;
|
1050
|
-
offset?: Maybe<Scalars['Int']>;
|
1051
|
-
total_count?: Maybe<Scalars['Int']>;
|
1052
|
-
};
|
1053
|
-
export type PaginationParams = {
|
1054
|
-
count: Scalars['Int'];
|
1055
|
-
offset: Scalars['Int'];
|
1056
|
-
};
|
1057
|
-
export type Pathway = {
|
1058
|
-
__typename?: 'Pathway';
|
1059
|
-
/**
|
1060
|
-
* Deprecated. Please use latestActivities.
|
1061
|
-
* @deprecated use latestActivities instead. Limited to most recent 1000 activities
|
1062
|
-
*/
|
1063
|
-
activities?: Maybe<Array<Activity>>;
|
1064
|
-
complete_date?: Maybe<Scalars['SafeDate']>;
|
1065
|
-
dashboards?: Maybe<PathwayDashboard>;
|
1066
|
-
id: Scalars['ID'];
|
1067
|
-
/** Activities, sorted by date in descending order. For larger care flows, only the most recent 1000 activities are included. To see a complete list of activities, please use the `activity` query and appropriate filters. */
|
1068
|
-
latestActivities: Array<Activity>;
|
1069
|
-
pathway_definition_id: Scalars['String'];
|
1070
|
-
patient: User;
|
1071
|
-
patient_id: Scalars['String'];
|
1072
|
-
release_id: Scalars['String'];
|
1073
|
-
start_date?: Maybe<Scalars['SafeDate']>;
|
1074
|
-
status: PathwayStatus;
|
1075
|
-
status_explanation?: Maybe<Scalars['String']>;
|
1076
|
-
stop_date?: Maybe<Scalars['SafeDate']>;
|
1077
|
-
title: Scalars['String'];
|
1078
|
-
tracks: Array<Track>;
|
1079
|
-
version?: Maybe<Scalars['Float']>;
|
1080
|
-
};
|
1081
|
-
export type PathwayContext = {
|
1082
|
-
__typename?: 'PathwayContext';
|
1083
|
-
action_id?: Maybe<Scalars['String']>;
|
1084
|
-
instance_id: Scalars['String'];
|
1085
|
-
pathway_id: Scalars['String'];
|
1086
|
-
step_id?: Maybe<Scalars['String']>;
|
1087
|
-
track_id?: Maybe<Scalars['String']>;
|
1088
|
-
};
|
1089
|
-
export type PathwayDashboard = {
|
1090
|
-
__typename?: 'PathwayDashboard';
|
1091
|
-
cumulio_auth_id: Scalars['String'];
|
1092
|
-
cumulio_auth_token: Scalars['String'];
|
1093
|
-
dashboard_ids: Array<Scalars['String']>;
|
1094
|
-
};
|
1095
|
-
export type PathwayDataPointDefinitionsPayload = Payload & {
|
1096
|
-
__typename?: 'PathwayDataPointDefinitionsPayload';
|
1097
|
-
code: Scalars['String'];
|
1098
|
-
data_point_definitions: Array<DataPointDefinition>;
|
1099
|
-
success: Scalars['Boolean'];
|
1100
|
-
};
|
1101
|
-
export type PathwayDefinitionDetails = {
|
1102
|
-
__typename?: 'PathwayDefinitionDetails';
|
1103
|
-
active_careflows?: Maybe<Scalars['Float']>;
|
1104
|
-
completed_careflows?: Maybe<Scalars['Float']>;
|
1105
|
-
stopped_careflows?: Maybe<Scalars['Float']>;
|
1106
|
-
total_careflows?: Maybe<Scalars['Float']>;
|
1107
|
-
total_patients?: Maybe<Scalars['Float']>;
|
1108
|
-
};
|
1109
|
-
export type PathwayFactsFilters = {
|
1110
|
-
date?: InputMaybe<DateFilter>;
|
1111
|
-
keyword?: InputMaybe<Scalars['String']>;
|
1112
|
-
pathway_id: Scalars['String'];
|
1113
|
-
};
|
1114
|
-
export type PathwayPayload = Payload & {
|
1115
|
-
__typename?: 'PathwayPayload';
|
1116
|
-
code: Scalars['String'];
|
1117
|
-
pathway?: Maybe<Pathway>;
|
1118
|
-
success: Scalars['Boolean'];
|
1119
|
-
};
|
1120
|
-
export declare enum PathwayStatus {
|
1121
|
-
Active = "active",
|
1122
|
-
Completed = "completed",
|
1123
|
-
MissingBaselineInfo = "missing_baseline_info",
|
1124
|
-
Starting = "starting",
|
1125
|
-
Stopped = "stopped"
|
1126
|
-
}
|
1127
|
-
export type PathwaySummary = {
|
1128
|
-
__typename?: 'PathwaySummary';
|
1129
|
-
complete_date?: Maybe<Scalars['SafeDate']>;
|
1130
|
-
id: Scalars['ID'];
|
1131
|
-
pathway_definition_id?: Maybe<Scalars['String']>;
|
1132
|
-
patient_id?: Maybe<Scalars['String']>;
|
1133
|
-
start_date?: Maybe<Scalars['SafeDate']>;
|
1134
|
-
status: PathwayStatus;
|
1135
|
-
status_explanation?: Maybe<Scalars['String']>;
|
1136
|
-
stop_date?: Maybe<Scalars['SafeDate']>;
|
1137
|
-
title: Scalars['String'];
|
1138
|
-
version?: Maybe<Scalars['Float']>;
|
1139
|
-
};
|
1140
|
-
export type PathwaysPayload = PaginationAndSortingPayload & {
|
1141
|
-
__typename?: 'PathwaysPayload';
|
1142
|
-
code: Scalars['String'];
|
1143
|
-
pagination?: Maybe<PaginationOutput>;
|
1144
|
-
pathways: Array<PathwaySummary>;
|
1145
|
-
sorting?: Maybe<SortingOutput>;
|
1146
|
-
success: Scalars['Boolean'];
|
1147
|
-
};
|
1148
|
-
export type PatientDemographicsInput = {
|
1149
|
-
patient_identifier: Scalars['String'];
|
1150
|
-
};
|
1151
|
-
export type PatientDemographicsPayload = Payload & {
|
1152
|
-
__typename?: 'PatientDemographicsPayload';
|
1153
|
-
code: Scalars['String'];
|
1154
|
-
entry?: Maybe<Array<UserProfile>>;
|
1155
|
-
query_id: Scalars['String'];
|
1156
|
-
status: Scalars['String'];
|
1157
|
-
success: Scalars['Boolean'];
|
1158
|
-
total?: Maybe<Scalars['Float']>;
|
1159
|
-
};
|
1160
|
-
export type PatientDemographicsQueryConfigurationPayload = {
|
1161
|
-
__typename?: 'PatientDemographicsQueryConfigurationPayload';
|
1162
|
-
input_box_text?: Maybe<Scalars['String']>;
|
1163
|
-
is_enabled: Scalars['Boolean'];
|
1164
|
-
};
|
1165
|
-
export type PatientPathway = {
|
1166
|
-
__typename?: 'PatientPathway';
|
1167
|
-
active_activities?: Maybe<Scalars['Float']>;
|
1168
|
-
baseline_info?: Maybe<Array<BaselineDataPoint>>;
|
1169
|
-
complete_date?: Maybe<Scalars['String']>;
|
1170
|
-
failed_activities?: Maybe<Scalars['Float']>;
|
1171
|
-
id: Scalars['ID'];
|
1172
|
-
latest_activity_date?: Maybe<Scalars['String']>;
|
1173
|
-
latest_activity_title?: Maybe<Scalars['String']>;
|
1174
|
-
latest_activity_type?: Maybe<Scalars['String']>;
|
1175
|
-
pathway_definition_id: Scalars['String'];
|
1176
|
-
release_id: Scalars['String'];
|
1177
|
-
status: PathwayStatus;
|
1178
|
-
status_explanation?: Maybe<Scalars['String']>;
|
1179
|
-
stop_date?: Maybe<Scalars['String']>;
|
1180
|
-
title: Scalars['String'];
|
1181
|
-
total_activities?: Maybe<Scalars['Float']>;
|
1182
|
-
version?: Maybe<Scalars['Float']>;
|
1183
|
-
};
|
1184
|
-
export type PatientPathwaysPayload = Payload & {
|
1185
|
-
__typename?: 'PatientPathwaysPayload';
|
1186
|
-
code: Scalars['String'];
|
1187
|
-
patientPathways: Array<PatientPathway>;
|
1188
|
-
success: Scalars['Boolean'];
|
1189
|
-
};
|
1190
|
-
export type PatientPayload = Payload & {
|
1191
|
-
__typename?: 'PatientPayload';
|
1192
|
-
code: Scalars['String'];
|
1193
|
-
patient?: Maybe<User>;
|
1194
|
-
success: Scalars['Boolean'];
|
1195
|
-
};
|
1196
|
-
export type PatientProfileInput = {
|
1197
|
-
address?: InputMaybe<AddressInput>;
|
1198
|
-
birth_date?: InputMaybe<Scalars['String']>;
|
1199
|
-
email?: InputMaybe<Scalars['String']>;
|
1200
|
-
first_name?: InputMaybe<Scalars['String']>;
|
1201
|
-
identifier?: InputMaybe<Array<IdentifierInput>>;
|
1202
|
-
last_name?: InputMaybe<Scalars['String']>;
|
1203
|
-
/** Must be in valid E164 telephone number format */
|
1204
|
-
mobile_phone?: InputMaybe<Scalars['String']>;
|
1205
|
-
national_registry_number?: InputMaybe<Scalars['String']>;
|
1206
|
-
patient_code?: InputMaybe<Scalars['String']>;
|
1207
|
-
/** Must be in valid E164 telephone number format */
|
1208
|
-
phone?: InputMaybe<Scalars['String']>;
|
1209
|
-
/** ISO 639-1 shortcode */
|
1210
|
-
preferred_language?: InputMaybe<Scalars['String']>;
|
1211
|
-
/** Sex code as defined by ISO standard IEC_5218, 0 - NOT_KNOWN, 1 - MALE, 2 - FEMALE */
|
1212
|
-
sex?: InputMaybe<Sex>;
|
1213
|
-
};
|
1214
|
-
export type PatientsPayload = PaginationAndSortingPayload & {
|
1215
|
-
__typename?: 'PatientsPayload';
|
1216
|
-
code: Scalars['String'];
|
1217
|
-
pagination?: Maybe<PaginationOutput>;
|
1218
|
-
patients: Array<User>;
|
1219
|
-
sorting?: Maybe<SortingOutput>;
|
1220
|
-
success: Scalars['Boolean'];
|
1221
|
-
};
|
1222
|
-
export type Payload = {
|
1223
|
-
code: Scalars['String'];
|
1224
|
-
success: Scalars['Boolean'];
|
1225
|
-
};
|
1226
|
-
export type PhoneConfig = {
|
1227
|
-
__typename?: 'PhoneConfig';
|
1228
|
-
available_countries?: Maybe<Array<Scalars['String']>>;
|
1229
|
-
default_country?: Maybe<Scalars['String']>;
|
1230
|
-
};
|
1231
|
-
export type PluginActionSettingsProperty = {
|
1232
|
-
__typename?: 'PluginActionSettingsProperty';
|
1233
|
-
key: Scalars['String'];
|
1234
|
-
label: Scalars['String'];
|
1235
|
-
value: Scalars['String'];
|
1236
|
-
};
|
1237
|
-
export type PreviousAnswers = {
|
1238
|
-
__typename?: 'PreviousAnswers';
|
1239
|
-
activity_id: Scalars['ID'];
|
1240
|
-
answers: Array<Answer>;
|
1241
|
-
date: Scalars['String'];
|
1242
|
-
};
|
1243
|
-
export type PublishedPathwayDefinition = {
|
1244
|
-
__typename?: 'PublishedPathwayDefinition';
|
1245
|
-
active_activities?: Maybe<Scalars['Float']>;
|
1246
|
-
/** Details about the latest pathway definition */
|
1247
|
-
all?: Maybe<PathwayDefinitionDetails>;
|
1248
|
-
cancelled_activities?: Maybe<Scalars['Float']>;
|
1249
|
-
created?: Maybe<AuditTrail>;
|
1250
|
-
/**
|
1251
|
-
* Starting/baseline data point definitions for the pathway
|
1252
|
-
* @deprecated Use data_point_definitions instead
|
1253
|
-
*/
|
1254
|
-
dataPointDefinitions: Array<DataPointDefinition>;
|
1255
|
-
/** Starting/baseline data point definitions for the pathway */
|
1256
|
-
data_point_definitions?: Maybe<Array<DataPointDefinition>>;
|
1257
|
-
failed_activities?: Maybe<Scalars['Float']>;
|
1258
|
-
id: Scalars['ID'];
|
1259
|
-
last_updated?: Maybe<AuditTrail>;
|
1260
|
-
/** Details about all pathway definitions */
|
1261
|
-
latest?: Maybe<PathwayDefinitionDetails>;
|
1262
|
-
patients_with_pending_activities?: Maybe<Scalars['Float']>;
|
1263
|
-
release_date?: Maybe<Scalars['String']>;
|
1264
|
-
release_id?: Maybe<Scalars['String']>;
|
1265
|
-
stakeholders_with_pending_activities_list?: Maybe<Array<Scalars['String']>>;
|
1266
|
-
title: Scalars['String'];
|
1267
|
-
total_activities?: Maybe<Scalars['Float']>;
|
1268
|
-
total_patients?: Maybe<Scalars['Float']>;
|
1269
|
-
total_stakeholders?: Maybe<Scalars['Float']>;
|
1270
|
-
/** Tracks for the pathway */
|
1271
|
-
track_definitions?: Maybe<Array<Track>>;
|
1272
|
-
version?: Maybe<Scalars['Float']>;
|
1273
|
-
};
|
1274
|
-
export type PublishedPathwayDefinitionsPayload = PaginationAndSortingPayload & {
|
1275
|
-
__typename?: 'PublishedPathwayDefinitionsPayload';
|
1276
|
-
code: Scalars['String'];
|
1277
|
-
pagination?: Maybe<PaginationOutput>;
|
1278
|
-
publishedPathwayDefinitions: Array<PublishedPathwayDefinition>;
|
1279
|
-
sorting?: Maybe<SortingOutput>;
|
1280
|
-
success: Scalars['Boolean'];
|
1281
|
-
};
|
1282
|
-
export type Query = {
|
1283
|
-
__typename?: 'Query';
|
1284
|
-
activities: ActivitiesPayload;
|
1285
|
-
adHocTracksByPathway: TracksPayload;
|
1286
|
-
adHocTracksByRelease: TracksPayload;
|
1287
|
-
apiCall: ApiCallPayload;
|
1288
|
-
apiCalls: ApiCallsPayload;
|
1289
|
-
baselineInfo: BaselineInfoPayload;
|
1290
|
-
calculationAction: ActionPayload;
|
1291
|
-
calculationResults: CalculationResultsPayload;
|
1292
|
-
checklist: ChecklistPayload;
|
1293
|
-
clinicalNote: ClinicalNotePayload;
|
1294
|
-
emrReport: EmrReportPayload;
|
1295
|
-
extensionActivityRecord: ExtensionActivityRecordPayload;
|
1296
|
-
filterStakeholders: StakeholdersPayload;
|
1297
|
-
form: FormPayload;
|
1298
|
-
formResponse: FormResponsePayload;
|
1299
|
-
forms: FormsPayload;
|
1300
|
-
getOrchestrationFactsFromPrompt: OrchestrationFactsPromptPayload;
|
1301
|
-
getStatusForPublishedPathwayDefinitions: PublishedPathwayDefinitionsPayload;
|
1302
|
-
hostedPagesLink: HostedPagesLinkPayload;
|
1303
|
-
hostedSession: HostedSessionPayload;
|
1304
|
-
hostedSessionActivities: HostedSessionActivitiesPayload;
|
1305
|
-
message: MessagePayload;
|
1306
|
-
myActivities: ActivitiesPayload;
|
1307
|
-
myPathways: PathwaysPayload;
|
1308
|
-
myPendingActivities: ActivitiesPayload;
|
1309
|
-
pathway: PathwayPayload;
|
1310
|
-
pathwayActivities: ActivitiesPayload;
|
1311
|
-
pathwayDataPointDefinitions: PathwayDataPointDefinitionsPayload;
|
1312
|
-
pathwayElements: ElementsPayload;
|
1313
|
-
pathwayFacts: OrchestrationFactsPayload;
|
1314
|
-
pathwayStepActivities: ActivitiesPayload;
|
1315
|
-
pathways: PathwaysPayload;
|
1316
|
-
patient: PatientPayload;
|
1317
|
-
patientByIdentifier: PatientPayload;
|
1318
|
-
patientDemographicsQueryConfiguration: PatientDemographicsQueryConfigurationPayload;
|
1319
|
-
patientPathways: PatientPathwaysPayload;
|
1320
|
-
patients: PatientsPayload;
|
1321
|
-
publishedPathwayDefinitions: PublishedPathwayDefinitionsPayload;
|
1322
|
-
publishedPathwayDefinitionsDashboard: PublishedPathwayDefinitionsPayload;
|
1323
|
-
scheduledSteps: ScheduledStepsPayload;
|
1324
|
-
scheduledTracksForPathway: ScheduledTracksPayload;
|
1325
|
-
searchPatientsByNationalRegistryNumber: SearchPatientsPayload;
|
1326
|
-
searchPatientsByPatientCode: SearchPatientsPayload;
|
1327
|
-
stakeholdersByDefinitionIds: StakeholdersPayload;
|
1328
|
-
stakeholdersByPathwayDefinitionIds: StakeholdersPayload;
|
1329
|
-
stakeholdersByReleaseIds: StakeholdersPayload;
|
1330
|
-
webhookCall: WebhookCallPayload;
|
1331
|
-
webhookCalls: WebhookCallsPayload;
|
1332
|
-
webhookCallsForPathwayDefinition: WebhookCallsPayload;
|
1333
|
-
webhookCallsForTenant: WebhookCallsPayload;
|
1334
|
-
whoami: CurrentUserPayload;
|
1335
|
-
};
|
1336
|
-
export type QueryActivitiesArgs = {
|
1337
|
-
filters?: InputMaybe<FilterActivitiesParams>;
|
1338
|
-
pagination?: InputMaybe<PaginationParams>;
|
1339
|
-
sorting?: InputMaybe<SortingParams>;
|
1340
|
-
};
|
1341
|
-
export type QueryAdHocTracksByPathwayArgs = {
|
1342
|
-
pathway_id: Scalars['String'];
|
1343
|
-
};
|
1344
|
-
export type QueryAdHocTracksByReleaseArgs = {
|
1345
|
-
release_id: Scalars['String'];
|
1346
|
-
};
|
1347
|
-
export type QueryApiCallArgs = {
|
1348
|
-
id: Scalars['String'];
|
1349
|
-
};
|
1350
|
-
export type QueryApiCallsArgs = {
|
1351
|
-
pathway_id: Scalars['String'];
|
1352
|
-
};
|
1353
|
-
export type QueryBaselineInfoArgs = {
|
1354
|
-
pathway_id: Scalars['String'];
|
1355
|
-
};
|
1356
|
-
export type QueryCalculationActionArgs = {
|
1357
|
-
id: Scalars['String'];
|
1358
|
-
};
|
1359
|
-
export type QueryCalculationResultsArgs = {
|
1360
|
-
activity_id: Scalars['String'];
|
1361
|
-
pathway_id: Scalars['String'];
|
1362
|
-
};
|
1363
|
-
export type QueryChecklistArgs = {
|
1364
|
-
id: Scalars['String'];
|
1365
|
-
};
|
1366
|
-
export type QueryClinicalNoteArgs = {
|
1367
|
-
id: Scalars['String'];
|
1368
|
-
};
|
1369
|
-
export type QueryEmrReportArgs = {
|
1370
|
-
id: Scalars['String'];
|
1371
|
-
};
|
1372
|
-
export type QueryExtensionActivityRecordArgs = {
|
1373
|
-
id: Scalars['String'];
|
1374
|
-
};
|
1375
|
-
export type QueryFilterStakeholdersArgs = {
|
1376
|
-
pathway_definition_ids?: InputMaybe<Array<Scalars['String']>>;
|
1377
|
-
release_ids?: InputMaybe<Array<Scalars['String']>>;
|
1378
|
-
stakeholder_definition_ids?: InputMaybe<Array<Scalars['String']>>;
|
1379
|
-
};
|
1380
|
-
export type QueryFormArgs = {
|
1381
|
-
id: Scalars['String'];
|
1382
|
-
};
|
1383
|
-
export type QueryFormResponseArgs = {
|
1384
|
-
activity_id: Scalars['String'];
|
1385
|
-
pathway_id: Scalars['String'];
|
1386
|
-
};
|
1387
|
-
export type QueryFormsArgs = {
|
1388
|
-
pathway_definition_id: Scalars['String'];
|
1389
|
-
release_id?: InputMaybe<Scalars['String']>;
|
1390
|
-
};
|
1391
|
-
export type QueryGetOrchestrationFactsFromPromptArgs = {
|
1392
|
-
pathway_id: Scalars['String'];
|
1393
|
-
prompt: Scalars['String'];
|
1394
|
-
};
|
1395
|
-
export type QueryHostedPagesLinkArgs = {
|
1396
|
-
pathway_id: Scalars['String'];
|
1397
|
-
stakeholder_id: Scalars['String'];
|
1398
|
-
};
|
1399
|
-
export type QueryHostedSessionActivitiesArgs = {
|
1400
|
-
only_stakeholder_activities?: InputMaybe<Scalars['Boolean']>;
|
1401
|
-
};
|
1402
|
-
export type QueryMessageArgs = {
|
1403
|
-
id: Scalars['String'];
|
1404
|
-
};
|
1405
|
-
export type QueryMyActivitiesArgs = {
|
1406
|
-
pagination?: InputMaybe<PaginationParams>;
|
1407
|
-
pathway_id: Scalars['String'];
|
1408
|
-
sorting?: InputMaybe<SortingParams>;
|
1409
|
-
};
|
1410
|
-
export type QueryPathwayArgs = {
|
1411
|
-
id: Scalars['String'];
|
1412
|
-
};
|
1413
|
-
export type QueryPathwayActivitiesArgs = {
|
1414
|
-
pagination?: InputMaybe<PaginationParams>;
|
1415
|
-
pathway_id: Scalars['String'];
|
1416
|
-
sorting?: InputMaybe<SortingParams>;
|
1417
|
-
};
|
1418
|
-
export type QueryPathwayDataPointDefinitionsArgs = {
|
1419
|
-
filters?: InputMaybe<FilterPathwayDataPointDefinitionsParams>;
|
1420
|
-
pathway_definition_id?: InputMaybe<Scalars['String']>;
|
1421
|
-
release_id: Scalars['String'];
|
1422
|
-
};
|
1423
|
-
export type QueryPathwayElementsArgs = {
|
1424
|
-
pathway_id: Scalars['String'];
|
1425
|
-
};
|
1426
|
-
export type QueryPathwayFactsArgs = {
|
1427
|
-
filters: PathwayFactsFilters;
|
1428
|
-
pagination?: InputMaybe<PaginationParams>;
|
1429
|
-
sorting?: InputMaybe<SortingParams>;
|
1430
|
-
};
|
1431
|
-
export type QueryPathwayStepActivitiesArgs = {
|
1432
|
-
pathway_id: Scalars['String'];
|
1433
|
-
step_id: Scalars['String'];
|
1434
|
-
};
|
1435
|
-
export type QueryPathwaysArgs = {
|
1436
|
-
filters?: InputMaybe<FilterPathways>;
|
1437
|
-
pagination?: InputMaybe<PaginationParams>;
|
1438
|
-
sorting?: InputMaybe<SortingParams>;
|
1439
|
-
};
|
1440
|
-
export type QueryPatientArgs = {
|
1441
|
-
id: Scalars['String'];
|
1442
|
-
};
|
1443
|
-
export type QueryPatientByIdentifierArgs = {
|
1444
|
-
system: Scalars['String'];
|
1445
|
-
value: Scalars['String'];
|
1446
|
-
};
|
1447
|
-
export type QueryPatientPathwaysArgs = {
|
1448
|
-
filters?: InputMaybe<FilterPatientPathways>;
|
1449
|
-
patient_id: Scalars['String'];
|
1450
|
-
};
|
1451
|
-
export type QueryPatientsArgs = {
|
1452
|
-
filters?: InputMaybe<FilterPatients>;
|
1453
|
-
pagination?: InputMaybe<PaginationParams>;
|
1454
|
-
sorting?: InputMaybe<SortingParams>;
|
1455
|
-
};
|
1456
|
-
export type QueryPublishedPathwayDefinitionsDashboardArgs = {
|
1457
|
-
filters?: InputMaybe<FilterPathwayDefinitionsParams>;
|
1458
|
-
pagination?: InputMaybe<PaginationParams>;
|
1459
|
-
sorting?: InputMaybe<SortingParams>;
|
1460
|
-
};
|
1461
|
-
export type QueryScheduledStepsArgs = {
|
1462
|
-
pathway_id: Scalars['String'];
|
1463
|
-
};
|
1464
|
-
export type QueryScheduledTracksForPathwayArgs = {
|
1465
|
-
pathway_id: Scalars['String'];
|
1466
|
-
};
|
1467
|
-
export type QuerySearchPatientsByNationalRegistryNumberArgs = {
|
1468
|
-
national_registry_number: Scalars['String'];
|
1469
|
-
};
|
1470
|
-
export type QuerySearchPatientsByPatientCodeArgs = {
|
1471
|
-
patient_code: Scalars['String'];
|
1472
|
-
};
|
1473
|
-
export type QueryStakeholdersByDefinitionIdsArgs = {
|
1474
|
-
stakeholder_definition_ids: Array<Scalars['String']>;
|
1475
|
-
};
|
1476
|
-
export type QueryStakeholdersByPathwayDefinitionIdsArgs = {
|
1477
|
-
pathway_definition_ids: Array<Scalars['String']>;
|
1478
|
-
};
|
1479
|
-
export type QueryStakeholdersByReleaseIdsArgs = {
|
1480
|
-
release_ids: Array<Scalars['String']>;
|
1481
|
-
};
|
1482
|
-
export type QueryWebhookCallArgs = {
|
1483
|
-
webhook_call_id: Scalars['String'];
|
1484
|
-
};
|
1485
|
-
export type QueryWebhookCallsArgs = {
|
1486
|
-
pathway_id: Scalars['String'];
|
1487
|
-
};
|
1488
|
-
export type QueryWebhookCallsForPathwayDefinitionArgs = {
|
1489
|
-
pathway_definition_id: Scalars['String'];
|
1490
|
-
};
|
1491
|
-
export type Question = {
|
1492
|
-
__typename?: 'Question';
|
1493
|
-
dataPointValueType?: Maybe<DataPointValueType>;
|
1494
|
-
definition_id: Scalars['String'];
|
1495
|
-
id: Scalars['ID'];
|
1496
|
-
key: Scalars['String'];
|
1497
|
-
metadata?: Maybe<Scalars['String']>;
|
1498
|
-
options?: Maybe<Array<Option>>;
|
1499
|
-
questionConfig?: Maybe<QuestionConfig>;
|
1500
|
-
questionType?: Maybe<QuestionType>;
|
1501
|
-
rule?: Maybe<Rule>;
|
1502
|
-
title: Scalars['String'];
|
1503
|
-
userQuestionType?: Maybe<UserQuestionType>;
|
1504
|
-
};
|
1505
|
-
export type QuestionConfig = {
|
1506
|
-
__typename?: 'QuestionConfig';
|
1507
|
-
date?: Maybe<DateConfig>;
|
1508
|
-
mandatory: Scalars['Boolean'];
|
1509
|
-
multiple_select?: Maybe<MultipleSelectConfig>;
|
1510
|
-
number?: Maybe<NumberConfig>;
|
1511
|
-
phone?: Maybe<PhoneConfig>;
|
1512
|
-
recode_enabled?: Maybe<Scalars['Boolean']>;
|
1513
|
-
slider?: Maybe<SliderConfig>;
|
1514
|
-
use_select?: Maybe<Scalars['Boolean']>;
|
1515
|
-
};
|
1516
|
-
export type QuestionResponseInput = {
|
1517
|
-
question_id: Scalars['String'];
|
1518
|
-
value: Scalars['String'];
|
1519
|
-
};
|
1520
|
-
export type QuestionRuleResult = {
|
1521
|
-
__typename?: 'QuestionRuleResult';
|
1522
|
-
question_id: Scalars['String'];
|
1523
|
-
rule_id: Scalars['String'];
|
1524
|
-
satisfied: Scalars['Boolean'];
|
1525
|
-
};
|
1526
|
-
export declare enum QuestionType {
|
1527
|
-
Input = "INPUT",
|
1528
|
-
MultipleChoice = "MULTIPLE_CHOICE",
|
1529
|
-
NoInput = "NO_INPUT"
|
1530
|
-
}
|
1531
|
-
export type Range = {
|
1532
|
-
__typename?: 'Range';
|
1533
|
-
max?: Maybe<Scalars['Float']>;
|
1534
|
-
min?: Maybe<Scalars['Float']>;
|
1535
|
-
};
|
1536
|
-
export type RangeConfig = {
|
1537
|
-
__typename?: 'RangeConfig';
|
1538
|
-
enabled?: Maybe<Scalars['Boolean']>;
|
1539
|
-
max?: Maybe<Scalars['Float']>;
|
1540
|
-
min?: Maybe<Scalars['Float']>;
|
1541
|
-
};
|
1542
|
-
export type RetryActivityInput = {
|
1543
|
-
activity_id: Scalars['String'];
|
1544
|
-
};
|
1545
|
-
export type RetryAllApiCallsInput = {
|
1546
|
-
pathway_id: Scalars['String'];
|
1547
|
-
};
|
1548
|
-
export type RetryAllFailedApiCallsInput = {
|
1549
|
-
pathway_id: Scalars['String'];
|
1550
|
-
};
|
1551
|
-
export type RetryAllFailedWebhookCallsForPathwayDefinitionInput = {
|
1552
|
-
pathway_definition_id: Scalars['String'];
|
1553
|
-
};
|
1554
|
-
export type RetryAllFailedWebhookCallsInput = {
|
1555
|
-
pathway_id: Scalars['String'];
|
1556
|
-
};
|
1557
|
-
export type RetryAllWebhookCallsInput = {
|
1558
|
-
pathway_id: Scalars['String'];
|
1559
|
-
};
|
1560
|
-
export type RetryApiCallInput = {
|
1561
|
-
api_call_id: Scalars['String'];
|
1562
|
-
};
|
1563
|
-
export type RetryApiCallPayload = Payload & {
|
1564
|
-
__typename?: 'RetryApiCallPayload';
|
1565
|
-
api_call: ApiCall;
|
1566
|
-
code: Scalars['String'];
|
1567
|
-
success: Scalars['Boolean'];
|
1568
|
-
};
|
1569
|
-
export type RetryPushToEmrInput = {
|
1570
|
-
activity_id: Scalars['String'];
|
1571
|
-
};
|
1572
|
-
export type RetryWebhookCallInput = {
|
1573
|
-
webhook_call_id: Scalars['String'];
|
1574
|
-
};
|
1575
|
-
export type RetryWebhookCallPayload = Payload & {
|
1576
|
-
__typename?: 'RetryWebhookCallPayload';
|
1577
|
-
code: Scalars['String'];
|
1578
|
-
success: Scalars['Boolean'];
|
1579
|
-
webhook_call: WebhookCall;
|
1580
|
-
};
|
1581
|
-
export type Rule = {
|
1582
|
-
__typename?: 'Rule';
|
1583
|
-
boolean_operator: BooleanOperator;
|
1584
|
-
conditions: Array<Condition>;
|
1585
|
-
definition_id?: Maybe<Scalars['String']>;
|
1586
|
-
id: Scalars['ID'];
|
1587
|
-
};
|
1588
|
-
export type SaveBaselineInfoInput = {
|
1589
|
-
baseline_info: Array<BaselineInfoInput>;
|
1590
|
-
pathway_id: Scalars['String'];
|
1591
|
-
};
|
1592
|
-
export type ScheduleTrackInput = {
|
1593
|
-
cancel_any_scheduled?: InputMaybe<Scalars['Boolean']>;
|
1594
|
-
pathway_id: Scalars['String'];
|
1595
|
-
scheduled_date: Scalars['String'];
|
1596
|
-
track_id: Scalars['String'];
|
1597
|
-
};
|
1598
|
-
export type ScheduleTrackPayload = Payload & {
|
1599
|
-
__typename?: 'ScheduleTrackPayload';
|
1600
|
-
code: Scalars['String'];
|
1601
|
-
id: Scalars['String'];
|
1602
|
-
success: Scalars['Boolean'];
|
1603
|
-
};
|
1604
|
-
export type ScheduledStepsPayload = Payload & {
|
1605
|
-
__typename?: 'ScheduledStepsPayload';
|
1606
|
-
code: Scalars['String'];
|
1607
|
-
steps: Array<Element>;
|
1608
|
-
success: Scalars['Boolean'];
|
1609
|
-
};
|
1610
|
-
export type ScheduledTrack = {
|
1611
|
-
__typename?: 'ScheduledTrack';
|
1612
|
-
created_by_user_id: Scalars['String'];
|
1613
|
-
created_date: Scalars['String'];
|
1614
|
-
id: Scalars['ID'];
|
1615
|
-
modified_date?: Maybe<Scalars['String']>;
|
1616
|
-
pathway_id: Scalars['String'];
|
1617
|
-
release_id: Scalars['String'];
|
1618
|
-
scheduled_date: Scalars['String'];
|
1619
|
-
status: Scalars['String'];
|
1620
|
-
tenant_id: Scalars['String'];
|
1621
|
-
title: Scalars['String'];
|
1622
|
-
track_definition_id: Scalars['String'];
|
1623
|
-
};
|
1624
|
-
export type ScheduledTracksPayload = Payload & {
|
1625
|
-
__typename?: 'ScheduledTracksPayload';
|
1626
|
-
code: Scalars['String'];
|
1627
|
-
scheduled_tracks: Array<ScheduledTrack>;
|
1628
|
-
success: Scalars['Boolean'];
|
1629
|
-
};
|
1630
|
-
export type SearchPatientsPayload = Payload & {
|
1631
|
-
__typename?: 'SearchPatientsPayload';
|
1632
|
-
code: Scalars['String'];
|
1633
|
-
patients: Array<User>;
|
1634
|
-
success: Scalars['Boolean'];
|
1635
|
-
};
|
1636
|
-
export type SessionMetadata = {
|
1637
|
-
__typename?: 'SessionMetadata';
|
1638
|
-
pathway_definition_id?: Maybe<Scalars['String']>;
|
1639
|
-
tenant_id?: Maybe<Scalars['String']>;
|
1640
|
-
};
|
1641
|
-
export declare enum Sex {
|
1642
|
-
Female = "FEMALE",
|
1643
|
-
Male = "MALE",
|
1644
|
-
NotKnown = "NOT_KNOWN"
|
1645
|
-
}
|
1646
|
-
export type SingleCalculationResult = {
|
1647
|
-
__typename?: 'SingleCalculationResult';
|
1648
|
-
status?: Maybe<Scalars['String']>;
|
1649
|
-
subresult_id: Scalars['String'];
|
1650
|
-
unit?: Maybe<Scalars['String']>;
|
1651
|
-
value: Scalars['String'];
|
1652
|
-
value_type?: Maybe<DataPointValueType>;
|
1653
|
-
};
|
1654
|
-
export type SliderConfig = {
|
1655
|
-
__typename?: 'SliderConfig';
|
1656
|
-
display_marks: Scalars['Boolean'];
|
1657
|
-
is_value_tooltip_on: Scalars['Boolean'];
|
1658
|
-
max: Scalars['Float'];
|
1659
|
-
max_label: Scalars['String'];
|
1660
|
-
min: Scalars['Float'];
|
1661
|
-
min_label: Scalars['String'];
|
1662
|
-
show_min_max_values: Scalars['Boolean'];
|
1663
|
-
step_value: Scalars['Float'];
|
1664
|
-
};
|
1665
|
-
export type SortingOutput = {
|
1666
|
-
__typename?: 'SortingOutput';
|
1667
|
-
direction: Scalars['String'];
|
1668
|
-
field: Scalars['String'];
|
1669
|
-
};
|
1670
|
-
export type SortingParams = {
|
1671
|
-
direction: Scalars['String'];
|
1672
|
-
field: Scalars['String'];
|
1673
|
-
};
|
1674
|
-
export type Stakeholder = {
|
1675
|
-
__typename?: 'Stakeholder';
|
1676
|
-
clinical_app_role: StakeholderClinicalAppRole;
|
1677
|
-
definition_id: Scalars['String'];
|
1678
|
-
id: Scalars['ID'];
|
1679
|
-
label: StakeholderLabel;
|
1680
|
-
release_id: Scalars['String'];
|
1681
|
-
version: Scalars['Float'];
|
1682
|
-
};
|
1683
|
-
export declare enum StakeholderClinicalAppRole {
|
1684
|
-
Caregiver = "CAREGIVER",
|
1685
|
-
Patient = "PATIENT",
|
1686
|
-
Physician = "PHYSICIAN"
|
1687
|
-
}
|
1688
|
-
export type StakeholderLabel = {
|
1689
|
-
__typename?: 'StakeholderLabel';
|
1690
|
-
en: Scalars['String'];
|
1691
|
-
};
|
1692
|
-
export type StakeholdersPayload = Payload & {
|
1693
|
-
__typename?: 'StakeholdersPayload';
|
1694
|
-
code: Scalars['String'];
|
1695
|
-
stakeholders: Array<Stakeholder>;
|
1696
|
-
success: Scalars['Boolean'];
|
1697
|
-
};
|
1698
|
-
export type StartHostedActivitySessionInput = {
|
1699
|
-
cancel_url?: InputMaybe<Scalars['String']>;
|
1700
|
-
/** ISO 639-1 shortcode */
|
1701
|
-
language?: InputMaybe<Scalars['String']>;
|
1702
|
-
pathway_id: Scalars['String'];
|
1703
|
-
stakeholder_id: Scalars['String'];
|
1704
|
-
success_url?: InputMaybe<Scalars['String']>;
|
1705
|
-
};
|
1706
|
-
export type StartHostedActivitySessionPayload = Payload & {
|
1707
|
-
__typename?: 'StartHostedActivitySessionPayload';
|
1708
|
-
code: Scalars['String'];
|
1709
|
-
language?: Maybe<Scalars['String']>;
|
1710
|
-
session_id: Scalars['String'];
|
1711
|
-
session_url: Scalars['String'];
|
1712
|
-
success: Scalars['Boolean'];
|
1713
|
-
};
|
1714
|
-
export type StartHostedActivitySessionViaHostedPagesLinkInput = {
|
1715
|
-
hosted_pages_link_id: Scalars['String'];
|
1716
|
-
};
|
1717
|
-
export type StartHostedPathwaySessionFromLinkInput = {
|
1718
|
-
id: Scalars['String'];
|
1719
|
-
patient_identifier?: InputMaybe<IdentifierInput>;
|
1720
|
-
};
|
1721
|
-
export type StartHostedPathwaySessionFromLinkPayload = Payload & {
|
1722
|
-
__typename?: 'StartHostedPathwaySessionFromLinkPayload';
|
1723
|
-
code: Scalars['String'];
|
1724
|
-
session_url: Scalars['String'];
|
1725
|
-
success: Scalars['Boolean'];
|
1726
|
-
};
|
1727
|
-
export type StartHostedPathwaySessionInput = {
|
1728
|
-
cancel_url?: InputMaybe<Scalars['String']>;
|
1729
|
-
data_points?: InputMaybe<Array<DataPointInput>>;
|
1730
|
-
/** ISO 639-1 shortcode */
|
1731
|
-
language?: InputMaybe<Scalars['String']>;
|
1732
|
-
pathway_definition_id: Scalars['String'];
|
1733
|
-
/** Unique id of the patient in Awell, if not provided, patient identifier will be tried to uniquely identify the patient. */
|
1734
|
-
patient_id?: InputMaybe<Scalars['String']>;
|
1735
|
-
/** If no patient_id is provided this field will be used to uniquely identify the patient. */
|
1736
|
-
patient_identifier?: InputMaybe<IdentifierInput>;
|
1737
|
-
success_url?: InputMaybe<Scalars['String']>;
|
1738
|
-
/** Time-to-live of the session in seconds. This defaults to the maximal value of 3600 seconds (one hour). */
|
1739
|
-
ttl?: InputMaybe<Scalars['Float']>;
|
1740
|
-
};
|
1741
|
-
export type StartHostedPathwaySessionPayload = Payload & {
|
1742
|
-
__typename?: 'StartHostedPathwaySessionPayload';
|
1743
|
-
code: Scalars['String'];
|
1744
|
-
pathway_id: Scalars['String'];
|
1745
|
-
session_id: Scalars['String'];
|
1746
|
-
session_url: Scalars['String'];
|
1747
|
-
stakeholder: HostedSessionStakeholder;
|
1748
|
-
success: Scalars['Boolean'];
|
1749
|
-
};
|
1750
|
-
export type StartPathwayInput = {
|
1751
|
-
data_points?: InputMaybe<Array<DataPointInput>>;
|
1752
|
-
pathway_definition_id: Scalars['String'];
|
1753
|
-
patient_id: Scalars['String'];
|
1754
|
-
release_id?: InputMaybe<Scalars['String']>;
|
1755
|
-
};
|
1756
|
-
export type StartPathwayPayload = Payload & {
|
1757
|
-
__typename?: 'StartPathwayPayload';
|
1758
|
-
code: Scalars['String'];
|
1759
|
-
pathway_id: Scalars['String'];
|
1760
|
-
stakeholders: Array<Stakeholder>;
|
1761
|
-
success: Scalars['Boolean'];
|
1762
|
-
};
|
1763
|
-
export type StartPathwayWithPatientIdentifierInput = {
|
1764
|
-
data_points?: InputMaybe<Array<DataPointInput>>;
|
1765
|
-
pathway_definition_id: Scalars['String'];
|
1766
|
-
patient_identifier: IdentifierInput;
|
1767
|
-
release_id?: InputMaybe<Scalars['String']>;
|
1768
|
-
};
|
1769
|
-
export type StartPathwayWithPatientIdentifierPayload = Payload & {
|
1770
|
-
__typename?: 'StartPathwayWithPatientIdentifierPayload';
|
1771
|
-
code: Scalars['String'];
|
1772
|
-
pathway_id: Scalars['String'];
|
1773
|
-
patient_id: Scalars['String'];
|
1774
|
-
stakeholders: Array<Stakeholder>;
|
1775
|
-
success: Scalars['Boolean'];
|
1776
|
-
};
|
1777
|
-
export type StopPathwayInput = {
|
1778
|
-
pathway_id: Scalars['String'];
|
1779
|
-
reason?: InputMaybe<Scalars['String']>;
|
1780
|
-
};
|
1781
|
-
export type StopTrackInput = {
|
1782
|
-
pathway_id: Scalars['String'];
|
1783
|
-
track_id: Scalars['String'];
|
1784
|
-
};
|
1785
|
-
export type StopTrackPayload = Payload & {
|
1786
|
-
__typename?: 'StopTrackPayload';
|
1787
|
-
code: Scalars['String'];
|
1788
|
-
success: Scalars['Boolean'];
|
1789
|
-
track: Element;
|
1790
|
-
};
|
1791
|
-
export type StringArrayFilter = {
|
1792
|
-
in?: InputMaybe<Array<Scalars['String']>>;
|
1793
|
-
};
|
1794
|
-
export type SubActivity = {
|
1795
|
-
__typename?: 'SubActivity';
|
1796
|
-
action: ActivityAction;
|
1797
|
-
date: Scalars['String'];
|
1798
|
-
error?: Maybe<Scalars['String']>;
|
1799
|
-
error_category?: Maybe<Scalars['String']>;
|
1800
|
-
id: Scalars['String'];
|
1801
|
-
object?: Maybe<ActivityObject>;
|
1802
|
-
subject: ActivitySubject;
|
1803
|
-
text?: Maybe<TranslatedText>;
|
1804
|
-
};
|
1805
|
-
export type SubmitChecklistInput = {
|
1806
|
-
activity_id: Scalars['String'];
|
1807
|
-
};
|
1808
|
-
export type SubmitChecklistPayload = Payload & {
|
1809
|
-
__typename?: 'SubmitChecklistPayload';
|
1810
|
-
activity: Activity;
|
1811
|
-
code: Scalars['String'];
|
1812
|
-
success: Scalars['Boolean'];
|
1813
|
-
};
|
1814
|
-
export type SubmitFormResponseInput = {
|
1815
|
-
activity_id: Scalars['String'];
|
1816
|
-
response: Array<QuestionResponseInput>;
|
1817
|
-
};
|
1818
|
-
export type SubmitFormResponsePayload = Payload & {
|
1819
|
-
__typename?: 'SubmitFormResponsePayload';
|
1820
|
-
activity: Activity;
|
1821
|
-
code: Scalars['String'];
|
1822
|
-
success: Scalars['Boolean'];
|
1823
|
-
};
|
1824
|
-
export type Subscription = {
|
1825
|
-
__typename?: 'Subscription';
|
1826
|
-
activityCompleted: Activity;
|
1827
|
-
activityCreated: Activity;
|
1828
|
-
activityExpired: Activity;
|
1829
|
-
activityUpdated: Activity;
|
1830
|
-
apiCallCreated: ApiCall;
|
1831
|
-
apiCallUpdated: ApiCall;
|
1832
|
-
elementCompleted: Element;
|
1833
|
-
elementCreated: Element;
|
1834
|
-
elementUpdated: Element;
|
1835
|
-
pathwayUpdated: Pathway;
|
1836
|
-
sessionActivityCompleted: Activity;
|
1837
|
-
sessionActivityCreated: Activity;
|
1838
|
-
sessionActivityExpired: Activity;
|
1839
|
-
sessionActivityUpdated: Activity;
|
1840
|
-
sessionCompleted: HostedSession;
|
1841
|
-
sessionExpired: HostedSession;
|
1842
|
-
webhookCallCreated: WebhookCall;
|
1843
|
-
webhookCallUpdated: WebhookCall;
|
1844
|
-
};
|
1845
|
-
export type SubscriptionActivityCompletedArgs = {
|
1846
|
-
only_patient_activities?: InputMaybe<Scalars['Boolean']>;
|
1847
|
-
pathway_id?: InputMaybe<Scalars['String']>;
|
1848
|
-
};
|
1849
|
-
export type SubscriptionActivityCreatedArgs = {
|
1850
|
-
only_patient_activities?: InputMaybe<Scalars['Boolean']>;
|
1851
|
-
pathway_id?: InputMaybe<Scalars['String']>;
|
1852
|
-
};
|
1853
|
-
export type SubscriptionActivityExpiredArgs = {
|
1854
|
-
only_patient_activities?: InputMaybe<Scalars['Boolean']>;
|
1855
|
-
pathway_id?: InputMaybe<Scalars['String']>;
|
1856
|
-
};
|
1857
|
-
export type SubscriptionActivityUpdatedArgs = {
|
1858
|
-
only_patient_activities?: InputMaybe<Scalars['Boolean']>;
|
1859
|
-
pathway_id?: InputMaybe<Scalars['String']>;
|
1860
|
-
};
|
1861
|
-
export type SubscriptionApiCallCreatedArgs = {
|
1862
|
-
pathway_id: Scalars['String'];
|
1863
|
-
};
|
1864
|
-
export type SubscriptionApiCallUpdatedArgs = {
|
1865
|
-
pathway_id: Scalars['String'];
|
1866
|
-
};
|
1867
|
-
export type SubscriptionElementCompletedArgs = {
|
1868
|
-
element_type?: InputMaybe<ElementType>;
|
1869
|
-
pathway_id: Scalars['String'];
|
1870
|
-
};
|
1871
|
-
export type SubscriptionElementCreatedArgs = {
|
1872
|
-
element_type?: InputMaybe<ElementType>;
|
1873
|
-
pathway_id: Scalars['String'];
|
1874
|
-
};
|
1875
|
-
export type SubscriptionElementUpdatedArgs = {
|
1876
|
-
element_type?: InputMaybe<ElementType>;
|
1877
|
-
pathway_id: Scalars['String'];
|
1878
|
-
};
|
1879
|
-
export type SubscriptionPathwayUpdatedArgs = {
|
1880
|
-
id: Scalars['ID'];
|
1881
|
-
};
|
1882
|
-
export type SubscriptionSessionActivityCompletedArgs = {
|
1883
|
-
only_stakeholder_activities?: InputMaybe<Scalars['Boolean']>;
|
1884
|
-
};
|
1885
|
-
export type SubscriptionSessionActivityCreatedArgs = {
|
1886
|
-
only_stakeholder_activities?: InputMaybe<Scalars['Boolean']>;
|
1887
|
-
};
|
1888
|
-
export type SubscriptionSessionActivityExpiredArgs = {
|
1889
|
-
only_stakeholder_activities?: InputMaybe<Scalars['Boolean']>;
|
1890
|
-
};
|
1891
|
-
export type SubscriptionSessionActivityUpdatedArgs = {
|
1892
|
-
only_stakeholder_activities?: InputMaybe<Scalars['Boolean']>;
|
1893
|
-
};
|
1894
|
-
export type SubscriptionWebhookCallCreatedArgs = {
|
1895
|
-
pathway_id: Scalars['String'];
|
1896
|
-
};
|
1897
|
-
export type SubscriptionWebhookCallUpdatedArgs = {
|
1898
|
-
pathway_id: Scalars['String'];
|
1899
|
-
};
|
1900
|
-
export type Tenant = {
|
1901
|
-
__typename?: 'Tenant';
|
1902
|
-
accent_color: Scalars['String'];
|
1903
|
-
hosted_page_title: Scalars['String'];
|
1904
|
-
identifier_systems?: Maybe<Array<IdentifierSystem>>;
|
1905
|
-
is_default: Scalars['Boolean'];
|
1906
|
-
logo_path: Scalars['String'];
|
1907
|
-
name: Scalars['String'];
|
1908
|
-
};
|
1909
|
-
export type TextFilter = {
|
1910
|
-
contains?: InputMaybe<Scalars['String']>;
|
1911
|
-
eq?: InputMaybe<Scalars['String']>;
|
1912
|
-
};
|
1913
|
-
export type TextFilterContains = {
|
1914
|
-
contains?: InputMaybe<Scalars['String']>;
|
1915
|
-
};
|
1916
|
-
export type TextFilterEquals = {
|
1917
|
-
eq?: InputMaybe<Scalars['String']>;
|
1918
|
-
};
|
1919
|
-
export type Track = {
|
1920
|
-
__typename?: 'Track';
|
1921
|
-
/** Whether the track can be triggered manually (i.e. via addTrack or scheduleTrack mutations) */
|
1922
|
-
can_trigger_manually?: Maybe<Scalars['Boolean']>;
|
1923
|
-
/** The definition ID of the Track, can be used for adding or scheduling */
|
1924
|
-
id: Scalars['ID'];
|
1925
|
-
release_id?: Maybe<Scalars['String']>;
|
1926
|
-
title: Scalars['String'];
|
1927
|
-
};
|
1928
|
-
export type TracksPayload = Payload & {
|
1929
|
-
__typename?: 'TracksPayload';
|
1930
|
-
code: Scalars['String'];
|
1931
|
-
success: Scalars['Boolean'];
|
1932
|
-
tracks: Array<Track>;
|
1933
|
-
};
|
1934
|
-
export type TranslatedText = {
|
1935
|
-
__typename?: 'TranslatedText';
|
1936
|
-
en?: Maybe<Scalars['String']>;
|
1937
|
-
};
|
1938
|
-
export type UpdateBaselineInfoInput = {
|
1939
|
-
baseline_info: Array<BaselineInfoInput>;
|
1940
|
-
pathway_id: Scalars['String'];
|
1941
|
-
};
|
1942
|
-
export type UpdateEmrReportStatusInput = {
|
1943
|
-
reason: Scalars['String'];
|
1944
|
-
request_id: Scalars['String'];
|
1945
|
-
status: Scalars['String'];
|
1946
|
-
};
|
1947
|
-
export type UpdateEmrReportStatusPayload = Payload & {
|
1948
|
-
__typename?: 'UpdateEmrReportStatusPayload';
|
1949
|
-
code: Scalars['String'];
|
1950
|
-
request?: Maybe<EmrRequest>;
|
1951
|
-
success: Scalars['Boolean'];
|
1952
|
-
};
|
1953
|
-
export type UpdatePatientDemographicsQueryInput = {
|
1954
|
-
/** Index from the array returned from the PDQ response, which was used to create the patient */
|
1955
|
-
created_patient_entry_index: Scalars['Float'];
|
1956
|
-
/** Patient ID of the created patient in Awell */
|
1957
|
-
created_patient_id: Scalars['String'];
|
1958
|
-
query_id: Scalars['String'];
|
1959
|
-
};
|
1960
|
-
export type UpdatePatientDemographicsQueryPayload = Payload & {
|
1961
|
-
__typename?: 'UpdatePatientDemographicsQueryPayload';
|
1962
|
-
code: Scalars['String'];
|
1963
|
-
created_patient_entry_index: Scalars['Float'];
|
1964
|
-
created_patient_id: Scalars['String'];
|
1965
|
-
success: Scalars['Boolean'];
|
1966
|
-
};
|
1967
|
-
export type UpdatePatientInput = {
|
1968
|
-
patient_id: Scalars['String'];
|
1969
|
-
profile: PatientProfileInput;
|
1970
|
-
};
|
1971
|
-
export type UpdatePatientLanguageInput = {
|
1972
|
-
/** ISO 639-1 shortcode */
|
1973
|
-
preferred_language: Scalars['String'];
|
1974
|
-
};
|
1975
|
-
export type UpdatePatientLanguagePayload = Payload & {
|
1976
|
-
__typename?: 'UpdatePatientLanguagePayload';
|
1977
|
-
code: Scalars['String'];
|
1978
|
-
success: Scalars['Boolean'];
|
1979
|
-
user?: Maybe<User>;
|
1980
|
-
};
|
1981
|
-
export type UpdatePatientPayload = Payload & {
|
1982
|
-
__typename?: 'UpdatePatientPayload';
|
1983
|
-
code: Scalars['String'];
|
1984
|
-
patient?: Maybe<User>;
|
1985
|
-
success: Scalars['Boolean'];
|
1986
|
-
};
|
1987
|
-
export type User = {
|
1988
|
-
__typename?: 'User';
|
1989
|
-
id: Scalars['ID'];
|
1990
|
-
profile?: Maybe<UserProfile>;
|
1991
|
-
tenant_id: Scalars['String'];
|
1992
|
-
};
|
1993
|
-
export type UserProfile = {
|
1994
|
-
__typename?: 'UserProfile';
|
1995
|
-
address?: Maybe<Address>;
|
1996
|
-
birth_date?: Maybe<Scalars['String']>;
|
1997
|
-
email?: Maybe<Scalars['String']>;
|
1998
|
-
first_name?: Maybe<Scalars['String']>;
|
1999
|
-
identifier?: Maybe<Array<Identifier>>;
|
2000
|
-
last_name?: Maybe<Scalars['String']>;
|
2001
|
-
mobile_phone?: Maybe<Scalars['String']>;
|
2002
|
-
name?: Maybe<Scalars['String']>;
|
2003
|
-
national_registry_number?: Maybe<Scalars['String']>;
|
2004
|
-
patient_code?: Maybe<Scalars['String']>;
|
2005
|
-
phone?: Maybe<Scalars['String']>;
|
2006
|
-
preferred_language?: Maybe<Scalars['String']>;
|
2007
|
-
/** Sex code as defined by ISO standard IEC_5218, 0 - NOT_KNOWN, 1 - MALE, 2 - FEMALE */
|
2008
|
-
sex?: Maybe<Sex>;
|
2009
|
-
};
|
2010
|
-
export declare enum UserQuestionType {
|
2011
|
-
Date = "DATE",
|
2012
|
-
Description = "DESCRIPTION",
|
2013
|
-
LongText = "LONG_TEXT",
|
2014
|
-
MultipleChoice = "MULTIPLE_CHOICE",
|
2015
|
-
MultipleChoiceGrid = "MULTIPLE_CHOICE_GRID",
|
2016
|
-
MultipleSelect = "MULTIPLE_SELECT",
|
2017
|
-
Number = "NUMBER",
|
2018
|
-
ShortText = "SHORT_TEXT",
|
2019
|
-
Signature = "SIGNATURE",
|
2020
|
-
Slider = "SLIDER",
|
2021
|
-
Telephone = "TELEPHONE",
|
2022
|
-
YesNo = "YES_NO"
|
2023
|
-
}
|
2024
|
-
export type WebhookCall = {
|
2025
|
-
__typename?: 'WebhookCall';
|
2026
|
-
created_at: Scalars['String'];
|
2027
|
-
event_type: Scalars['String'];
|
2028
|
-
id: Scalars['ID'];
|
2029
|
-
pathway?: Maybe<ApiPathwayContext>;
|
2030
|
-
request: WebhookCallRequest;
|
2031
|
-
responses: Array<WebhookCallResponse>;
|
2032
|
-
status: Scalars['String'];
|
2033
|
-
webhook_id: Scalars['String'];
|
2034
|
-
webhook_name: Scalars['String'];
|
2035
|
-
};
|
2036
|
-
export type WebhookCallHeader = {
|
2037
|
-
__typename?: 'WebhookCallHeader';
|
2038
|
-
key: Scalars['String'];
|
2039
|
-
value: Scalars['String'];
|
2040
|
-
};
|
2041
|
-
export type WebhookCallPayload = Payload & {
|
2042
|
-
__typename?: 'WebhookCallPayload';
|
2043
|
-
code: Scalars['String'];
|
2044
|
-
success: Scalars['Boolean'];
|
2045
|
-
webhook_call: WebhookCall;
|
2046
|
-
};
|
2047
|
-
export type WebhookCallRequest = {
|
2048
|
-
__typename?: 'WebhookCallRequest';
|
2049
|
-
body: Scalars['String'];
|
2050
|
-
endpoint: Scalars['String'];
|
2051
|
-
headers: Array<WebhookCallHeader>;
|
2052
|
-
method: Scalars['String'];
|
2053
|
-
};
|
2054
|
-
export type WebhookCallResponse = {
|
2055
|
-
__typename?: 'WebhookCallResponse';
|
2056
|
-
body: Scalars['String'];
|
2057
|
-
date: Scalars['String'];
|
2058
|
-
status: Scalars['Float'];
|
2059
|
-
};
|
2060
|
-
export type WebhookCallsPayload = Payload & {
|
2061
|
-
__typename?: 'WebhookCallsPayload';
|
2062
|
-
code: Scalars['String'];
|
2063
|
-
success: Scalars['Boolean'];
|
2064
|
-
webhook_calls: Array<WebhookCall>;
|
2065
|
-
};
|