LibreHealthIO / lh-ehr-fhir-api

FHIR API to LibreEHR Package for Laravel
MIT License
12 stars 6 forks source link

Creating an appointment does not associate a provider or patient #56

Closed kchapple closed 8 years ago

kchapple commented 8 years ago

There needs to be a pid and a providerId inside the references portion so we know which patient and provider the appointment belongs to. You can verify by logging into the EHR and seeing an appointment for the patient you created the appointment for.

Also currently I'm getting this exception using the post data provided, but it really doesn't matter because of the other issues.

screen shot 2016-10-03 at 9 27 51 pm