Subscriptions
Create Subscriptions for multiple Patients
post/api/v1/patients/subscriptions
Request body
Example request
{
"subscriptions": [
{
"particle_patient_id": "123456",
"referred_to_oid": "2.16.840.1.113883.3.8391",
"type": "MONITORING"
}
]
}Response
OK
Example response
{
"subscriptions": [
{
"particle_patient_id": "123456",
"type": "ADT"
}
]
}