Skip to main content

Prescription

A Prescription is a medical document provided by a doctor to a patient, including prescribed medications, dosage instructions, and other treatment recommendations.

Key Fields:

  • rx_id (string): Unique identifier for the prescription
  • visit_id (string): Unique identifier for the associated visit
  • doctor (object): Details of the prescribing doctor
  • patient (object): Details of the patient
  • rx_entities (object): Contains symptoms, diagnosis, medications, and lab tests
    • symptoms (array): List of reported symptoms
    • diagnosis (array): List of diagnoses made
    • medications (array): List of prescribed medications
    • labTests (array): List of prescribed lab tests
Read more : (API Reference - Prescription) section.