OSCAR EMR REST API Reference

Below you can browse the REST API reference applicable to most OSCAR EMR systems. Some newer versions accept only json (instead of xml) for some endpoints but structure remains largely the same.

Need a custom API integration or assistance with the API? Contact Us. We have over 5 years experience creating REST and SOAP API integrations with this EMR.

Example POST request body for /document/saveDocumentToDemographic (because the definition is not clear/partially wrong):

{
 "fileName": "test_document",
 "fileContents": "<base64_encoded>",
  "demographicNo": 4,
  "type": "consult",
  "creator": "10",
  "description": "Test Document",
  "contentType": "application/pdf"
}