FHIR IG analytics| Package | fhir.argonaut.smart-imaging |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-smart-imaging-server.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/argonautproject/smart-imaging/CapabilityStatement-smart-imaging-server.html |
| URL | http://fhir.org/argonaut/smart-imaging/CapabilityStatement/smart-imaging-server |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-08-21 |
| Name | SmartImagingAccessServer |
| Title | SMART Imaging Access Server |
| Realm | us |
| Authority | hl7 |
| Description | Requirements 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). |
| Kind | requirements |
No resources found
| StructureDefinition | ||
| fhir.argonaut.smart-imaging#current | smart-imaging-study | SMART ImagingStudy |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement smart-imaging-server
jsonNote 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.
serverRequests 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.
The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include_revinclude| Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
|---|---|---|---|---|---|---|---|---|---|
| ImagingStudy | Supported Profiles SMART ImagingStudy | y | patient, identifier, _lastUpdated | ImagingStudy:endpoint |
The server SHALL support searching ImagingStudy by patient, alone and in combination with
_lastUpdatedandidentifier(a DICOM Study Instance UID inurn:oid:...form). The server SHALL support_include=ImagingStudy:endpointso 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
503with aRetry-Afterheader; the app retries after the indicated number of seconds.
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | patient | reference | The patient whose studies are requested. SHALL be supported alone and in combination with |
| SHALL | identifier | token | A DICOM Study Instance UID in |
| SHALL | _lastUpdated | date | Used with |
{
"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`."
}
]
}
]
}
]
}