All six work against the seeded reference patient John Smith. Click → Send → 200.
A simple `Patient` search bounded by `_count=5`. The fastest way to see what data is in your tenant.
Open in playground →
Find John Smith by family name. Try `Smith` as-is, or swap in `Shanahan` / `Casper` for the other seeded patients.
Open in playground →
Single-resource read by id. The path is pre-filled with John's UUID — Send returns his Patient resource.
Open in playground →
Standard FHIR `$everything` operation. Returns a Bundle of every Encounter, Observation, Condition, Medication, etc. that references John.
Open in playground →
New dev tenants get three Appointments seeded at signup (`now + 2/7/32 min`). This search returns them.
Open in playground →
FHIR `CapabilityStatement` — every resource type and interaction Blue Banana implements. Good map of the surface area.
Open in playground →