Sha256: e02c2792e1419ba08a1409f5dffec007a15ecd6320f87d709e8de6074a0bd249

Contents?: true

Size: 626 Bytes

Versions: 1

Compression:

Stored size: 626 Bytes

Contents

class LabResult < Entry
  field :referenceRange, as: :reference_range, type: String
  field :referenceRangeHigh, as: :reference_range_high, type: String
  field :referenceRangeLow, as: :reference_range_low, type: String
  field :interpretation, type: Hash  
  field :reaction,   type: Hash
  field :method,  type: Hash
  # The resulting status of a procedure as defined in the QDM documentation. This is different
  # than the status associated with the `Entry` object, which relates to the data criteria
  # status as defined in health-data-standards/lib/hqmf-model/data_criteria.json.
  field :qdm_status, type: Hash
  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
health-data-standards-3.7.0 lib/health-data-standards/models/lab_result.rb