Fixes #7002 FHIR api warnings missing keys (#7005)
commit7f2e57eda6e053014a1753aaaae5d2f6048e050c
authorStephen Nielson <snielson@discoverandchange.com>
Thu, 9 Nov 2023 20:24:11 +0000 (9 15:24 -0500)
committerGitHub <noreply@github.com>
Thu, 9 Nov 2023 20:24:11 +0000 (9 15:24 -0500)
tree7fe94fec5b4cb86a6af5737a629e2eef06b85fb7
parent82028bb6d2beb1a62cb58303c3848c4ed681ec97
Fixes #7002 FHIR api warnings missing keys (#7005)

Allergy intollerance was failing when the unassigned reaction was given
since there are no codes and that threw a warning.

social history was relying on columns that didn't exist that also threw
warnings.

Vitals services temp_method was not being set properly and threw a
warning.

Procedure service had a number of columns it attempted to populate but
the actual data values did not match with the array keys.
src/Services/FHIR/FhirAllergyIntoleranceService.php
src/Services/FHIR/Observation/FhirObservationSocialHistoryService.php
src/Services/FHIR/Observation/FhirObservationVitalsService.php
src/Services/ProcedureService.php
src/Services/SocialHistoryService.php