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
Patient Lookup
Patient Lookup
Retrieve patient information before making chat requests to understand available context:
Data Synchronization
Data Synchronization
Sync patient data between your system and Cura:
Access Verification
Access Verification
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_attimestamps to determine if cached data is stale

