Sha256: 7ef6740adb5b6aa70f6c98a1de35700c562529ba386d3aa3d03a01edbbd0fded

Contents?: true

Size: 628 Bytes

Versions: 11

Compression:

Stored size: 628 Bytes

Contents

module QDM
  # app/models/qdm/physical_exam_recommended.rb
  class PhysicalExamRecommended < DataElement
    include Mongoid::Document
    embedded_in :patient
    field :authorDatetime, type: DateTime
    field :reason, type: QDM::Code
    field :method, type: QDM::Code
    field :anatomicalLocationSite, type: QDM::Code
    field :negationRationale, type: QDM::Code
    field :hqmfOid, type: String, default: '22.16.840.1.113883.10.20.28.3.63'
    field :category, type: String, default: 'physical_exam'
    field :qdmStatus, type: String, default: 'recommended'
    field :qdmVersion, type: String, default: '5.3'
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
cqm-models-0.8.4 app/models/qdm/physical_exam_recommended.rb
cqm-models-0.8.3 app/models/qdm/physical_exam_recommended.rb
cqm-models-0.8.2 app/models/qdm/physical_exam_recommended.rb
cqm-models-0.8.1 app/models/qdm/physical_exam_recommended.rb
cqm-models-0.8.0 app/models/qdm/physical_exam_recommended.rb
cqm-models-0.7.7 app/models/qdm/physical_exam_recommended.rb
cqm-models-0.7.6 app/models/qdm/physical_exam_recommended.rb
cqm-models-0.7.5 app/models/qdm/physical_exam_recommended.rb
cqm-models-0.7.4 app/models/qdm/physical_exam_recommended.rb
cqm-models-0.7.3 app/models/qdm/physical_exam_recommended.rb
cqm-models-0.7.2 app/models/qdm/physical_exam_recommended.rb