0.0.3 • Published 6 months ago

fhircast-event-validator v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

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 listen

Subscribe 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 --verbose

Publish

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-open

DiagnosticReport-opened

Publish a DiagnosticReport-opened event.

npx fhircast-event-validator publish diagnostic-report-opened

DiagnosticReport-update

Publish a DiagnosticReport-update event.

npx fhircast-event-validator publish diagnostic-report-update

Publish 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
0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago