Stream: implementers
Topic: Handle valueString empty condition
Sameer Datta (Oct 27 2021 at 07:05):
Hi,
Can you suggest what value to used for empty value for datatype valueString
Lloyd McKenzie (Oct 27 2021 at 13:19):
Empty values are not allowed in FHIR. If you have an empty value, you must omit the element entirely. If the element is mandatory for some reason, first submit a change request to relax the cardinality as obviously its erroneous. You can work around the cardinality using an extension such as data absent reason
Last updated: Apr 12 2022 at 19:14 UTC