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 0.1.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/FHIRServer | Version: 0.1.0 | |||
Draft as of 2021-06-28 | Computable Name: RDSC_FHIRServer |
Defines the operations requirement for FHIR server actor
Raw OpenAPI-Swagger Definition file | Download
Generated Narrative: CapabilityStatement FHIRServer
xml
, json
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.
server
Description of the needed resources to be supported by the FHIR server, and the different possible interactions.
transaction
interaction.search-system
interaction.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, code, patient, device, part-of, date |
read
, search-type
.create
.Search and Read of patient needs to be available on FHIR server, and patient create can be activated based on the covered use case.
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | identifier | token | |
SHOULD | given | string |
read
, search-type
.create
.Search and Read of practitioner shall be supported.
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | identifier | token | |
SHOULD | given | string |
read
, search-type
.create
.Search and Read of ImagingStudy shall be supported.
Conformance | Parameter | Type | Documentation |
---|---|---|---|
MAY | patient | reference |
read
, search-type
.create
.Search and Read of Device shall be supported.
Conformance | Parameter | Type | Documentation |
---|---|---|---|
MAY | manufacturer | token |
create
, read
, search-type
.Create, Search and read Radiation Summary observations shall be supported.
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | identifier | token | |
SHALL | code | token | Search based on identifiers of radiation dose summary like Accession Number |
SHALL | patient | reference | Search based on patient identifier |
SHALL | device | token | Search based on modality identifiers |
SHALL | part-of | reference | Search based on ImagingStudy |
SHALL | date | date | Search based on Radiation Summary effective dateTime, can be used to search for radiation through a period of time |