Process Criteria Matching Response
This action is available in API version 62.0 and later.
Special Access Rules
The Assign Candidate to Research Study Group action is available in Enterprise and Unlimited Editions with Life Sciences Cloud and the Participant Enrollment Add-On license. Additionally, the org must be enabled with Research Study Randomization.
Supported REST HTTP Methods
- URI
- /services/data/v64.0/actions/standard/processCriteriaMatchingResp
- Formats
- JSON, XML
- HTTP Methods
- POST
- Authentication
- Authorization: Bearer token
Inputs
Input | Details |
---|---|
researchStudyCandidateId |
|
gptResponse |
|
Outputs
Output | Details |
---|---|
matchedInclusionCount |
|
matchedExclusionCount |
|
Example
- POST
-
This sample request is for the Process Criteria Matching Response action.
{ "inputs": [ { "researchStudyCandidateId": "7evxx0000000001AAA", "gptResponse": { "EligibilityResponse": [ { "Id": "0bkxx0000000001AAA", "EligibilityCriteria": "Adult SARI patients with 2019-ncov infection confirmed by PCR", "Result": "Unknown", "Reason": "No information provided" }, { "Id": "0bkxx000000001dAAA", "EligibilityCriteria": "Age < 78", "Result": "Match", "Reason": "Patient is 50 years old." }, { "Id": "0bkxx000000003FAAQ", "EligibilityCriteria": "Pregnant", "Result": "Not Match", "Reason": "Patient is male." }, { "Id": "0bkxx000000004rAAA", "EligibilityCriteria": "Allergic to Gluten", "Result": "Match", "Reason": "Patient has Gluten Allergy." } ] } } ] }
This sample response is for the Process Criteria Matching Response action.
{ "inclusionCriteriaMatchCount": 1, "exclusionCriteriaMatchCount": 1 }