Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix FHIRPath triggers
  • Loading branch information
Nesmeshnoy committed Sep 3, 2024
1 parent 44d960f commit cc58e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aidbox-subscriptions-to-kafka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ accept: application/json
"trigger": [
{
"resource": "QuestionnaireResponse",
"fhirPathCriteria": "status = 'completed'"
"fhirPathCriteria": "status = 'completed' or status = 'amended'"
}
]
}
Expand Down

0 comments on commit cc58e01

Please sign in to comment.