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/FindDocumentsMHD | Version: 0.0.1-current | |||
Draft as of 2024-04-20 | Computable Name: FindDocumentsMHD |
Finding and Retrieving Document Entries
This is IHE Mobile access to Health Documents (MHD) - Find Document References ITI-67 linked to UK/NHS England specific Document Metadata
Raw OpenAPI-Swagger Definition file | Download
Generated Narrative: CapabilityStatement FindDocumentsMHD
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 |
---|---|---|---|---|---|---|---|---|---|
DocumentReference | https://fhir.nhs.uk/England/RAD/StructureDefinition/DocumentEntry Additional supported profiles: https://fhir.hl7.org.uk/StructureDefinition/UKCore-DocumentReference | y | y | _id, _lastupdated, author.given, author.family, category, creation, date, event, facility, format, identifier, patient, patient.identifier, period, related, security-label, setting, status, type |
https://fhir.hl7.org.uk/StructureDefinition/UKCore-DocumentReference
read
, search-type
.Read
GET /DocumentReference/{id}
Example
GET /DocumentReference/1234
Example API response:
Search
GET /DocumentReference?{parameters}
Example
GET /DocumentReference?patient:identifier=https://fhir.nhs.uk/Id/nhs-number|9912003888&category=http://snomed.info/sct|721981007,http://snomed.info/sct|4201000179104
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 id of this artifact |
SHALL | _lastupdated | date | When the resource version last changed |
SHALL | author.given | string | |
SHALL | author.family | string | |
SHALL | category | token | Categorization of document |
SHALL | creation | date | When this document was created |
SHALL | date | date | When this document reference was created |
SHALL | event | token | Main clinical acts documented |
SHALL | facility | token | Kind of facility where patient was seen |
SHALL | format | token | Format/content rules for the document |
SHALL | identifier | token | The identifier for this DocumentReference |
SHALL | patient | reference | Who/what is the subject of the document |
SHALL | patient.identifier | reference | An Identifier for Who/what is the subject of the document |
SHALL | period | date | Time of service that is being documented |
SHALL | related | reference | Related Resource |
SHALL | security-label | token | Document security-tags |
SHALL | setting | token | Additional details about where the content was created - e.g. clinical specialty |
SHALL | status | token | current | superseded | entered-in-error |
SHALL | type | token | Kind of document |