Sha256: 1a85328d4b00a14cd0e56f52a1f58b92d0f890a06228610c932186e2c2aee190

Contents?: true

Size: 302 Bytes

Versions: 1

Compression:

Stored size: 302 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

1 entries across 1 versions & 1 rubygems

Version Path
health-data-standards-0.7.1 lib/health-data-standards/models/condition.rb