lib/health-data-standards/models/immunization.rb in health-data-standards-3.6.1 vs lib/health-data-standards/models/immunization.rb in health-data-standards-3.7.0

- old
+ new

@@ -1,6 +1,7 @@ class Immunization < Entry field :seriesNumber, type: Integer + field :reaction, type: Hash belongs_to :performer, class_name: "Provider" embeds_one :medication_product \ No newline at end of file