We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01e9ef commit 5bca34eCopy full SHA for 5bca34e
1 file changed
src/lib/communication.ts
@@ -170,9 +170,9 @@ export async function sendCommunicationToEHR(
170
}
171
172
// Send Communication to EHR
173
- logger.info(`Sending Communication to EHR: ${ehrEndpoint}/Communication`);
+ logger.info(`Sending Communication to EHR: ${ehrEndpoint}Communication`);
174
175
- const response = await axios.post(`${ehrEndpoint}/Communication`, communication, {
+ const response = await axios.post(`${ehrEndpoint}Communication`, communication, {
176
headers: {
177
'Content-Type': 'application/fhir+json'
178
0 commit comments