REST Resource: projects.locations.datasets.fhirStores.fhir

Methods

Patient-everything

Retrieves a Patient resource and resources related to that patient.

Resource-purge

Deletes all the historical versions of a resource (excluding the current version) from the FHIR store.

Resource-validate

Validates an input FHIR resource's conformance to its profiles and the profiles configured on the FHIR store.

capabilities

Gets the FHIR capability statement (STU3, R4), or the conformance statement in the DSTU2 case for the store, which contains a description of functionality supported by the server.

conditionalDelete

Deletes a FHIR resource that match an identifier search query.

conditionalPatch

If a resource is found with the identifier specified in the query parameters, updates part of that resource by applying the operations specified in a JSON Patch document.

conditionalUpdate

If a resource is found with the identifier specified in the query parameters, updates the entire contents of that resource.

create

Creates a FHIR resource.

delete

Deletes a FHIR resource.

executeBundle

Executes all the requests in the given Bundle.

history

Lists all the versions of a resource (including the current version and deleted versions) from the FHIR store.

patch

Updates part of an existing resource by applying the operations specified in a JSON Patch document.

read

Gets the contents of a FHIR resource.
Searches for resources in the given FHIR store according to criteria specified as query parameters.

search-type

Searches for resources in the given FHIR store according to criteria specified as query parameters.

update

Updates the entire contents of a resource.

vread

Gets the contents of a version (current or historical) of a FHIR resource by version ID.