Situation
I am working on integrating clinical data from OpenEMR using the FHIR API.
While trying to retrieve the Medical Chart / SOAP Notes either from the OpenEMR UI or via FHIR endpoints (such as DocumentReference, Encounter, or Observation), I am not receiving any SOAP note data in the response.
I have verified that SOAP notes exist for the patient in the EMR interface but they are not appearing in the FHIR response or accessible through the UI under expected sections.
Question
-
Is there any specific UI setting or module that controls the visibility or access of SOAP notes?
-
Which FHIR resource or endpoint should be used to retrieve the SOAP note data (Progress Notes / Medical Chart)?
-
Are there known limitations or mappings missing in the current FHIR implementation for SOAP data retrieval in OpenEMR v7.0.2?
Steps Tried
-
Verified SOAP notes exist for the patient in the EMR.
-
Tried multiple FHIR endpoints (
DocumentReference,Encounter,Observation). -
Checked permissions and role access in the OpenEMR interface.