lib/health-data-standards/models/procedure.rb in health-data-standards-4.0.2 vs lib/health-data-standards/models/procedure.rb in health-data-standards-4.0.3

- old
+ new

@@ -3,9 +3,10 @@ field :incisionTime, type: Integer, as: :incision_time field :ordinality, type: Hash field :source, type: Hash field :anatomical_approach, type: Hash field :anatomical_target, type: Hash + field :anatomical_location, type: Hash 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.