Sha256: 77e6d05b918386ef242764bf98b667593b2e2c47cd86d68b2dfd2c6166bda7ce
Contents?: true
Size: 483 Bytes
Versions: 2
Compression:
Stored size: 483 Bytes
Contents
class Condition < Entry field :type, type: String field :causeOfDeath, type: Boolean field :priority, type: Integer field :name, type: String field :ordinality, 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
health-data-standards-2.2.1 | lib/health-data-standards/models/condition.rb |
health-data-standards-2.2.0 | lib/health-data-standards/models/condition.rb |