Prompt v2
# 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