HL7 FHIR R5, federated by default.
Every clinical resource the spec defines, exposed as a federated endpoint. Your query fans out to participating sites; aggregated results return.
| Method | Endpoint | Purpose |
|---|---|---|
| GET | /v1/Patient | Pseudonymous resource list |
| GET | /v1/Observation | Lab + vitals (site-local) |
| POST | /v1/cohort | Federated cohort query |
| POST | /v1/insight | Studio reasoning + cite |
| POST | /v1/consent/verify | Pre-flight check |
| GET | /v1/audit/{id} | Signed audit trail |