Sha256: e7969c80b7c0743666ad87c1c72de6271bfe6e7c4f47ba50206ea8f4bb6c6d46
Contents?: true
Size: 373 Bytes
Versions: 2
Compression:
Stored size: 373 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 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-1.0.1 | lib/health-data-standards/models/condition.rb |
health-data-standards-1.0.0 | lib/health-data-standards/models/condition.rb |