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

Methods

ConceptMap-search-translate

Translates a code from one value set to another by searching for appropriate concept maps.

ConceptMap-translate

Translates a code from one value set to another using a concept map.
Returns the consent enforcement status of a single consent resource.

Observation-lastn

Retrieves the N most recent Observation resources for a subject matching search criteria specified as query parameters, grouped by Observation.code, sorted from most recent to oldest.
Returns the consent enforcement status of all consent resources for a patient.

Patient-everything

Retrieves a Patient resource and resources related to that patient.

Resource-incoming-references

Lists all the resources that directly refer to the given target FHIR resource.

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 FHIR resources that match a search query.

conditionalPatch

If a resource is found based on the search criteria 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 based on the search criteria 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.