Program Enrollment Input

Request body for care program enrollment.
Root XML tag
<careProgramEnrollmentData>
JSON example
{
  "programId": "programId1",
  "sourceSystem": "source-system-name",
  "patientData": [
    {
      "patientId": "patient1",
      "careProgramProductData": [
        {
          "providerId": "provider1",
          "productId": "product1"
        },
        {
          "providerId": "provider1",
          "productId": "product2"
        }
      ]
    },
    {
      "patientId": "patient2",
      "careProgramProductData": [
        {
          "providerId": "provider3",
          "productId": "product4"
        }
      ]
    }
  ]
}
Properties
Name Type Description Required Available Version
patientData Patient Input[] List of all objects that contain patients data. You can have up to 200 items in this list. Yes 46.0
programId String ID of the care program as configured in the care system field mappings. Yes 46.0
sourceSystem String Name of the source system as configured in the care system field mappings. Yes 46.0