home/roleplay/prompt-v2-9

Prompt v2

GPTClaudeGemini··793 copies·updated 2026-07-14
prompt-v2-9.prompt
# Prompt v2

Extract structured information from the medical report.

Return a JSON object with the following fields:

{
  "patient_age": string,
  "gender": string,
  "diagnosis": array,
  "medications": array,
  "follow_up_needed": boolean
}

Rules:
- Do not invent information
- If a field is missing, return null
- Use exact terms from the text when possible
- Ensure valid JSON format

when to use it

Community prompt sourced from the open-source GitHub repo raulcmz/llm-prompt-evals (MIT). A "Prompt v2" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

raulcmz/llm-prompt-evals · MIT