ODM extract for clinical data

Make a GET request to generate ODM data extract for clinical data, either blinded or unblinded.

The unblinded clinical data extract will also include all information included int the blinded clinical data extract. Data classifications and permissions associated with the user will determine which data is included in an unblinded data extract. If the user does not have security permissions to view unblinded data, this data will not be included even when using APIs for unblinded data.

Note:

  • To run these Oracle Clinical One Platform API calls, you need to include an authentication token. For instructions on how to generate your authentication token, see Get a token for authentication and Use the token to make an API request.
  • For every API call make sure you construct the URL using the correct server URL and parameters values.
For the following API calls, you need the studyID and mode. These values are retrieved as part of a prerequisite, see Get study information.

Generate ODM extract for clinical data without hidden data (blinded)

Run the following cURL call to generate an ODM extract for blinded clinical data:

curl -X GET "https://tenant.clinicalone.oraclecloud.com/ec-datahub-svc/rest/v6.0/studies/{studyId}/{mode}/odm/clinicalData/blinded"

To learn more about running ODM Extracts for blinded clinical data and specific query parameters see ODM extract for clinical data without hidden data.

Generate ODM extract for clinical data with hidden data (unblinded)

Run the following cURL call to generate an ODM extract for unblinded clinical data:

curl -X GET "https://tenant.clinicalone.oraclecloud.com/ec-datahub-svc/rest/v6.0/studies/{studyId}/{mode}/odm/clinicalData/unblinded"

To learn more about running ODM Extracts for unblinded clinical data and specific query parameters see ODM extract for clinical data with hidden data.

The response of both of these API calls contain ODM-XML information. For more information about the response elements contained in the Clinical Data Extract, see ODM-XML reference.

Tip:

There are many different Clinical One APIs that can provide data relevant to you. Browse for these and other related APIs under the Tasks section of this guide. If you see any deprecated endpoint, look for its newest version.