Skip to main content
The ClinicalSummaryResult object represents an output of a clinical summary workflow run. It contains structured data extracted from clinical documents, including patient information, diagnoses, medications, allergies, wounds, and other relevant clinical data points that provide a comprehensive overview of a patient’s medical history.

Properties

  • devices Information about medical devices used by the patient.
    • value (array)
      Array of device objects with details about each device.
      • name (string) - Name of the device
      • date (date) - When the device was mentioned
      • context (string) - Context about the patient’s use of the device
    • insights (array)
      Additional insights about the devices. See Field Insight for more details.
    • confidence (number)
      Confidence score for the extracted information.
    • references (array)
      References to where this information was found in the document. See Field Reference for more details.
  • patient Patient demographic information.
    • value (object)
      Patient details including:
      • patient_name (string) - Patient’s name
      • patient_gender (string) - Patient’s gender
      • patient_height_in (number) - Patient’s height in inches
      • patient_weight_lb (number) - Patient’s weight in pounds
      • patient_phone_number (string) - Patient’s phone number
      • patient_date_of_birth (string) - Patient’s date of birth
      • patient_street_address (string) - Patient’s address
    • insights (array)
      Additional insights about the patient information. See Field Insight for more details.
    • confidence (number)
      Confidence score for the extracted information.
    • references (array)
      References to where this information was found in the document. See Field Reference for more details.
  • allergies Information about patient allergies.
    • value (array)
      Array of allergy objects.
      • allergy (string) - The allergy
    • insights (array)
      Additional insights about the allergies. See Field Insight for more details.
    • confidence (number)
      Confidence score for the extracted information.
    • references (array)
      References to where this information was found in the document. See Field Reference for more details.
  • discharges (object)
    Information about patient discharges from facilities.
    • value (array)
      Array of discharge objects.
      • type (string) - Type of facility the patient was discharged from (NF, SNF, IPPS, LTCH, IRF, psychiatric_unit)
        • NF: Long-term nursing facility
        • SNF: Skilled nursing facility/TCU
        • IPPS: Short-stay acute hospital
        • LTCH: Long-term care hospital
        • IRF: Inpatient rehabilitation hospital or unit
        • psychiatric_unit: Psychiatric hospital or unit
      • date (date) - Date when the patient was discharged from the facility
    • insights (array)
      Additional insights about the discharges. See Field Insight for more details.
    • confidence (number)
      Confidence score for the extracted information.
    • references (array)
      References to where this information was found in the document. See Field Reference for more details.
  • medications (object)
    Information about patient medications.
    • value (array)
      Array of medication objects.
      • medication (string) - The medication the patient is taking
    • insights (array)
      Additional insights about the medications. See Field Insight for more details.
    • confidence (number)
      Confidence score for the extracted information.
    • references (array)
      References to where this information was found in the document. See Field Reference for more details.
  • other_wounds, stasis_ulcers, pressure_ulcers, surgical_wounds
    Information about various types of wounds and ulcers.
    • value (array)
      Array of wound/ulcer objects.
      • location (string) - Location of the wound/ulcer
      • stage (string) - Stage or severity of the wound/ulcer (if applicable)
      • size (string) - Size dimensions of the wound/ulcer
      • status (string) - Current status of the wound/ulcer (healing, infected, etc.)
    • insights (array)
      Additional insights about the wounds/ulcers. See Field Insight for more details.
    • confidence (number)
      Confidence score for the extracted information.
    • references (array)
      References to where this information was found in the document. See Field Reference for more details.
    • insights arrays contain additional analysis. See Field Insight for more details.
    • references arrays contain document locations. See Field Reference for more details.
  • primary_health_insurance, secondary_health_insurance (objects)
    Information about the patient’s health insurance.
    • value (object)
      Insurance details including:
      • health_insurance_provider (string) - Name of the insurance provider
      • health_insurance_policy_number (string) - Policy number
    • insights (array)
      Additional insights about the insurance information. See Field Insight for more details.
    • confidence (number)
      Confidence score for the extracted information.
    • references (array)
      References to where this information was found in the document. See Field Reference for more details.
  • physical_activity_restrictions (object)
    Information about restrictions on the patient’s physical activities.
    • value (array)
      Array of restriction objects.
      • text (string) - The verbatim quote from the medical record describing the restriction
      • date (string) - The date associated with the restriction
    • insights (array)
      Additional insights about the restrictions. See Field Insight for more details.
    • confidence (number)
      Confidence score for the extracted information.
    • references (array)
      References to where this information was found in the document. See Field Reference for more details.

Example