0.0.3 • Published 2 years ago
fhircast-event-validator v0.0.3
FHIRcast Event Validator
A simple CLI that validates your FHIRcast messages and message handling.
Listen
Subscribe to all available events on the default URL and default topic.
npx fhircast-event-validator listenSubscribe to all available events on the provided URL and default topic.
npx fhircast-event-validator listen --url {http(s) url}Subscribe to all available events on the default URL and provided topic.
npx fhircast-event-validator listen --topic "{topic}"Provides some additional information when validation errors occur.
npx fhircast-event-validator listen --verbosePublish
The same url and topic options used for listen apply here as well.
DiagnosticReport-open
Publish a DiagnosticReport-open event.
npx fhircast-event-validator publish diagnostic-report-openDiagnosticReport-opened
Publish a DiagnosticReport-opened event.
npx fhircast-event-validator publish diagnostic-report-openedDiagnosticReport-update
Publish a DiagnosticReport-update event.
npx fhircast-event-validator publish diagnostic-report-updatePublish a DiagnosticReport-update event with a custom status.
npx fhircast-event-validator publish diagnostic-report-update --status "{status}"TODO
- Add command to publish messages
- Provide authentication options