Skip to main content

Version Read Resource

The FHIR vread operation allows you to retrieve a specific version of a resource instance from the FHIR server. This is done using an HTTP GET request to the endpoint corresponding to the resource type, ID, and version ID.

Read a specific version of a Patient resource using the Haste Health CLI:

haste-health api version-read Patient 12345 1

This command retrieves version 1 of the Patient resource with ID 12345.

Replace [tenant] with your tenant name and [project] with your project ID.