app/models/qdm/physical_exam_performed.rb in cqm-models-1.0.3 vs app/models/qdm/physical_exam_performed.rb in cqm-models-1.1.1.0

- old
+ new

@@ -9,10 +9,11 @@ field :method, type: QDM::Code field :result field :anatomicalLocationSite, type: QDM::Code field :negationRationale, type: QDM::Code field :components, type: Array - field :hqmfOid, type: String, default: '2.16.840.1.113883.10.20.28.3.62' + field :qdmTitle, type: String, default: 'Physical Exam, Performed' + field :hqmfOid, type: String, default: '2.16.840.1.113883.10.20.28.4.62' field :qdmCategory, type: String, default: 'physical_exam' field :qdmStatus, type: String, default: 'performed' field :qdmVersion, type: String, default: '5.4' end end