Patients
Create Query
post/api/v2/patients/{particle_patient_id}/query
Path parameters
particle_patient_idstring required
Particle Patient ID
Request body
Example request
{
"hints": [
"11111",
"22222",
"33333"
],
"purpose_of_use": "TREATMENT",
"specialties": [
"CKD",
"DIABETES",
"RENAL",
"ONCOLOGY",
"ORTHOPEDICS",
"CARDIOLOGY",
"PULMONOLOGY",
"GASTROENTEROLOGY"
]
}Response
OK
Example response
{
"external_patient_id": "123456",
"hints": [
"11111"
],
"particle_patient_id": "ac82d365-97f9-4111-92fa-3a2b92744b12",
"purpose_of_use": "TREATMENT",
"query_id": "5f3ddefa-30b1-412d-a011-9386b48608cc",
"specialties": [
"ONCOLOGY"
]
}