Ingest either an unstructured PDF (multipart/form-data) or a FHIR bundle (application/json).
Ingested unstructured documents (such as PDFs) are added to the patient record incrementally. Creating a summary for a given patient will use all ingested unstructured documents up to that point.
Ingested FHIR bundles replace the existing patient record: ingesting a new FHIR bundle will overwrite any previously ingested FHIR bundles for that patient, but will not affect previously ingested unstructured documents.
The ID of the user making the request. Used to associate the request with a specific user.
Ingestion accepted
Ingestion workflows are async, this response only indicates how to poll the workflow status, not the status of the ingestion itself. Typically, ingesting unstructured documents can take several minutes, while ingesting structured FHIR bundles should complete within seconds (depending on size).