syncing market data_
The recommended REST API endpoints to be used when integrating with PatientView
The recommended REST API endpoints to be used when integrating with PatientView
| Method | Path | Summary | Price |
|---|---|---|---|
| GET | /patientmanagement/diagnoses | getPatientManagementDiagnoses | FREE |
| POST | /patientmanagement/validate | validatePatientManagement | FREE |
| GET | /patientmanagement/lookuptypes | getPatientManagementLookupTypes | FREE |
| POST | /auth/login | Log In | FREE |
| DELETE | /auth/logout/{token} | Log Out | FREE |
| GET | /auth/{token}/basicuserinformation | Get Basic User Information | FREE |
| GET | /patient/{userId}/basic | Get Basic Patient Information | FREE |
| GET | /patientmanagement/{userId}/group/{groupId}/identifier/{identifierId} | getPatientManagement | FREE |
| POST | /patientmanagement/{userId}/group/{groupId}/identifier/{identifierId} | savePatientManagement | FREE |
| POST | /patientmanagement/{userId}/group/{groupId}/identifier/{identifierId}/surgeries | savePatientManagementSurgeries | FREE |
| GET | /user/{userId}/availableobservationheadings | Get Available Observations Types For a User | FREE |
| GET | /user/{userId}/observations | Get Observations of Multiple Types For a User | FREE |
| GET | /user/{userId}/observations/{code} | Get Observations of a Certain Type For a User | FREE |
| GET | /user/{userId}/observations/{code}/patiententered | Get patient entered Observations of a Certain Type For a User | FREE |
| GET | /user/{userId}/patiententeredobservationheadings | Get Available Patient Entered Observations Types For a User | FREE |
ozma register && ozma call patientview /patientmanagement/diagnoses --jsoncurl -H "Authorization: Bearer $OZMA_KEY" \
https://gateway.ozma.app/v1/proxy/patientview/patientmanagement/diagnoses# Python
client.proxy_call("patientview", "/patientmanagement/diagnoses")