Scenario

The health care provider receives a new patient, James Mathew, who doesnt have any previous record in the system. A new patient request is processed and James information is then inserted.

Operation

Insert patients address and complete medical details as XML documents into the patient_details and out_patient_data tables.

Solution

These XML documents are now stored natively with other relational data in DB2. The new record for the patient James Mathew is entered into the application.

Best Practices