PipedreamHQ / PipedreamHQ/pipedream
[Components] azure_api_for_fhir
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# azure_api_for_fhir
## URLs
- https://learn.microsoft.com/en-us/azure/healthcare-apis/azure-api-for-fhir/fhir-rest-api-capabilities
## Webhook Sources
### new-resource-instant
#### Description
Emit new event when a new resource (such as a Patient, Observation, or Condition) is created in the FHIR store. Users can optionally specify the resource type to monitor, e.g., 'Patient' or 'Observation'.
### updated-resource-instant
#### Description
Emit new event when a resource is updated in the FHIR store. Users can optionally filter by resource type and/or specific IDs.
### deleted-resource-instant
#### Description
Emit new event when a resource is deleted from the FHIR store. Users can optionally filter by resource type, such as 'Patient' or 'Observation'.
## Actions
### create-resource
#### Description
Create a new resource in the FHIR store. Users must specify the resource type (e.g., 'Patient', 'Observation') and provide the resource data in JSON format.
### update-resource
#### Description
Update an existing resource in the FHIR store. Users must provide the resource ID, resource type, and updated data in JSON format.
### delete-resource
#### Description
Delete a resource from the FHIR store. Users must specify the resource type and the resource ID to delete.
Contributor guide
Assessment
This issue has not been assessed yet.