Broward Health MCP Server

Epic EHR Integration Simulation - JSON-RPC API Testing Interface

Available Methods
Quick Examples
Epic FHIR Patient IDs:
  • eq081-VQE - Jane Marie Doe (MRN: BH000001)
  • eq082-WFR - John Robert Smith (MRN: BH000002)
  • eq083-XGS - Maria Elena Garcia (MRN: BH000003)
Screening Types:
  • mammogram
  • colonoscopy
  • pap_smear
Available Modalities:
  • mammogram
  • colonoscopy
  • pap_smear
API Testing Interface
Ready
API Documentation
get_patient_contact_info

Retrieve patient contact information including name, phone, email, and address.

Parameters: patient_id (string)

get_care_gap_status

Analyze care gaps for screenings and provide recommendations.

Parameters: patient_id (string), screening_type (string, optional)

get_scheduling_slots

Find available appointment slots based on modality and location.

Parameters: modality (string), location (string, optional), start_date (string, optional), end_date (string, optional)

book_appointment

Book an appointment for a patient in an available slot.

Parameters: patient_id (string), slot_id (string)

log_call_outcome

Log the outcome of patient outreach calls for tracking purposes.

Parameters: patient_id (string), outcome (string), notes (string, optional), agent_id (string, optional)

JSON-RPC 2.0: All requests must follow the JSON-RPC 2.0 specification with jsonrpc, method, params, and id fields.