MedicAITutor Admin

Station Review

Load a station, edit the JSON, then save it back. Use a station API key if the deployment requires one. Unknown JSON fields are preserved, so domain experts can evolve the station schema when they need to.

Revision history
Load a station to see revisions.
Compare
Select a revision to compare it with the current station JSON.
{
  "slug": "new-station-slug",
  "section": "section-name",
  "title": "New station title",
  "task": "TASK: Describe the station task here.",
  "prompts": {
    "station_name": "New station title",
    "case_synopsis": "Add the station synopsis here."
  },
  "lead": "Patient opening line.",
  "key_points": [],
  "persona": {
    "name": "Patient Name",
    "age": 0,
    "affect": "neutral",
    "communication_style": "brief",
    "goals_concerns": [],
    "nonverbal_cues": [],
    "do_not_volunteer": []
  },
  "guardrails": {
    "forbidden_topics": [],
    "mandatory_disclosures": [],
    "handoff_triggers": [],
    "privacy_rules": [],
    "out_of_scope_responses": []
  },
  "rubric": {
    "marking_sheet_title": "Station rubric",
    "overall_scale": [
      "FAIL",
      "PASS"
    ],
    "domain_rating_scale": [
      "0",
      "1",
      "2",
      "3",
      "4"
    ],
    "rating_to_score": {
      "0": 0.0,
      "1": 0.25,
      "2": 0.5,
      "3": 0.75,
      "4": 1.0
    },
    "competency_items": [],
    "feedback_checklist": []
  },
  "station_meta": {
    "topic": "Topic",
    "time_limit_minutes": 8,
    "setting": "Clinic",
    "expected_diagnosis": "Working diagnosis",
    "station_category": "mixed"
  },
  "sources": {
    "pdf": ""
  }
}
{
  "slug": "new-station-slug",
  "section": "section-name",
  "title": "New station title",
  "task": "TASK: Describe the station task here.",
  "prompts": {
    "station_name": "New station title",
    "case_synopsis": "Add the station synopsis here."
  },
  "lead": "Patient opening line.",
  "key_points": [],
  "persona": {
    "name": "Patient Name",
    "age": 0,
    "affect": "neutral",
    "communication_style": "brief",
    "goals_concerns": [],
    "nonverbal_cues": [],
    "do_not_volunteer": []
  },
  "guardrails": {
    "forbidden_topics": [],
    "mandatory_disclosures": [],
    "handoff_triggers": [],
    "privacy_rules": [],
    "out_of_scope_responses": []
  },
  "rubric": {
    "marking_sheet_title": "Station rubric",
    "overall_scale": [
      "FAIL",
      "PASS"
    ],
    "domain_rating_scale": [
      "0",
      "1",
      "2",
      "3",
      "4"
    ],
    "rating_to_score": {
      "0": 0.0,
      "1": 0.25,
      "2": 0.5,
      "3": 0.75,
      "4": 1.0
    },
    "competency_items": [],
    "feedback_checklist": []
  },
  "station_meta": {
    "topic": "Topic",
    "time_limit_minutes": 8,
    "setting": "Clinic",
    "expected_diagnosis": "Working diagnosis",
    "station_category": "mixed"
  },
  "sources": {
    "pdf": ""
  }
}