For AI agents: the documentation index is at /docs/aidbox/llms.txt. A Markdown version of this page is available at /docs/aidbox/notebooks.md or by requesting it with the Accept: text/markdown header.
Aidbox Docs
All notebooks

Smart on FHIR Launch

Description

2 cells · updated May 12, 2025

This is a read-only view. Responses shown were saved when the notebook was published — open it in your own Aidbox to run the cells against live data.
REST Send Cells run only inside Aidbox. Use Run in Aidbox above to open this notebook in your own instance.
POST /rpc
content-type: application/json
accept: application/json
authorization: Basic aW5mZXJuby1wYXRpZW50LXNtYXJ0LWFwcDp2ZXJ5c2VjcmV0

{
  "method": "aidbox.smart/get-launch-uri",
  "params": {
    "user": "c482caa8-78e3-4240-b047-533573d77a1e",
    // change to your Aidbox URL
    "iss": "https://fhqa1.aidbox.app/fhir",
    "client": "inferno-patient-smart-app",
    "ctx": {
      "patient": "test-pt-1"
    }
  }
}
Response: Body
Status: 401
{
  "resourceType": "OperationOutcome",
  "id": "security",
  "text": {
    "status": "generated",
    "div": "Client [inferno-patient-smart-app] is not found"
  },
  "issue": [
    {
      "severity": "fatal",
      "code": "security",
      "diagnostics": "Client [inferno-patient-smart-app] is not found"
    }
  ]
}
REST Send Cells run only inside Aidbox. Use Run in Aidbox above to open this notebook in your own instance.