Sha256: 2a8e582da59cccbc62afeb30913408f286b5563a6c52152d7cebc47560ef25f5
Contents?: true
Size: 669 Bytes
Versions: 3
Compression:
Stored size: 669 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 :anatomicalLocationSite, type: QDM::Code field :negationRationale, type: QDM::Code field :qdmTitle, type: String, default: 'Physical Exam, Recommended' field :hqmfOid, type: String, default: '22.16.840.1.113883.10.20.28.4.63' field :qdmCategory, type: String, default: 'physical_exam' field :qdmStatus, type: String, default: 'recommended' field :qdmVersion, type: String, default: '5.4' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cqm-models-2.0.1 | app/models/qdm/physical_exam_recommended.rb |
cqm-models-2.0.0 | app/models/qdm/physical_exam_recommended.rb |
cqm-models-1.1.1.0 | app/models/qdm/physical_exam_recommended.rb |