Structured Data Extraction
Thanks to structured data extract you can now extract directly nested json structure directly from the audio conversation.
Available Classes
- Addresses
- Appointments
- DateTimeEntities
- Documents
- Events
- Facilities
- FlightBookings
- GeopoliticalEntities
- HealthRecords
- HotelBookings
- Locations
- Moneys
- NonGeopoliticalEntities
- Organizations
- PaymentCardIndustry
- Persons
- Products
- Quantities
- Questions
- Speakers
- TradingActions
- Vehicles
HealthRecords
A list of Health Records mentionned in the conversation with the followinf properties:
- blood_type (BloodType): The blood type of the person
- weight (List[Measurement]): The weight of the person
- height (List[Measurement]): The height of the person
- bmi (List[Measurement]): The body mass index of the person
- blood_pressure (List[Measurement]): The blood pressure of the person
- heart_rate (List[Measurement]): The heart rate of the person
- temperature (List[Measurement]): The temperature of the person
- allergies (List[str]): The allergies of the person
- injuries (List[Injury]): The injuries of the person
- medications (List[Medications]): The medications of the person
- vaccinations (List[Vaccination]): The vaccinations of the person
- diseases (List[str]): The diseases of the person
- surgeries (List[Surgery]): The surgeries of the person
- hospitalizations (List[Hospitalization]): The hospitalizations of the person
- family_history (List[str]): The family history of the person
- lifestyle (List[str]): The lifestyle of the person
- diet (List[str]): The diet of the person
- exercise (List[str]): The exercise of the person
- sleep (List[str]): The sleep of the person
- mental_health (List[str]): The mental health of the person
- substance_use (List[str]): The substance use of the person
- sexual_health (List[str]): The sexual health of the person
- reproductive_health (List[str]): The reproductive health of the person
- pregnancy (List[Pregnancy]): The pregnancy of the person
- children (List[Childrens]): The children of the person
- pets (List[Pet]): The pets of the person
- insurance (List[str]): The insurance of the person
results
Blood Type (Enum)
- A_POSITIVE
- A_NEGATIVE
- B_POSITIVE
- B_NEGATIVE
- AB_POSITIVE
- AB_NEGATIVE
- O_POSITIVE
- O_NEGATIVE
Injuries
- injury_name (str): The name of the injury
- injury_description (str): The description of the injury
- injury_severity (str): The severity of the injury
- injury_date (str): The date of the injury
- injury_cause (str): The cause of the injury
- injury_location (str): The location of the injury
- injury_treatment (str): The treatment of the injury
results
Medications
- medication_name (str): The name of the medication
- medication_dosage (str): The dosage of the medication
- medication_frequency (str): The frequency of the medication
- medication_duration (str): The duration of the medication
- medication_start_date (str): The start date of the medication
- medication_end_date (str): The end date of the medication
- medication_prescription (str): The prescription of the medication
- medication_reason (str): The doctor who prescribed the medication
- medication_side_effects (str): The side effects of the medication
- medication_warnings (str): The warnings of the medication
- medication_instructions (str): The instructions of the medication
- medication_doctor (str): The notes of the medication
results
Vaccination
- vaccination_name (str): The name of the vaccination
- vaccination_date (str): The date of the vaccination
- vaccination_location (str): The location of the vaccination
- vaccination_doctor (str): The doctor of the vaccination
results
Surgery
- surgery_name (str): The name of the surgery
- surgery_date (str): The date of the surgery
- surgery_location (str): The location of the surgery
- surgery_doctor (str): The doctor of the surgery
results
Hospitalization
- hospital_name (str): The name of the hospital
- hospital_date (str): The date of the hospitalization
- hospital_location (str): The location of the hospital
- hospital_doctor (str): The doctor of the hospital
results
Pregnancy
- pregnancy_date (str): The date of the pregnancy
- pregnancy_location (str): The location of the pregnancy
- pregnancy_doctor (str): The doctor of the pregnancy
- pregnancy_outcome (str): The outcome of the pregnancy
results
Children
- child_name (str): The name of the child
- child_age (str): The age of the child
- child_gender (str): The gender of the child assigned at birth
results
Pet
- pet_name (str): The name of the pet
- pet_age (str): The age of the pet
- pet_species (str): The species of the pet
- pet_breed (str): The breed of the pet
- pet_gender (str): The gender of the pet
results
Locations
A list of locations containing the following properties:
- city (str): The name of the city
- state (str): The name of the state
- zipcode (str): The zipcode of the location
- country (str): The name of the country
results
Common Classes
Measurement
A measurement will have the following properties:
- value (float): The value of the measurement
- unit (str): The unit of the measurement
- date (str): The date of the measurement
- subject (str): The subject of the measurement
- speaker (str): The speaker mentioning the measurement
results
Quantities
A list of quantities mentionned in the conversation with the following properties:
- value (float): The value of the quantity
- unit (str): The unit of the quantity
- subject (str): The subject of the quantity
- speaker (str): The speaker mentioning the quantity
results
- ZMW : :
Was this page helpful?