Scenario

The health care provider was initially not compliant to any medical industry standard. All PMD documents were inserted into the out_patient_data table in any form the clinic liked. The clinic then realizes many advantages to conform to the PMD standard. Hence, they begin to validate all PMD documents based on the standard, when inserting and updating the document.

Operation

XML schema validation is demonstrated here.


Solution

XML schema for the PMD document is registered in DB2. Any PMD documents inserted and updated in the out_patient_data table are validated against the registered XML schema.

Best Practices