| — | ✓ | |
| — | ✓ | |
| — | ✓ | |
| — | ✓ | |
| ✓ | — | |
| ✓ | — | |
| ✓ | — | |
| ✓ | — | |
| ✓ | — | |
| ✓ | — | |
| — |
partner:administrative
partner:medical
1
~5 min
2
curl
curl https://secure.medicapp.ids.host/cloud/partner/v5/patients/pat_sandbox_001/protocol-status \ -H "Authorization: Bearer sk_test_VOTRE_CLE"
json
{
"patientUuid": "pat_sandbox_001",
"protocol": { "name": "Protocole pré-opératoire genou", "status": "IN_PROGRESS" },
"steps": [
{ "title": "Questionnaire initial", "status": "COMPLETED" },
{ "title": "Questionnaire J-7", "status": "PENDING", "dueAt": "2026-05-05T00:00:00Z" }
],
"dossierStatus": "IN_PROGRESS",
"questionnairesCompleted": 1, "questionnairesTotal": 2
}
~10 min
3
curl
curl -X POST https://secure.medicapp.ids.host/cloud/partner/v5/patients/pat_sandbox_001/questionnaires/push \ -H "Authorization: Bearer sk_test_VOTRE_CLE" \ -H "Content-Type: application/json" \ -d '{ "questionnaireUuid": "qst_sandbox_j7", "deliveryChannel": "SMS" }'
~5 min
4
~5 min