FHIR searching patient by birthdatedate not supported?
Posted: Fri Jun 07, 2019 2:02 am
Hello,
I find this in the Patient search criteria section of the capability statement:
Searching patients by given and family name works:
However, searching patients with the additional `birthdatedate` criteria doesn't work:
I get the following error:
I find the patient search by given and family names only a bit weak, it would be best with the `birthdatedate` on top.
Is this an issue that would be solved by upgrading to 19.x? but 19 is in beta ...
TIA,
Best regards,
Giovanni
I find this in the Patient search criteria section of the capability statement:
Code: Select all
{
"documentation": "The patient's birthdate. This corresponds to patient.Birthdate.",
"name": "birthdatedate",
"type": "date"
},Code: Select all
https://api.opendental.com/fhir/patient?given=candi&family=copayCode: Select all
https://api.opendental.com/fhir/patient?given=candi&family=copay&birthdatedate=1990-03-08Code: Select all
{"issue":[{"severity":"error","code":"not-supported","details":{"text":"The parameter 'birthdatedate' is not supported."}}]}Is this an issue that would be solved by upgrading to 19.x? but 19 is in beta ...
TIA,
Best regards,
Giovanni