Care Request Reviewer Input

The general details of the care request, care request item, care request drug, or care diagnosis associated with the care request reviewer.
Root XML tag
<careRequestReviewer>
JSON example
1"careRequestReviewers": [{
2   "reviewer": "0cmx0000000JP7WAAW",
3   "reviewerType": "Registered Nurse Review",
4   "status": "In process",
5   "reviewDate": "2021-04-20T13:09:04.359Z",
6   "reviewerNotes": "Care Request Review is In Process"
7}]
Properties
Name Type Description Required or Optional Available Version
contentDocument Content Document Input The details of the content document. No 57.0
id String The ID of the care request reviewer. Yes 52.0
reviewDate String The date when the care request was reviewed. No 52.0
reviewer String The name of the user who reviewed the care request. Yes 52.0
reviewerNotes String The notes related to the review. No 52.0
reviewerType String The type of the reviewer who reviewed the care request.
Possible values are:
  • Medical Director Review
  • Registered Nurse Review
  • Physician Review
  • Peer Review
No 52.0
status String The status of the care request.
Possible values are:
  • Approved
  • Denied
  • In process
No 52.0