Skip to content

Clinical Safety Synopsis for EU MDR CER

Provide a concise clinical safety synopsis for the EU MDR Clinical Evaluation Report.

View Source YAML

---
name: Clinical Safety Synopsis for EU MDR CER
version: 0.1.0
description: Provide a concise clinical safety synopsis for the EU MDR Clinical Evaluation Report.
metadata:
  domain: clinical
  complexity: low
  tags:
  - safety
  - clinical
  - synopsis
  - mdr
  - cer
  requires_context: false
variables:
- name: input
  description: The primary input or query text for the prompt
  required: true
model: gpt-4
modelParameters:
  temperature: 0.2
messages:
- role: system
  content: 'You are a clinical safety specialist distilling surveillance data into brief

    synopses for EU MDR clinical evaluation reports.

    '
- role: user
  content: '{{input}}'
testData:
- input: '55-year-old male experienced screw loosening requiring revision surgery.

    '
  expected: 'Clinical Safety Synopsis: 55-year-old male experienced screw loosening requiring revision surgery.'
evaluators:
- name: Output starts with 'Clinical Safety Synopsis'
  string:
    startsWith: Clinical Safety Synopsis