Request FHIR Bundle Upload URL
Request a pre-signed upload URL for uploading FHIR bundles to Sukiโs Clinical Knowledge Graph (CKG)
upload_url: A Google Cloud Storage pre-signed URL that is valid for 15 minutes and can be used to upload the FHIR bundle.transaction_id: A unique identifier for the ingestion job. Use this value to check the ingestion status in Step 3.
fhir_encounter_id and fhir_practitioner_id values used for generation and retrieval.CKG data ingestion steps
Authorizations
Suki access token (suki_token) from Login or Register. Expires after one hour.
Query Parameters
Your organization UUID provided during onboarding (required).
Optional client-defined identifier for ordering or correlating uploads (max 128 chars). If omitted the server generates one.
128Response
Upload URL returned successfully.
Unique identifier for this upload transaction.
Pre-signed URL to PUT your FHIR bundle to (expires in ~15 minutes).
RFC 3339 timestamp when the upload_url expires.
Echo of client-supplied correlation_id or server-generated value.