lib/health-data-standards/models/address.rb in health-data-standards-2.1.4 vs lib/health-data-standards/models/address.rb in health-data-standards-2.2.0
- old
+ new
@@ -4,8 +4,9 @@
field :street, type: Array
field :city, type: String
field :state, type: String
field :zip, type: String
field :country, type: String
+ field :use, type: String
embedded_in :locatable, polymorphic: true
end
\ No newline at end of file