Skip to main content
patientData is optional but recommended, necessary for SofIA Chat to have the context of the patient’s history. Complete example (≈ 2 kB):
{
  "fullName": "Jane Doe",
  "birthDate": "1985-05-15",
  "phone": "6425482447",
  "address": "Invented Street 55",
  "extraData": {
    "patient_medical_notes": { "notes": 
        [
          {
            "consultation": "Surgical",
            "date": "October 25, 2024",
            "url": "https....",
            //...
          }
        ] 
      },
    "medical_practice": "Pediatrics", // Doctor's medical practice
    // more information (allergies, lab results, patient_data, etc) 
  }
}
  • Limit: 100 kB
  • If exceeded, the component rejects with error “patientData exceeds 100 kB”.
  • Automatic anonymization for variables “fullName”, “birthDate”, “phone” and “address”. More variables are optionally configurable.
  • It is recommended to provide the data source if we want it to be cited by the AI to guide the doctor as text or URL