Skip to Main Content

R4 APIs (Millennium)

Announcement

For information related to the Oracle Partner Network (OPN) Industry Healthcare Track please visit our OPN Industry Healthcare Program page.

For specific questions related to Oracle Partner Network (OPN), please contact Partner Assistance.

Millennium FHIR and non-FHIR API Specifications and Supporting Documents can be found HERE on docs.oracle.com
Soarian FHIR API Specifications and Supporting Documents can be found HERE on docs.oracle.com.

Patient List

Peter StebliJul 1 2024

Workflow or API calls:

We would like to get list of patients associated with a specific tentant.

I tried with /Patient endpoint but it returns this in response:

at least one of _id, identifier, name, family, given, birthdate, phone, email, address-postalcode, or -pageContext must be provided

so if i pass birthdate as ?birthdate=ge1970-01-01&birthdate=le1970-12-31 then the search result is also 0. But if i use sandbox tentant_id same request does returns list of patients.

Is there any way to get list without passing name, id as params?

Expected Result:

Actual Result:

at least one of _id, identifier, name, family, given, birthdate, phone, email, address-postalcode, or -pageContext must be provided

This post has been answered by Harsh Pathak-Oracle on Aug 27 2024
Jump to Answer
Comments
Post Details
Added on Jul 1 2024
25 comments
579 views