All Collections
Developers
Record integration and API for developers
Record integration and API for developers

You can create records via a link from an external system like your practice management that supports the method in this file.

Mikael Wedemeyer avatar
Written by Mikael Wedemeyer
Updated over a week ago

SurgicalPerformance has a simple, developer-friendly record addition integration available that supports the most commonly used record fields.

URL Integration

It uses a simple url format and validates the data interactively, letting the user confirm the data and module to add the record to.

https://v3.surgicalperformance.com/general_records?action=addnew&patientid=987654&patdob=01-02-1963&patopdate=11-12-2008&sex=m

Available fields

  • Patient identifier (String)

  • Date of birth (dd-mm-yyyy)

  • Date of surgery (dd-mm-yyyy)

  • Sex (M,F,I,N)

Users will be asked to login if necessary and then will be shown the create record screen
โ€‹

Tracking record additions

If desired, the developer could track on their side when the link to SurgicalPerformance is clicked so users know if they have passed a record across.

It will be possible in the future using our upcoming REST API to query the patient identifier, date of birth and date of surgery to see if a record exists already in SurgicalPerformance.

Additional fields

Additional fields, particularly those in the general patient information, which is consistent across almost all modules, can easily be added to the URL format if they are supported in your system. Please contact us to discuss the addition.

Did this answer your question?