Page 1 of 1
Patient notes through API
Posted: Thu Mar 24, 2022 12:23 pm
by poonam
Hi,
I would like to know how can I get & post patient notes through API.
I tried referring to
https://www.opendental.com/site/apipatientnotes.html for patient medical summary history and treatment plan but unable to get any.
Also, if you can tell me correct API endpoint to fetch patient chart information?
Thanks,
Poonam
Re: Patient notes through API
Posted: Thu Mar 24, 2022 1:34 pm
by SLeon
Poonam,
What is the version of your eConnector? Both PatientNotes GET and PatientNotes PUT require a version 21.2 or higher. In 21.4.26, we added the Service field (
https://www.opendentalsoft.com:8085/for ... tes#p34277) in both the GET and PUT endpoints. It is worth noting that changing these fields is a PUT and not a POST, as you mentioned.
The medical summary is stored in the PatientNote.Medical field. The API does not currently return the PatientNote.Treatment field, but we can add that.
As far as the patient chart information, ChartModules GET ProgNotes can be used in version 21.4 at the /chartmodules/{PatNum}/ProgNotes endpoint. See
https://www.opendental.com/site/apichartmodules.html. ChartModules GET PatientInfo is currently under development and will be available shortly.
Re: Patient notes through API
Posted: Fri Mar 25, 2022 8:49 am
by poonam
Hi,
Thank you for your response.
We were using 21.2 something which i updated today to 21.4.34 version.
I am doing get for endpoint
https://api.opendental.com/fhir/patientNotes/13
While doing the get, I am getting error 404- text": "Resource patientNotes could not be found."
So is there any other endpoint for patientnotes.medical?
Thanks,
Re: Patient notes through API
Posted: Fri Mar 25, 2022 7:11 pm
by jordansparks
Re: Patient notes through API
Posted: Sun Mar 27, 2022 7:52 am
by poonam
Hi,
I tried Get
https://api.opendental.com/api/v1/patientNotes/13 but got an "Developer API key does not have permission for ApiReadAll."
Whereas to get patient list I am using
https://api.opendental.com/fhir/patient/13 and this on is working fine
So how can I access the v1/api. Could you tell us the way to configure?
Thanks,
Poonam
Re: Patient notes through API
Posted: Sun Apr 17, 2022 4:07 am
by poonam
Hi,
Could you please tell me how to resolve this error :"Developer API key does not have permission for ApiReadAll.""
Thanks,
Poonam
Re: Patient notes through API
Posted: Wed May 04, 2022 10:26 am
by SLeon
Sorry for the delay in replying. When you access the API's Developer website, do you see the box next to ApiReadAll checked under your list of permissions? The permissions for the API are different than those used for FHIR.