You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POST a Bundle to the FHIR Server. Note the new Bundle identifier. Open a new browser window and request the bundle from the FHIR server.
The resource identifier for embedded resources will be _id.
Also, it appears the timestamp is cominb back in the BSON format rather than then FHIR format.
Seeing this issue intermittently and in weird places when dealing with FHIRDateTime objects in bundles. It has to do with the way embedded resources (e.g. bundle embeds a patient as an Entry) get Marshaled into and Unmarshaled out of the database. Need to investigate further.
POST a Bundle to the FHIR Server. Note the new Bundle identifier. Open a new browser window and request the bundle from the FHIR server.
The resource identifier for embedded resources will be _id.
Also, it appears the timestamp is cominb back in the BSON format rather than then FHIR format.
RequestMessageReturnedFromFhirServer.txt
RequestMessageBeforePostingToServer.txt
The text was updated successfully, but these errors were encountered: