Add server-side FHIR resources and routes (#2)
commitb744d451dee11e9551539c1057c5ac07ebac2c1a
authorJerry Padgett <sjpadgett@gmail.com>
Sat, 24 Nov 2018 14:43:49 +0000 (24 09:43 -0500)
committerGitHub <noreply@github.com>
Sat, 24 Nov 2018 14:43:49 +0000 (24 09:43 -0500)
tree9fce390f4faec709a661003a871907fab26f6c6e
parent5b09c74894d14dd15af9fa7da6b7fd233a3a4848
Add server-side FHIR resources and routes (#2)

* Add server-side FHIR resources and routes
- Patients
- Encounters

* misspellings
_rest_config.php
_rest_routes.inc.php
apis/dispatch.php
rest_controllers/FhirEncounterRestController.php [new file with mode: 0644]
rest_controllers/FhirPatientRestController.php [new file with mode: 0644]
services/EncounterService.php
services/FhirResourcesService.php [new file with mode: 0644]
services/PatientService.php