PatientView
The recommended REST API endpoints to be used when integrating with PatientView
- Homepage
- https://api.apis.guru/v2/specs/patientview.org/1.0.json
- Provider
- patientview.org
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/patientview.org/1.0/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/patientview.org/1.0/openapi.yaml
Tools (17)
Extracted live via the executor SDK.
-
authController.getBasicUserInformationOnce logged in and have a token, get basic user information including group role membership
-
authController.logInAuthenticate using username and password, returns token, which must be added to X-Auth-Token in header of all future requests
-
authController.logOutLog Out
-
observationController.getObservationsByCodeGiven a User ID and observation code, retrieve all observations.
-
observationController.getObservationsByCodesGiven a User ID and search parameters, retrieve a page of observations.
-
observationController.getPatientEnteredObservationsByCodeGiven a User ID and observation code, retrieve patient entered observations.
-
observationHeadingController.getAvailableObservationHeadingsGiven a User ID retrieve a list of available observation types for that user (where they have observation data).
-
observationHeadingController.getPatientEnteredObservationHeadingsGiven a User ID retrieve a list of available observation types for that user (where they have patient entered observation data).
-
patientController.getBasicPatientDetailsGiven a User ID, get basic patient information for a user from clinical data stored in FHIR
-
patientManagementController.getPatientManagementgetPatientManagement
-
patientManagementController.getPatientManagementDiagnosesgetPatientManagementDiagnoses
-
patientManagementController.getPatientManagementLookupTypesgetPatientManagementLookupTypes
-
patientManagementController.savePatientManagementsavePatientManagement
-
patientManagementController.savePatientManagementSurgeriessavePatientManagementSurgeries
-
patientManagementController.validatePatientManagementvalidatePatientManagement
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools