Fixes #5095 Patient,Goals,Immunization (#5097)
commitadcff0157a95ca23e87d63534780b284dcc28bc6
authorStephen Nielson <stephen@nielson.org>
Thu, 7 Apr 2022 15:33:41 +0000 (7 11:33 -0400)
committerGitHub <noreply@github.com>
Thu, 7 Apr 2022 15:33:41 +0000 (7 11:33 -0400)
treead0c132afae82b2839ca7f3897f74a39fff08fe2
parent60f5fada934d5eb8d2b9cbfb2abd7f58371dfc4b
Fixes #5095 Patient,Goals,Immunization (#5097)

Not sure what happened but it looks like provider_uuid got stomped on in
CarePlan and Immunization.  Adding that in to our uuid mappings fixes
the problem with the resources returning 500.

For Patient it looks like the patient/* context was broken in the
Patient resource endpoint when we refactored the parameter name for
documentation purposes.  I've updated the $id parameter in the patient
route to be $uuid.
_rest_routes.inc.php
src/Services/CarePlanService.php
src/Services/ImmunizationService.php