Stream: implementers
Topic: Datatype Errors ValueSet?
Abbie Watson (Feb 03 2022 at 15:27):
Does anybody know of a value set of DataType errors? Something that contains something along the lines of:
- DateOutOfRange
- HumanNameNotAString
- NoPeriodStart
- NoSpecifiedCurrencyType
- QuantityIsNotFloat
- QuantityIsNotIntegeger
etc. etc.
Lloyd McKenzie (Feb 03 2022 at 16:35):
No standards ones more granular than what's in OperationOutcome
Abbie Watson (Feb 03 2022 at 17:02):
Oooooh.... OperationOutcomeCodes looks like a great starting point. Thank you!!!
Last updated: Apr 12 2022 at 19:14 UTC