Reputation: 207
Using the fhir-net-api (STU3, ver - 0.93.4.0), when trying to POST a DocumentReference resource, the following error is generated when parsing the resource (body)-
"IndexedElement : is not a correctly formatted Instant"
This is occurring when parsing the value of the "Indexed" attribute, which is of "instant" datatype.
The value being passed is of the form - yyyy-MM-ddTHH:mm:ss+-Offset. For example - 2005-12-24T09:43:41+11:00
Is there a different format to be used when passing values to "instant" datatypes?
Upvotes: 1
Views: 155
Reputation: 1004
No, your code seems fine. Can I ask you to:
Upvotes: 1