fhir-py
fhir-py copied to clipboard
Hashable resources
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.