This is a RESTful server tester, which can be used to send requests to, and receive responses from the server at the following URL:

Resource: Patient

This page contains various operations for interacting with the resource.
Read an individual resource instance given its ID (and optionally a version ID to retrieve a specific version of that instance to vread that instance)
ID *
Version ID

Retrieve the update history across the resource type, or against a specific instance of this resource type if an ID is specified.
ID
Since
Limit

Delete an individual instance of the resource
ID *

Create an instance of the resource. Generally you do not need to specify an ID but you may force the server to use a specific ID by including one.
ID
Contents *

Update an existing instance of the resource by ID.
ID *
Contents *

Validate an instance of the resource to check whether it would be acceptable for creating/updating, without actually storing it on the server.
Contents *
Show all of the tags currently in use on the server for this resource type. If an ID is specified, returns only tags posted to the given version. If an ID and a version are specified, returns only the tags posted to the given resource version.
ID
VID