Sha256: f9c8b79192eff86676be2f4bf2b4eb14939579b4e6886a66e294e629b1f8644b
Contents?: true
Size: 526 Bytes
Versions: 6
Compression:
Stored size: 526 Bytes
Contents
class Condition < Entry field :type, type: String field :causeOfDeath, type: Boolean field :priority, type: Integer field :name, type: String field :ordinality, type: String field :ordinality_code, type: Hash field :severity, type: Hash # Currently unsupported by any importers embeds_many :treating_provider, class_name: "Provider" alias :cause_of_death :causeOfDeath alias :cause_of_death= :causeOfDeath= end
Version data entries
6 entries across 6 versions & 1 rubygems