Sha256: 6238c6c823365aa5be6bf3bb0203380555a733dfe1f240bf80d7685cddad36d3

Contents?: true

Size: 485 Bytes

Versions: 6

Compression:

Stored size: 485 Bytes

Contents

class Condition < Entry
  field :type,          type: String
  field :causeOfDeath,  type: Boolean
  field :time_of_death, type: Integer
  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

6 entries across 6 versions & 1 rubygems

Version Path
health-data-standards-3.1.1 lib/health-data-standards/models/condition.rb
health-data-standards-3.1.0 lib/health-data-standards/models/condition.rb
health-data-standards-3.0.6 lib/health-data-standards/models/condition.rb
health-data-standards-3.0.5 lib/health-data-standards/models/condition.rb
health-data-standards-3.0.4 lib/health-data-standards/models/condition.rb
health-data-standards-3.0.3 lib/health-data-standards/models/condition.rb