Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Intelerad Patient API

The Patient API from Intelerad — 2 operation(s) for patient.

Intelerad Patient API is one of 9 APIs that Intelerad publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Patient. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.

This API exposes 2 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version v3.

Requests are made against a single base URL, https://access.dicomgrid.com/api/v3.

2 operations 2 paths 1 schemas 2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v3
Base URL
https://access.dicomgrid.com/api/v3
Authentication
API Key, HTTP Basic, HTTP Bearer
Resource Areas
1

Authentication & Security 3

Intelerad Patient API declares 3 security schemes for authenticating requests. An API key is passed in the query as sid (sid). It accepts HTTP basic authentication (basicAuth). It accepts HTTP bearer tokens (oauth). By default, every request must be authenticated.

  • sid — Session id obtained from /session/login. May also be supplied as a request field depending on the endpoint.
  • oauth — OAuth bearer token for third-party integrations.

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 POST. Each is listed below with its method, path, parameters, and response codes.

Patient 2
POST
/patient/list
List patient records within a namespace
→ 200
POST
/patient/get
Retrieve a patient record and demographics
→ 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is StatusResponse (3 properties). Each schema is shown below with its type and property counts.

StatusResponse
object
Every v3 Services response includes a status field of OK or ERROR.
3 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

intelerad-patient-api-openapi.yml Raw ↑

Other APIs Intelerad publishes across the network.

Intelerad HL7 API
Intelerad Namespace API
Intelerad Order API
Intelerad Report API
Intelerad Session API
Intelerad Storage API
Intelerad Study API
Intelerad Webhook API