Patientview
Connector for the patientview API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://www.patientview.org - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getbasicuserinformation— GET /auth/{token}/basicuserinformation — Get Basic User Informationgetbasicpatientdetails— GET /patient/{userId}/basic — Get Basic Patient Informationgetpatientmanagementdiagnoses— GET /patientmanagement/diagnoses — getPatientManagementDiagnosesgetpatientmanagementlookuptypes— GET /patientmanagement/lookuptypes — getPatientManagementLookupTypesgetpatientmanagement— GET /patientmanagement/{userId}/group/{groupId}/identifier/{identifierId} — getPatientManagementgetavailableobservationheadings— GET /user/{userId}/availableobservationheadings — Get Available Observations Types For a User
Inputs
apiKey— your patientview API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getbasicuserinformation
apiKey: <your key>