FHIR - Appointment status

This forum is for programmers who have questions about the source code.
Post Reply
parik04
Posts: 8
Joined: Fri Feb 28, 2020 6:24 am

FHIR - Appointment status

Post by parik04 » Sun Mar 08, 2020 3:30 pm

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, GingivIrrQuad",
"start": "2020-03-10T12:00:00",
"end": "2020-03-10T13:00:00",
"minutesDuration": 60,
"comment": "ACTIVE\r\nREM $1211\r\nDED MET\r\nEZS 03/05/2020",
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/participant-type",
"code": "PART",
"display": "Participation",
"userSelected": false
}
]
}
],
"actor": {
"reference": "Patient/480560",
"display": "Marcia Smith"
},
"required": "required",
"status": "needsaction"
},

Looking at Open Dental the appointment is confirmed but that status on Participation says "needsaction"... How come?

User avatar
cmcgehee
Posts: 711
Joined: Tue Aug 25, 2015 5:06 pm
Location: Salem, Oregon

Re: FHIR - Appointment status

Post by cmcgehee » Mon Mar 09, 2020 7:30 am

Within Open Dental, can you take a screenshot of the Automated eReminders & eConfirmations tab of the EServices setup window?
https://opendental.com/manual/econfirmationsetup.html
Can you also take a screenshot of the Appointment Edit window for this appointment?
https://opendental.com/manual/aptedit.html
Chris McGehee
Open Dental Software
http://www.opendental.com

Post Reply