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
Patient notes through API
Re: Patient notes through API
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.
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
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,
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,
- jordansparks
- Site Admin
- Posts: 5770
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
Re: Patient notes through API
Your endpoint looks wrong. Instead of this:
GET https://api.opendental.com/fhir/patientNotes/13
it should be like this:
GET https://api.opendental.com/api/v1/patientNotes/13
GET https://api.opendental.com/fhir/patientNotes/13
it should be like this:
GET https://api.opendental.com/api/v1/patientNotes/13
Jordan Sparks, DMD
http://www.opendental.com
http://www.opendental.com
Re: Patient notes through API
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
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
Hi,
Could you please tell me how to resolve this error :"Developer API key does not have permission for ApiReadAll.""
Thanks,
Poonam
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
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.