XMap Getting Started Guide

XMap Getting Started Guide

Scenario

Scenario

Verity Outpatient Clinic uses an online tracking system to process insurance claim data for doctors. The clinic uses doctor and patient data and appointment information to check if information is missing for claims.
They need to create an XMap that transforms logs with contact information and appointment information into sets of data that is relevant for their insurance processing system. The online system stores logs in XML format. They use a Data Processor transformation with an XMap that inputs doctor and patient data, sorts the data relevant to each patient insurance claim, and outputs patient insurance data sorted from claims that are missing information.
The XMap is configured with the following objects:
PatientInputSchema
The schema that defines the XML hierarchy of data for input logs.
PatientOutputSchema
The schema that defines the XML hierarchy of data for output data.
PatientCareListExample
An example source file with sample data that you use to test the XMap.
The XMap uses the PatientInputSchema schema to define and classify the data in the input log, and the PatientOutputSchema schema to define and classify the data in the output log. The XMap processes and transforms the data in the input, then stores the output in a target XML.
Before you begin the tutorials to create an XMap for Verity Outpatient Clinic, download the Patient_DP.zip file from the following link: https://mysupport.informatica.com/docs/DOC-9857
Add the file to the following directories:

    <INSTALL_DIR>\clients\DeveloperClient\Tutorials

    <INSTALL_DIR>\server\Tutorials

Unzip the files to access the input schema file, the output schema file, and example source file. The zip also contains the solution as a Metadata file, named
XMap_Getting_Started-Solution.xml

0 COMMENTS

We’d like to hear from you!