Skip to Main Content

Announcements

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.

Introducing couple of changes to R4 DocumentReference resource response structure when status is not returned

In accordance with the guidelines for implementing us-core missing data, the R4 DocumentReference resource has undergone the following modifications and the changes are planned to be deployed to production on 29-Feb-2024.

1. On performing DocumentReference read by Id which does not have DocumentReference.status field, FHIR currently gives '500 Internal Server Error’ with missing required fields OperationOutcome as response. With the new change, FHIR will
    a. return 404 resource not found OperationOutcome.

2. On performing DocumentReference search and there are some documents missing DocumentReference.status field as part of that search criteria, FHIR currently provides '500 Internal Server Error’ with missing required fields OperationOutcome as response. With the new change, FHIR will
    a. Return 200 OK,
    b. Search bundle with DocumentReference resources with valid status. Documents without status will not be returned.
    c. Bundle now includes the OperationOutcome mentioning “Other search results were found but could not be compliantly expressed and hence have been suppressed” representing the documents which do not have valid status.

Comments
Post Details
Added on Jan 24 2024
0 comments
359 views