FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.argonaut.smart-imaging
Resource TypeCapabilityStatement
IdCapabilityStatement-smart-imaging-server.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/argonautproject/smart-imaging/CapabilityStatement-smart-imaging-server.html
URLhttp://fhir.org/argonaut/smart-imaging/CapabilityStatement/smart-imaging-server
Version0.1.0
Statusdraft
Date2026-08-21
NameSmartImagingAccessServer
TitleSMART Imaging Access Server
Realmus
Authorityhl7
DescriptionRequirements for the Imaging Server's FHIR endpoint. In addition to the FHIR behavior described here, the server hosts or links to WADO-RS endpoints as described in [Retrieving images](specification.html#retrieving-images), and validates SMART access tokens as described in [Authorization](specification.html#authorization).
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
fhir.argonaut.smart-imaging#currentsmart-imaging-studySMART ImagingStudy

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CapabilityStatement smart-imaging-server

SMART Imaging Access Server

  • Implementation Guide Version: 0.1.0
  • FHIR Version: 4.0.1
  • Supported Formats: json
  • Published on: 2026-08-21
  • Published by: Argonaut Project

Note to Implementers: FHIR Capabilities

Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.

FHIR RESTful Capabilities

Mode: server

Security

Requests carry a SMART on FHIR access token issued by the EHR's authorization server. The Imaging Server validates the token (for example, via SMART Token Introspection) and enforces patient context and scopes.

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCSearches_include_revincludeOperations
ImagingStudySupported Profiles
  SMART ImagingStudy
ypatient, identifier, _lastUpdatedImagingStudy:endpoint

Resource Conformance: unspecified ImagingStudy

Core FHIR Resource
ImagingStudy
Reference Policy
Interaction summary
  • Supports search-type.

Supported Profiles

SMART ImagingStudy

Documentation

The server SHALL support searching ImagingStudy by patient, alone and in combination with _lastUpdated and identifier (a DICOM Study Instance UID in urn:oid:... form). The server SHALL support _include=ImagingStudy:endpoint so apps receive the WADO-RS Endpoint for each study, whether contained or external.

If results are not yet available (for example, the server is querying an underlying PACS), the server MAY respond 503 with a Retry-After header; the app retries after the indicated number of seconds.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLpatientreference

The patient whose studies are requested. SHALL be supported alone and in combination with _lastUpdated or identifier.

SHALLidentifiertoken

A DICOM Study Instance UID in urn:oid:... form, used with patient to look up a specific study.

SHALL_lastUpdateddate

Used with patient to fetch only studies updated after a given time, e.g. _lastUpdated=gt2023-04-17T04:00:00Z.

 

Source1

{
  "resourceType": "CapabilityStatement",
  "id": "smart-imaging-server",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.org/argonaut/smart-imaging/CapabilityStatement/smart-imaging-server",
  "version": "0.1.0",
  "name": "SmartImagingAccessServer",
  "title": "SMART Imaging Access Server",
  "status": "draft",
  "date": "2026-08-21",
  "publisher": "Argonaut Project",
  "contact": [
    {
      "name": "Argonaut Project",
      "telecom": [
        {
          "system": "url",
          "value": "https://confluence.hl7.org/display/AP/Argonaut+Project+Home"
        }
      ]
    }
  ],
  "description": "Requirements for the Imaging Server's FHIR endpoint. In addition to the FHIR\nbehavior described here, the server hosts or links to WADO-RS endpoints as\ndescribed in [Retrieving images](specification.html#retrieving-images), and\nvalidates SMART access tokens as described in\n[Authorization](specification.html#authorization).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "json"
  ],
  "rest": [
    {
      "mode": "server",
      "security": {
        "description": "Requests carry a SMART on FHIR access token issued by the EHR's authorization server. The Imaging Server validates the token (for example, via SMART Token Introspection) and enforces patient context and scopes."
      },
      "resource": [
        {
          "type": "ImagingStudy",
          "supportedProfile": [
            "http://fhir.org/argonaut/smart-imaging/StructureDefinition/smart-imaging-study"
          ],
          "documentation": "The server SHALL support searching ImagingStudy by patient, alone and in\ncombination with `_lastUpdated` and `identifier` (a DICOM Study Instance UID\nin `urn:oid:...` form). The server SHALL support `_include=ImagingStudy:endpoint`\nso apps receive the WADO-RS Endpoint for each study, whether contained or external.\n\nIf results are not yet available (for example, the server is querying an\nunderlying PACS), the server MAY respond `503` with a `Retry-After` header;\nthe app retries after the indicated number of seconds.",
          "interaction": [
            {
              "code": "search-type"
            }
          ],
          "searchInclude": [
            "ImagingStudy:endpoint"
          ],
          "searchParam": [
            {
              "name": "patient",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type": "reference",
              "documentation": "The patient whose studies are requested. SHALL be supported alone and in combination with `_lastUpdated` or `identifier`."
            },
            {
              "name": "identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier",
              "type": "token",
              "documentation": "A DICOM Study Instance UID in `urn:oid:...` form, used with `patient` to look up a specific study."
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date",
              "documentation": "Used with `patient` to fetch only studies updated after a given time, e.g. `_lastUpdated=gt2023-04-17T04:00:00Z`."
            }
          ]
        }
      ]
    }
  ]
}