This wiki has undergone a migration to Confluence found Here
CS API based on collapsed models
Revision as of 09:46, 13 October 2009 by Rene spronk (talk | contribs) (New page: category:RIMBAA Issue ==Summary== *If one were to create a programming API for RIM based models, one could base it on collapsed/flattened models instead of on a CIM. Code generation ...)
Summary
- If one were to create a programming API for RIM based models, one could base it on collapsed/flattened models instead of on a CIM. Code generation based on collapsed/flattened models results in smaller (more manageable) code.
Details
Lyssa Koton Neel (CIHI), on the RFP for a Canadian tool based on this mechanism:
- The "collapsed" MIF is described here Message_reshaping_rules
- It does the following:
- Hide all fixed values from the application
- Where possible, expose data elements using business names, not HL7 names
- Simplify the object model by eliminating unnecessary nesting, 1..1 relationships and similar constructs
- etc.
- This had been balloted as a "new ITS" but was rejected.
- Mohawk College has a working version of such a system (called the "Everest Framework") available on their website: [1]