added

Sept 16, 2025: Immediate refresh upon enrollment

We have introduced an optional priority: true attribute in the ZAP Data Subscriptions API that enables an immediate data refresh at the point of patient enrollment. Under normal circumstances, this initial refresh is queued to manage network load. With the priority attribute set to true, the initial refresh will execute immediately. This option is designed for scenarios requiring urgent data retrieval and is throttled at a rate of 10 requests per minute.

{
  "data": {
    "attributes": {
      "priority": true,
      "provider": {
        "npi": "{{practitioner npi}}",
        "name": "{{practitioner name}}",
        "role": "309343006"
      }
    },
    "relationships": {
      "patient": {
        "data": {
          "type": "fhir/Patient",
          "id": "{{patient ID}}"
        }
      },
      "package": {
        "data": {
          "type": "zap-data-subscriptions/package",
          "id": "{{package ID}}"
        }
      }
    }
  }
}
'

For more information, please visit our documentation or contact Zus support.