Radiation Dose Summary for Diagnostic Procedures on FHIR, published by HL7 International / Imaging Integration. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-radiation-dose-summary-ig/ and changes regularly. See the Directory of published versions
| Official URL: http://hl7.org/fhir/uv/radiation-dose-summary/CapabilityStatement/RDSP | Version: 1.0.0 | |||
| Standards status: Trial-use | Maturity Level: 2 | Computable Name: RDSP | ||
Defines the operation requirement for RDSP actor
The Radiation Dose Summary Producer actor shall follow this Capability Statement. This Capability Statement does not describe the specific interpretation or identify the stakeholders that will access the different radiation resources. These details are established locally, in accordance with local policies and jurisdictional requirements. The following Capability Statement only describes FHIR capabilities necessary to share radiation summary resources with a FHIR Server.
Raw OpenAPI-Swagger Definition file | Download
xml, 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.
clientDescription of the needed resources to be supported by RDSP actor.
transactioninteraction.search-systeminteraction.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 |
|---|---|---|---|---|---|---|---|---|---|
| Patient | Y | Y | y? | identifier, given | |||||
| Practitioner | Y | Y | y? | identifier, given | |||||
| ImagingStudy | Y | Y | y? | patient | |||||
| Device | Y | Y | y? | manufacturer | |||||
| Observation | Y | Y | Y | identifier, patient, code |
search-type.read.create.Search on patient shall be supported.
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | identifier | token | |
| SHOULD | given | string |
search-type.read.create.Search on practitioner shall be supported.
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | identifier | token | |
| SHOULD | given | string |
search-type.read.create.Search on ImagingStudy shall be supported.
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| MAY | patient | reference |
search-type.read.create.Search on Device shall be supported.
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| MAY | manufacturer | token |
create.read, search-type.Create of Radiation Summary observations shall be supported.
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | identifier | token | |
| SHALL | code | token | |
| SHOULD | patient | reference |