Read
Last updated
Was this helpful?
Last updated
Was this helpful?
One of the most basic interactions is used to obtain a resource by a given id
. For more advanced options for getting resources, check out .
200
OK
Resource successfully found and returned
404
Not Found
Resource with a given id
doesn't exist on the server
410
Gone
Resource was deleted
200
OKGet an existing patient:
404
Not FoundAttempt to get a non-existing patient:
This one is another read interaction, but it returns a specific version resource. Similar to read, but it additionally requires to specify version id.
200
OKVersion id 13
was extracted from the response of a create
interaction.