Observations FHIR API

Hello everyone,

I am trying to GET Observations from the openEMR but right now you are only sending the vitals information. I have searched the Observations table in the database and there were a lot of columns with null value. Are you working on these ? And the FHIR API will be able to send this information when it’s ready ?

I’m using OpenEMR version 6.1 in Chrome in Windows.

What observations table are you talking about? There are three types of observations we support at this point, vitals, social history, and lab observations. All of this is handled in the src/Services/FHIR/FhirObservationService.php which maps the FHIR observation resources onto the individual OpenEMR tables that the observations represent. Those datapoints are stored in several different tables (none of which are observations).

Hi @adunsulag, I was talking about the form_observation table.

How can I obtain lab observations and social history from the FHIR API ?
I am using http://localhost/openemr/apis/default/fhir/Observation and I only get the information from the Vitals.