Sha256: 1ab544ab40cbf13d7b8cd8ef0fef3fcd38c87fec2b2c6b61e6fe04b927832b76

Contents?: true

Size: 905 Bytes

Versions: 3

Compression:

Stored size: 905 Bytes

Contents

class LabResult < Entry
  # NOT used for QDM 5.0 referenceRange
  field :referenceRange, as: :reference_range, type: String
  # used for QDM 5.0 referenceRange
  field :referenceRangeHigh, as: :reference_range_high, type: Hash
  # used for QDM 5.0 referenceRange
  field :referenceRangeLow, as: :reference_range_low, type: Hash
  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
  field :components,          type: Hash
  
  # QDM 5.0 addition to Laboratory Test, Performed
  field :result_date_time,    type: Integer
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
health-data-standards-4.2.0 lib/health-data-standards/models/lab_result.rb
health-data-standards-4.1.0 lib/health-data-standards/models/lab_result.rb
health-data-standards-4.0.6 lib/health-data-standards/models/lab_result.rb