I have a XML to HL7 xlate that translates (using TCL) this date of birth field correctly:
However, when I try to translate this date of birth field (in the testing tool) using the same code:
I see this error message:
Fetch failure on ‘{Error The format of OcmNode::OCM_TYPE_DATETIME is not valid.}’
I then tried the XML tester and it displays the field correctly:
MSG1.pidLevel.pid.dateOfBirth.#text: >1984-02-03T00:00:00.0000000-00:00< They both appear to be correctly formatted xs:dateTime fields. Has anyone seen this before? Thanks.