Skip to content

Instantly share code, notes, and snippets.

@rtgibbons
Created December 16, 2010 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtgibbons/743963 to your computer and use it in GitHub Desktop.
Save rtgibbons/743963 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<registration>
<status code="200">Ok</status>
<request>
<param name="unknown">1</param>
</request>
<data>
<locations>
<location>
<id type="practice|location">LOCA-123</id>
<doctorName>Ryan Gibbons</doctorName>
<practiceName>Gibbons Opto</practiceName>
<address>123 Somehwere</address>
<phone type="voice|fax">999999999</phone>
</location>
</locations>
<primaryContact>
<title>Master Boss Man</title>
<name>Ryan</name>
<phone type="voice|fax">999999999</phone>
<email>was@aws</email>
</primaryContact>
<goals>
<goal year="1|2|3">1,000,000,000,000,000,000.00</goal>
</goals>
<program>
<tier>
<title>Team Training And Education</title>
<solutions>
<solution>
<title>New Dispenser Quick Start Program</title>
<participation>yes</participation>
<participants>
<participant>
<name>RTG</name>
<email>rtg@wd.com</email>
<startDate>20101216</startDate>
<certificationLevel>Gold</certificationLevel>
</participant>
</participants>
</solution>
<solution>
<title>Apollo - For Advanced Eyecare Professions</title>
<participation>yes</participation>
<participants>
<participant>
<name>RTG</name>
<email>rtg@wd.com</email>
<startDate>20101216</startDate>
<certificationLevel>Gold</certificationLevel>
</participant>
</participants>
</solution>
<solution>
<title>Essilor Resource Library</title>
<participation>yes</participation>
</solution>
<solution>
<title>Managed Care Training Services</title>
<participation>yes</participation>
<plans>
<plan>
<name>U2AB</name>
<percentage>100</percentage>
<comfortRanking>5</comfortRanking>
</plan>
</plans>
</solution>
<solution>
<title>Practice Management Workshops</title>
<participation>yes</participation>
<events>
<event>
<title>Marketing 101</title>
<date>20101010</date>
<location>Fort Worth</location>
<attendees>
<attendee>
<name>rtg</name>
<email>rtg@wd.com</email>
</attendee>
</attendees>
</event>
</events>
</solution>
</solutions>
</tier>
<tier>
<title>Practice Operations</title>
<solutions>
<solution>
<title>Manage Care Consulting Services</title>
<participation>yes</participation>
</solution>
<solution>
<title>Manage Care Rx Analysis</title>
<participation>yes</participation>
</solution>
<solution>
<title>Practice Financing Support</title>
<participation>yes</participation>
</solution>
<solution>
<title>ELOA Practice Builder</title>
<participation>yes</participation>
</solution>
<solution>
<title>Appointment Scheduling</title>
<participation>yes</participation>
</solution>
</solutions>
</tier>
<tier>
<title>Dispensing Solutions</title>
<solutions>
<solution>
<title>The VisiOffice System</title>
<participation>yes</participation>
</solution>
<solution>
<title>Needs Based Solutions</title>
<participation>yes</participation>
<questions>
<question>
Goals within your Optical Dept. for the current year
<answer>something</answer>
</question>
</questions>
</solution>
</solutions>
</tier>
<tier>
<title>Patient Building</title>
<solutions>
<solution>
<title>Employer Initiatives</title>
<participations>yes</participations>
</solution>
<solution>
<title>ELOA Market Builder</title>
<participation>yes</participation>
</solution>
<solution>
<title>MyOnlineCapital</title>
<participation>yes</participation>
</solution>
<solution>
<title>Think About Your Eyes and Crizal Advertising Campaign</title>
<participation>yes</participation>
</solution>
<solution>
<title>Appointment Scheduling</title>
<participation>yes</participation>
</solution>
</solutions>
</tier>
</program>
</data>
</registration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment