Search found 8 matches
- Thu Mar 19, 2020 1:18 pm
- Forum: Developers
- Topic: API not updating appointment status to "CONFIRMED"
- Replies: 9
- Views: 16848
Re: API not updating appointment status to "CONFIRMED"
Thank you for your help. I was able to resolve the issue. Be safe and healthy!!!
- Mon Mar 16, 2020 9:10 am
- Forum: Developers
- Topic: API not updating appointment status to "CONFIRMED"
- Replies: 9
- Views: 16848
Re: API not updating appointment status to "CONFIRMED"
Okay, I will call Open Dental. I am logging into Open Dental as Admin.
- Mon Mar 16, 2020 6:15 am
- Forum: Developers
- Topic: API not updating appointment status to "CONFIRMED"
- Replies: 9
- Views: 16848
Re: API not updating appointment status to "CONFIRMED"
Hello,
The image is posted on imgur. Here is the link: https://imgur.com/5wk6mKt
Thank you,
Dr. Chokshi
The image is posted on imgur. Here is the link: https://imgur.com/5wk6mKt
Thank you,
Dr. Chokshi
- Fri Mar 13, 2020 1:36 pm
- Forum: Developers
- Topic: API not updating appointment status to "CONFIRMED"
- Replies: 9
- Views: 16848
Re: API not updating appointment status to "CONFIRMED"
The eConfirmation setting are greyed out. I don't have a way to click on the dropdown.
[img]C:\Users\choks\Pictures\Capture2[/img]
[img]C:\Users\choks\Pictures\Capture2[/img]
- Fri Mar 13, 2020 8:15 am
- Forum: Developers
- Topic: API not updating appointment status to "CONFIRMED"
- Replies: 9
- Views: 16848
Re: API not updating appointment status to "CONFIRMED"
Hello Patrick,
I followed the steps you outlined, but I don't have eConfirmations activated. Do I need to activated eConfirmation in order to use the FHIR API to confirm appointments?
Also how do I upload screen shots on this forum?
Thank you,
Dr. Chokshi
I followed the steps you outlined, but I don't have eConfirmations activated. Do I need to activated eConfirmation in order to use the FHIR API to confirm appointments?
Also how do I upload screen shots on this forum?
Thank you,
Dr. Chokshi
- Sun Mar 08, 2020 3:30 pm
- Forum: Developers
- Topic: FHIR - Appointment status
- Replies: 1
- Views: 6090
FHIR - Appointment status
I am running the API regarding appointment for a confirmed patient and getting this... { "identifier": [ { "use": "usual", "type": { "text": "Open Dental FK to appointment.AptNum" }, "value": "25665" } ], "status": "booked", "priority": 5, "description": "UR-SRP, LR-SRP, GingivIrrQuad, GingivIrrQuad...
- Tue Mar 03, 2020 10:55 am
- Forum: Developers
- Topic: API not updating appointment status to "CONFIRMED"
- Replies: 9
- Views: 16848
API not updating appointment status to "CONFIRMED"
Hi, I am trying to change the appointment status to "CONFIRMED" but instead it is changing to "EMAIL CONFIRMATION". Here is the code... <?php $getCode = file_get_contents("php://input"); $json = json_decode($getCode, true); $appointment_id = $json['appointment_id']; $curl = curl_init(); curl_setopt_...
- Fri Feb 28, 2020 8:50 am
- Forum: Developers
- Topic: Please Help!!! Appointment confirmation
- Replies: 1
- Views: 5342
Please Help!!! Appointment confirmation
I am trying to get the appointment to be confirmed status. I am using OD 19.1.44 version In looking at the OpenDentalFHIR19-3 Spec document. I am sending "accepted" in the code to confirm the appointment, but the appointment status changes to "Emailed Confirmation". I am trying to get the status to ...