+ This page contains examples of how to use the client to perform + complete tasks. If you have an example you could contribute, we'd + love to hear from you! +
+ ++ The following example shows how to post a transaction with two resources, + where one resource contains a reference to the other. A temporary ID (a UUID) + is used as an ID to refer to, and this ID will be replaced by the server by + a permanent ID. +
+ +
+ This code creates the following transaction bundle:
+
+
+ The server responds with the following response. Note that
+ the ID of the already existing patient is returned, and the
+ ID of the newly created Observation is too.
+
+
+