FHIRType / workshop

Healthcare Provider Data API
GNU General Public License v3.0
0 stars 0 forks source link

fix/hh_api-test #78

Closed HlaKarki closed 5 months ago

HlaKarki commented 5 months ago

Fix/Issues/Enhancement of API

ASSOCIATED ISSUES:

  • Closes #77
  • Closes #76

Description

Validation: Each of the flatten data response is now being validated; also removed npi.isDigit check since it is irrelevant based on our pydantic model ✅ Endpoint Dropdown: Input field type changed from string to options; currently being hard coded (a list of string) ✅ API Response: When user input non-existent practitioner, the API now sends back useful message instead of Internal Error

Definition of Done