Sha256: 06fd42ca3337972bb63a21ee3d704ea7d8c689df7edc4682cd385d7884052dd2

Contents?: true

Size: 1.02 KB

Versions: 6

Compression:

Stored size: 1.02 KB

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
  # method deprecated for "Laboratory Test, Recommended" and "Laboratory Test, Order" in QDM 5.4. Remains for "Laboratory Test, Performed".
  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

6 entries across 6 versions & 1 rubygems

Version Path
health-data-standards-4.3.5 lib/health-data-standards/models/lab_result.rb
health-data-standards-4.3.4 lib/health-data-standards/models/lab_result.rb
health-data-standards-4.3.3 lib/health-data-standards/models/lab_result.rb
health-data-standards-4.3.2 lib/health-data-standards/models/lab_result.rb
health-data-standards-4.3.1 lib/health-data-standards/models/lab_result.rb
health-data-standards-4.3.0 lib/health-data-standards/models/lab_result.rb