Encounters-Main
Number of APIs: 11
-
Get all Encounter Records by user ID GET {{url}}/{{tenantName}}/{{instanceName}}/users/:userId/encounters
-
Get all Encounter Records with related data by client_id from JWT Token (work for users and api_clients tokens) GET {{url}}/{{tenantName}}/{{instanceName}}/full-encounters
-
Get Encounter Record by a patient ID and Encounter ID GET {{url}}/{{tenantName}}/{{instanceName}}/patients/{{patientId}}/encounters/{{encounterId}}
-
Create an Encounter for Patient POST {{url}}/{{tenantName}}/{{instanceName}}/patients/{{patientId}}/encounters
-
Update Encounter Record by Encounter ID PATCH {{url}}/{{tenantName}}/{{instanceName}}/patients/{{patientId}}/encounters/{{encounterId}}
-
Get all Encounter Records by client_id from JWT Token (work for users and api_clients tokens) GET {{url}}/{{tenantName}}/{{instanceName}}/encounters?page=0&size=1000&sort=createdAt,asc
-
Get all Encounter Records with related data by user ID GET {{url}}/{{tenantName}}/{{instanceName}}/users/:userId/full-encounters
-
Delete Encounter Record by encounter ID DELETE {{url}}/{{tenantName}}/{{instanceName}}/patients/{{patientId}}/encounters/{{encounterId}}
-
Get Encounter Record with all related data by a patient ID and encounter ID GET {{url}}/{{tenantName}}/{{instanceName}}/patients/{{patientId}}/full-encounters/{{encounterId}}
-
Get all Encounter Records with related data by patient ID GET {{url}}/{{tenantName}}/{{instanceName}}/patients/{{patientId}}/full-encounters