Skip to main content
POST
/
patient
/
questionnaire
/
followup
Submit a follow-up questionnaire
curl --request POST \
  --url https://om-staging.mylifeforce.com/api/m2m/patient/questionnaire/followup \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "$ref": "#/components/examples/QuestionnaireFollowup/value"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

patientId
string<uuid>
required

The id of the patient in question A universally unique identifier.

Example:

"29ea9012-c622-4851-a57a-9327abd21198"

Body

application/json

The body is of type object.

Response

Successful ingestion of followup questionnaire

success
boolean
required

Indicates if the operation was successful