Access Solutions Enrollment Experience UAPI icon

Access Solutions Enrollment Experience UAPI

(0 reviews)
The API takes a valid FHIR resource bundle and calls Patient Enrollment Process API resources to load the data into SFDC staging objects for processing by PACT. The API also provides endpoints to retrieve ICD10 Codes, Payers, and statuses of enrollments.

home

Description

The Patient Universal Enrollment API is generic API for various clients, which provides data about ICD10 codes, payers, and allows to process Patient enrollments with and without patients consent parts.

How to start?

Before using API, user needs to request access via Mulesoft Exchange and provide SSL certificate. More details at Support Page.

Intended Use

Through this API, consuming applications can:

  • Insert Patient / New Enrollment
    • Includes validation from PACT
  • Enrollment Status
    • GET: Get OperationOutcome Resource (V1)
    • POST: Get status from FHIR server (V2)

The API endpoint provides the following service:

No.ResourceMethodDescription
1/enrollmentPOSTSubmit patient enrollment without patient consent in it.
2/questionnaireGETGet questionnaire.
3/statusPOSTPOST status of transaction of sent enrollment.

Please see the endpoint specification to explore the query parameters and use the mock API service.

Business Case

Generic API following FHIR standards, for various vendors to send/update patients enrollments, patient consent, allowing to reduce paperwork, allowing to speed up process regarding patient information flow.

Technical details

Interested in knowing how it works behind the scenes? Further documentation on requirements and solution design can be found in the Roche wiki:

Requirements

Low Level Design

Release Notes

Version Status Release Date End-of-Life Date Comments
v2.0 Draft 06 Jun 2021 UAPI 2.0 changes still in Development. https://jira.gene.com/jira/browse/PAINT-32431
v1.0 Released 02 Jan 2021 Guaranteed for minimum one year from the release date Deprecation Date: TBD

Reviews