Skip to main content

Map a radiology service

Each radiology service should define the defaults that HMIS copies to a new examination: Users may confirm or adjust the examination details when appropriate. Do not make operators re-enter values that are already defined by the service mapping.

PACS endpoint

The demo endpoint is seeded with these non-secret values: The endpoint code is an HMIS integration identifier. It is not a DICOM AE Title. Use a distinct immutable code for every separately managed PACS endpoint.

Environment

HMIS publishes new accessions to OIE using:
Keep the trailing slash on the OIE listener URL.

Integration tokens

Generate two separate tokens from the super-admin Integration API tokens page: Copy a token when it is generated because Sanctum stores only its hash. Never put a real token in documentation, screenshots, channel exports, or source control.

Worklist API

An available response has this normalized shape:
Only an active PACS and an open radiology requisition are returned. Every lookup and response is audited.

Study-ingestion API

HMIS enforces idempotency using pacs_code + message_id. An identical replay returns duplicate; reusing the identity with a different payload returns a conflict. Unknown PACS codes, accessions, invalid workflow states, and conflicting study links are quarantined and audited.