StartFromQuestionnaireRequest

Starts and returns a new referral using the patient associated with the specified questionnaire request. A default appointment type is used, and the questionnaire results documents are attached to the referral. Only ‘complete’ questionnaires can be referred.

JavaScript library method

patientportal.referrals.startFromQuestionnaireRequest({
    questionnaireRequest: <questionnaire-request>
});

HTTP Method

Verb URL
GET /patientportalapi/referrals/start-from-questionnaire-request

URL Parameters

Parameter Type Description
questionnaire-request string The key of the questionnaire request returned by CreateRequest or GetQuestionnaires

Returns

ReferralData