lib/health-data-standards/models/procedure.rb in health-data-standards-4.2.0 vs lib/health-data-standards/models/procedure.rb in health-data-standards-4.3.0
- old
+ new
@@ -1,12 +1,16 @@
class Procedure < Entry
field :incisionTime, type: Integer, as: :incision_time
field :ordinality, type: Hash
field :source, type: Hash
+ # anatomical approach deprecated as of QDM 5.4
field :anatomical_approach, type: Hash
field :anatomical_target, type: Hash
field :anatomical_location, type: Hash
+ # method deprecated for "Procedure, Recommended" and "Procedure, Order" in QDM 5.4. Remains for "Procedure, Performed".
+ # method deprecated for "Diagnostic Study, Recommended" and "Diagnostic Study, Order" in QDM 5.4. Remains for "Diagnostic Study, Performed".
+ # method deprecated for "Physical Exam, Recommended" and "Physical Exam, Order" in QDM 5.4. Remains for "Physical Exam, Performed".
field :method, type: Hash
field :reaction, 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.