lib/health-data-standards/models/condition.rb in health-data-standards-0.7.1 vs lib/health-data-standards/models/condition.rb in health-data-standards-0.8.0

- old
+ new

@@ -1,10 +1,10 @@ class Condition < Entry field :type, type: String field :causeOfDeath, type: Boolean field :name, type: String - # embeds_many :treating_provider, class_name: "Provider" + embeds_many :treating_provider, class_name: "Provider" alias :cause_of_death :causeOfDeath alias :cause_of_death= :causeOfDeath= end \ No newline at end of file