Stream: implementers
Topic: StructureMap
Mounika (Aug 19 2017 at 13:42):
Hello all, I want to use StructureMap to map QuestionnarieResponse to Bundle of Observations. In StructureMap.structure element I want to add Questionnarie, QuestionnarieResponse and Observation.Is it possible to add..I have seen the exmple of StructureMap. But It's not clear how to map. Can anyone explain what is the process of group element and what are the rules going on Rules element? Please explain me. Thank you
Lloyd McKenzie (Aug 19 2017 at 13:59):
With StructureMap, your source would be QuestionnaireResponse and your target would be Bundle. Questionnaire wouldn't come into play at all beyond the fact that the linkIds present in the QuestionnaireResponse would be referring to questions defined by the Questionnaire. In terms of understanding rules and groups, have you looked at the tutorial? You might also find this presentation helpful.
Mounika (Aug 21 2017 at 04:44):
Thank you @Lloyd McKenzie
Last updated: Apr 12 2022 at 19:14 UTC