Sha256: 8cb956bbb0d5e9839d2a5040b2b7b4f0603ba1bbde1e64973d0bd3908ec07ea9

Contents?: true

Size: 909 Bytes

Versions: 6

Compression:

Stored size: 909 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: String
  # used for QDM 5.0 referenceRange
  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
  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.0.5 lib/health-data-standards/models/lab_result.rb
health-data-standards-4.0.4 lib/health-data-standards/models/lab_result.rb
health-data-standards-4.0.3 lib/health-data-standards/models/lab_result.rb
health-data-standards-4.0.2 lib/health-data-standards/models/lab_result.rb
health-data-standards-4.0.1 lib/health-data-standards/models/lab_result.rb
health-data-standards-4.0.0 lib/health-data-standards/models/lab_result.rb