Open
Description
This is more of a question than a bug. I am trying to find a way to encode a decimal value with the proper precision. For example, with a precision of 1/1000, I want to encode 2.000 and not 2 or 2.0. The easy way would be to encode it as a string, but the FHIR spec requires that it be encoded as a number.
In Java I had access to a minimal JSON library where I had the option to encode the string sequence that would appear in the value even though the value itself was representing an integer.
In any case, is there a way I could encode a float. double, or Decimal value with the correct precision? What would it take to do it?
Metadata
Assignees
Labels
No labels