Skip to content

Update Resource

Martin Brocker edited this page Aug 5, 2019 · 4 revisions

This interaction allows for a specific resource to be updated with the new relevant resource changes.

Prerequisites

  • Resource should already exist within FHIR store
  • The resource id and the id supplied within the HTTP request needs to be the same

Create if resource doesnt exist (upsert)

Hearth has been configured to allow a resource to be inserted into the database if they are not found during the update interaction, as specified by the FHIR documentation.

By default, this setting is disabled and needs to be enabled within the config to have this functionality applied

Examples

Coming soon ...