Get patient information based on the Medical Record Number
get
/ec-dc-svc/rest/v1.0/studies/{studyId}/{mode}/ehrdata/medicalrecordnumber/{siteId}/{medicalRecordNumber}
Retrieves patient information based on the Medical Record Number (MRN). If MRN is not found, returns an empty response.
Request
Path Parameters
-
medicalRecordNumber(required): string
Medical Record Number (MRN) for which we need to fetch patient information
-
mode(required): string
Mode of the study. Accepts test, active, or training.
-
siteId(required): string(uuid)
ID of the site where the trial is going on.
-
studyId(required): string
ID of the study where we need to search the MRN
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success
400 Response
Bad request.
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object