Skip to main content

Endpoint

Path Parameters

string
required
The unique UUID of the patient to retrieve

Response

boolean
Indicates if the request was successful
object
The patient information object
string
Error message if the request failed (only present when success is false)

Examples

Basic Request

Response Examples

Success Response

Patient Not Found

Use Cases

Retrieve patient information before making chat requests to understand available context:
Sync patient data between your system and Cura:
Verify patient access before displaying sensitive information:

Best Practices

Privacy Considerations: Only retrieve patient data when necessary and ensure proper access controls are in place in your application.
  • Cache Appropriately: Cache patient data to reduce API calls, but refresh when needed
  • Error Handling: Always check for patient existence before using the data
  • Access Control: Implement proper authorization in your application layer
  • Data Freshness: Check updated_at timestamps to determine if cached data is stale

Error Codes