integrations.sh
← all integrations

PatientView

OpenAPI apis-guru

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.getBasicUserInformation

    Once logged in and have a token, get basic user information including group role membership

  • authController.logIn

    Authenticate using username and password, returns token, which must be added to X-Auth-Token in header of all future requests

  • authController.logOut

    Log Out

  • observationController.getObservationsByCode

    Given a User ID and observation code, retrieve all observations.

  • observationController.getObservationsByCodes

    Given a User ID and search parameters, retrieve a page of observations.

  • observationController.getPatientEnteredObservationsByCode

    Given a User ID and observation code, retrieve patient entered observations.

  • observationHeadingController.getAvailableObservationHeadings

    Given a User ID retrieve a list of available observation types for that user (where they have observation data).

  • observationHeadingController.getPatientEnteredObservationHeadings

    Given a User ID retrieve a list of available observation types for that user (where they have patient entered observation data).

  • patientController.getBasicPatientDetails

    Given a User ID, get basic patient information for a user from clinical data stored in FHIR

  • patientManagementController.getPatientManagement

    getPatientManagement

  • patientManagementController.getPatientManagementDiagnoses

    getPatientManagementDiagnoses

  • patientManagementController.getPatientManagementLookupTypes

    getPatientManagementLookupTypes

  • patientManagementController.savePatientManagement

    savePatientManagement

  • patientManagementController.savePatientManagementSurgeries

    savePatientManagementSurgeries

  • patientManagementController.validatePatientManagement

    validatePatientManagement

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools