Radiology (Sandbox)
0.0.1-current - ci-build
Requirement Specification
This is for collaboration and discussion purposes and is subject to change.
This is not an Implementation Guide
Radiology (Sandbox) - Local Development build (v0.0.1-current) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Official URL: https://fhir.nhs.uk/England/RAD/CapabilityStatement/FindAndRetrieveImagingReports | Version: 0.0.1-current | |||
Draft as of 2024-04-20 | Computable Name: FindAndRetrieveImagingReports |
This is a capture of requirements coming from this project.
Although this is classed here as a Document Repository, it may often be implemented as a Clinical Data Repository and so the actual API may be more expressive e.g. IHE Query for Existing Data for Mobile (QEDm).
Raw OpenAPI-Swagger Definition file | Download
Generated Narrative: CapabilityStatement FindAndRetrieveImagingReports
application/fhir+xml
, application/fhir+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
Recommend ATNA/NHS England Audits, encouraged IHE-IUA plus SMART-on-FHIR
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 |
---|---|---|---|---|---|---|---|---|---|
DiagnosticReport | https://fhir.nhs.uk/England/RAD/StructureDefinition/ImagingReport Additional supported profiles: UK Core DiagnosticReport | y | y | _id |
read
, search-type
.Read
GET /DiagnosticReport/{id}
Example
GET /DiagnosticReport/ABCD
Example API response:
Search
GET /DiagnosticReport?{parameters}
Example
GET /DiagnosticReport?_id=ABCD
Example response:
Implementers SHALL also conform to UKCore-DocumentReference and conformance to all profiles SHOULD be tested via FHIR Validation.
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | _id | token | logical identifier of resource |