• Convert text based one liner and HPI into a patientData object

    Parameters

    • input: {
          hp: string;
          one_liner: string;
      }
      • hp: string
      • one_liner: string

    Returns Promise<PatientData | null>