April 12, 2024: Subscriptions API no longer accepting Organization NPI numbers

3rd party data networks like Carequality and Commonwell require a Type 1, individual NPI number for a treating practitioner in order to submit a request for records. To ensure that all patients meet the minimum requirements to access records from all services in their subscription package, the ZAP data subscriptions API will now perform an additional validation check on enrollment requests and return the following message for Organization NPIs:

{
  "errors": [
    {
      "title": "Invalid request body.",
      "detail": "Practitioner NPI has to be an individual NPI (NPI-1).",
      "status": "400"
    }
  ]
}