Profile Workflow

The profile contains the following routes:

  • Get Resource: This route is designed to get resources that need to be updated from the FHIR server. The route performs the resource search according to the given query parameters, such as resource type and the maximum number of resources that the endpoint will return, and randomly selects resources that will be returned to the Data Fixer Framework as the result.

    The route has the following configuration:

  • Fix Resource: This route is designed to updated resources. The route receives a request from the Data Fixer Framework to update resources based on the submitted task configuration. As this is a sample scenario profile, the route receives a task to update a single Coverage resource.

    The route emulates processing by adding a tag Add tag by Data Fixer Helper stating that the resource has been updated by this profile.

    The route has the following configuration: