Amy-Term

Documentation

Everything needed to run, operate, federate, and validate your Amy-Term deployment.

Start here

Operational readiness

Federation

Backup and recovery

Validate core endpoints
$ curl -s http://localhost:8000/health/live
$ curl -s http://localhost:8000/health/ready
$ curl -s http://localhost:8000/metadata # FHIR capability statement (if enabled)

Security and compliance

Developer shortcuts

These links are often used during integration work.

OpenAPI docs
$ start http://localhost:8000/docs
$ start http://localhost:8000/redoc
FHIR capability & terminology
$ curl -s http://localhost:8000/metadata
$ curl -s "http://localhost:8000/CodeSystem?_count=10"
$ curl -s "http://localhost:8000/ValueSet?_count=10"