fhir-py icon indicating copy to clipboard operation
fhir-py copied to clipboard

Hashable resources

Open BSVogler opened this issue 3 years ago • 10 comments

In order to use resources in a set they should implement the __hash__() method. A resource is unique by the id + history version id, so putting this together would be the fastest way.

BSVogler avatar Jun 08 '22 15:06 BSVogler