How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Diagnostic Robotics Patient Questionnaire API

REST API for the patient-questionnaire and triage service. Create a patient, open a visit, attach symptoms, walk the adaptive question tree one question at a time, finish the visit, then read the medical summary and triage outcomes. Authenticated with an x-client API key issued by Diagnostic Robotics.

This API exposes 13 operations across 11 paths, organized into 3 resource areas, and defines 10 schemas. It is described by OpenAPI 2.0, at version 0.0.1.

Requests are made against the base URL https://env-name.diagnosticrobotics.com/api/pq.

13 operations 11 paths 10 schemas 7 GET1 PATCH5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
0.0.1
Base URL
https://env-name.diagnosticrobotics.com/api/pq
Authentication
API Key
Resource Areas
3

Authentication & Security 1

Diagnostic Robotics Patient Questionnaire API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-client (apikey). By default, every request must be authenticated.

  • apikey — Client API key, provided by Diagnostic Robotics, must be supplied with any request

Paths & Operations 13

Across 11 paths, the API surfaces 13 operations — 7 GET, 1 PATCH, 5 POST. They span 3 resource areas: Patients v2, Visits v2, Questions v2. Each is listed below with its method, path, parameters, and response codes.

Patients v2 4

Patients resource

POST
/v2/patients/
Create a patient with basic demographic data
post_patient_list_resource 1 param → 201
GET
/v2/patients/{patient_id}
Get patient with basic demographic data
get_get_patient_resource 2 params → 200404
POST
/v2/patients/{patient_id}/visits
Create new visit for a patient
post_create_visit_to_patient_resource 2 params → 201
GET
/v2/patients/{patient_id}/visits
Query all active visits for a patient
get_create_visit_to_patient_resource 2 params → 200404
Visits v2 6

Patient visits resource

GET
/v2/visits/{visit_id}/
get_get_visit_by_id_resource 2 params → 200
PATCH
/v2/visits/{visit_id}/
patch_get_visit_by_id_resource 2 params → 200
POST
/v2/visits/{visit_id}/finish
Finalize visit and trigger "Questionnaire finished" webhooks
post_finished_resource 2 params → 200
GET
/v2/visits/{visit_id}/medical_summary
Get medical summary for visit
get_medical_summary_resource 2 params → 200404
GET
/v2/visits/{visit_id}/outcomes
Get questionnaire predicted outcomes
get_visit_outcomes_resource 2 params → 200404
POST
/v2/visits/{visit_id}/symptoms/{symptom_id}
Add a symptom to the current visit
post_symptoms_resource 3 params → 201
Questions v2 3

Questions resource

GET
/v2/visits/{visit_id}/questions/first_unanswered
Get first seed
get_questions_first_unanswered_resource 2 params → 200
GET
/v2/visits/{visit_id}/questions/{seed}
Get question details by seed
get_question_by_seed_resource 3 params → 200
POST
/v2/visits/{visit_id}/questions/{seed}/respond
Answer a question
post_question_response_resource 4 params → 201400

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are SymptomResponse (5 properties), OutcomeModel (4 properties), Question (3 properties), GetQuestionResponse (3 properties). Each schema is shown below with its type and property counts.

SymptomResponse
object
5 properties
OutcomeModel
object
4 properties
CreatePatientResponse
object
3 properties
CreatePatientRequest
object
3 properties
CreateVisitResponse
object
1 property
QuestionIdentifier
object
1 property
GetQuestionResponse
object
3 properties
Question
object
3 properties
AnswerQuestionRequest
object
1 property
AnswerQuestionResponse
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

diagnostic-robotics-patient-questionnaire-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of Diagnostic Robotics Patient Questionnaire API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.