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).
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Deployments
35
Made by
Massdriver
Official
Yes
No
Compliance
Clouds
Tags
This bundle does not have an operator guide. Add one here.
Variable | Type | Description |
---|---|---|
enable_referential_integrity | boolean | Referential 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_versioning | boolean | Resource 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_create | boolean | Enabling 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_version | string | The FHIR specification version. |