Mapping of "ImmunizationRecommendation" Resource

Hi @ibacher, @dkayiwa

I’m working on implementing a ImmunizationRecommendation resource in openmrs but I’m not aware of the mapping of this resource in openmrs table. Can you please provide the mapping of different fhir elements of ImmunizationRecommendation resource with the openmrs database ?

That’s really up to you as to how it makes the most sense to store. If we had a standard way of representing ImmunizationRecommendations, we’d probably already have the resource supported in the FHIR2 module.

The easiest thing is probably to come up with some sort of structure of concepts that capture the necessary information and store the results in the Obs table, but that may or may not be the best way to store things.