Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manage datasets (FHIR bundles, file sets).
list
create
get
update
delete
name
description
type
FHIR
Files
data
config
id
{ "action": "create", "name": "Prior Auth Patients", "description": "Patients requiring prior authorization for imaging", "type": "FHIR", "data": { "resourceType": "Bundle", "type": "collection", "entry": [ { "resource": { "resourceType": "Patient", "name": [{ "family": "Chen", "given": ["Maria"] }], "birthDate": "1985-03-14" } } ] } }
{ "action": "list" }
{ "action": "get", "id": "ds_abc123" }