GCP Healthcare FHIR Store

Fast Healthcare Interoperability Resources (FHIR) is a healthcare data standard with an application programming interface (API) for representing and exchanging electronic health records (EHR).

View Source Code
Deployments

35

Made by

Massdriver

Official

Yes

No

Compliance
Tags

This bundle does not have an operator guide. Add one here.

VariableTypeDescription
enable_referential_integritybooleanReferential integrity will protect the FHIR store against operations that will result in an inconsistent state, such as creating/updating/patching a resource with a reference to a non-existent resource, or deleting a resource that is referenced by other resources. This field cannot be changed after creation.
enable_resource_versioningbooleanResource versioning will cause all write operations to create historic versions, which can be fetched through the history APIs (but cannot be updated). This field cannot be changed after creation.
enable_update_createbooleanEnabling updateCreate will allow a client to use the update operation to create new identities on the server. If false, all identities are server-assigned through the create operation and attempts to update a non-existent resource will return errors.
fhir_versionstringThe FHIR specification version.
No items found.