OCTRI / fhir2hpo

Library for converting FHIR messages to HPO
MIT License
7 stars 2 forks source link

Value quantity, serialize test observations, improve exceptions #3

Closed aeyates closed 6 years ago

aeyates commented 6 years ago

This pull request tackles three areas:

kirenotneb commented 6 years ago

@aeyates and I had a brief side-bar about the way exceptions are being handled here. We'll likely look at future refinements to either create a hierarchy of exceptions, a la MalformedLoincException extends LoincException or look at returning richer metadata about what transpired while attempting to process the request.