capabilities · what this server can do
9 tools detected·auth: API key
medium risk● active ○ not requested · hover each badge for details
● fs read● fs write● network○ exec○ eval● secrets
why medium risk: fs read + fs write + network + secrets — requires access to credentials or environment secrets.
- search_patients— Search for patients on the FHIR server by name, date of birth, or identifier.
- get_patient— Get a full patient record by FHIR resource ID. Returns demographics,
- search_conditions— Find diagnoses and conditions for a patient. Clinical status can be
- search_medications— Find medication requests (prescriptions) for a patient. Status can be
- search_observations— Find lab results, vital signs, and other observations for a patient.
+4 more tools
- create_observation— Record a new observation (vital sign, lab result) for a patient.
- get_care_plan— Retrieve active care plans for a patient. Care plans describe the intended
- validate_resource— Validate a FHIR resource against the R4 specification. Accepts a JSON string
- my_tool