Care Requests Update List Input

A list of care authorization requests to update.
Root XML tag
<careRequestsList>
JSON Schema
1{
2  "careRequestsList": [
3    {
4      "careRequestCase": {
5        "caseOrigin": "Web"
6      },
7      "careRequest": {
8        "recordType": "Admission",
9        "authorizationRefIdentifier": "1234",
10        "name": "Headache",
11        "member": "001RM000005XHdbYAG",
12        "memberPrimaryPlan": "0SqRM00000000Fp0AI",
13        "caseSubStatus": "active",
14        "servicingFacility": {
15          "npi": "742963",
16          "servicingFacilityId": "0klRM0000004CBnYAM"
17        },
18        "requestingPractitioner": {
19          "npi": "11111",
20          "healthCareProviderId": "0cmRM0000000tldYAA"
21        }
22      },
23      "careRequestItems": [
24        {
25          "authApprovalIdentifier": "123",
26          "authorizationRefIdentifier": "123",
27          "name": "CRI Connect-1.0",
28          "requestType": "Order",
29          "priority": "Stat",
30          "reasonCode": "0hsRM00000003ytYAA",
31          "servicingFacility": {
32            "npi": "742963",
33            "servicingFacilityId": "0klRM0000004CBnYAM"
34          },
35          "servicingProvider": {
36            "npi": "11111",
37            "healthCareProviderId": "0cmRM0000000tldYAA"
38          },
39          "clinicalServiceRequestId": "0jyRM0000004CAGYA2"
40        }
41      ],
42      "careDiagnoses": [
43        {
44          "name": "CD Connect 1.0",
45          "presentOnAdmission": "Yes",
46          "healthConditionId": "0j4RM0000004Mk9YAE"
47        }
48      ],
49      "careRequestDrugs": [
50        {
51          "name": "CRD Connect 1.0",
52          "status": "Active",
53          "statusReason": "Insufficient Information",
54          "requestType": "Filler Order",
55          "drugAdministrationSetting": "Inpatient",
56          "priority": "Routine",
57          "medicationRefObjectId": "0kmRM0000004CSeYAM",
58          "authApprovalIdentifier": "123",
59          "authorizationRefIdentifier": "123",
60          "servicingFacility": {
61            "npi": "742963",
62            "servicingFacilityId": "0klRM0000004CBnYAM"
63          },
64          "servicingProvider": {
65            "npi": "11111",
66            "healthCareProviderId": "0cmRM0000000tldYAA"
67          }
68        }
69      ],
70      "patient": {
71        "memberId": "001RM000005XHdbYAG",
72        "lastName": "Green",
73        "firstName": "Charles",
74        "birthDate": "2001-10-26T21:32:52"
75      }
76    }
77  ]
78}
Properties
Name Type Description Required Available Version
careRequestsList Care Authorization Request Input[] List of Care Requests to be created or updated. (Up to 25 items.) Yes 46.0