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

- old
+ new

@@ -5,10 +5,11 @@ embedded_in :patient field :authorDatetime, type: DateTime field :reason, type: QDM::Code field :anatomicalLocationSite, type: QDM::Code field :negationRationale, type: QDM::Code - field :hqmfOid, type: String, default: '2.16.840.1.113883.10.20.28.3.61' + field :qdmTitle, type: String, default: 'Physical Exam, Order' + field :hqmfOid, type: String, default: '2.16.840.1.113883.10.20.28.4.61' field :qdmCategory, type: String, default: 'physical_exam' field :qdmStatus, type: String, default: 'order' field :qdmVersion, type: String, default: '5.4' end end