Sha256: 5d636a6500717d9eac2391cd5547882a4e3c83ba81e8310213a055e695cd009d
Contents?: true
Size: 300 Bytes
Versions: 2
Compression:
Stored size: 300 Bytes
Contents
class Condition < Entry field :type, type: String field :causeOfDeath, type: Boolean field :name, type: String 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-0.8.1 | lib/health-data-standards/models/condition.rb |
health-data-standards-0.8.0 | lib/health-data-standards/models/condition.rb |