| Literature DB >> 29725963 |
Abstract
Fast Healthcare Interoperability Resources (FHIR) is an open interoperability standard that allows external software to quickly search for and access clinical information from the electronic medical record (EMR) in a method that is developer-friendly, using current internet technology standards. In this article, we highlight the new FHIR standard and illustrate how FHIR can be used to offer the field of radiology a more clinically integrated and patient-centered system, opening the EMR to external radiology software in ways unfeasible with traditional standards. We explain how to construct FHIR queries relevant to medical imaging using the Society for Imaging Informatics in Medicine (SIIM) Hackathon application programming interface (API), provide sample queries for use, and suggest solutions to offer a patient-centered, rather than an image-centered, workflow that remains clinically relevant.Entities:
Keywords: FHIR; HL7; Hackathon; Integration; Patient-centered radiology
Mesh:
Year: 2018 PMID: 29725963 PMCID: PMC5959836 DOI: 10.1007/s10278-018-0087-6
Source DB: PubMed Journal: J Digit Imaging ISSN: 0897-1889 Impact factor: 4.056
Fig. 1A screenshot of the Postman application configured to use the SIIM Hackathon FHIR server. (1) The URL that is being queried. (2) The Headers tab to specify which headers are included in requests to the server. (3) The SIIM FHIR server requires the header “apikey” with a valid apikey value to be sent in all requests to the server, which can be obtained by registering for the SIIM Hackathon. The “Accept” header can also be used to specify the return language of the results. (4) Pressing the send button will query the server and display the returned data
A list of FHIR resources that are most relevant to radiology with a short description of each and an example of a potential use in integrated radiology software
| Resource | Description | Potential use in radiology software |
|---|---|---|
| AllergyIntolerance | A record of allergies and adverse reactions to substances | Checking allergic reaction to contrast material |
| Condition | A record of diagnoses, problems, and clinical conditions | Displaying a patient’s active medical diagnoses. This resource can also be used for machine discoverability of studies for artificial intelligence research [ |
| DiagnosticOrder (ProcedureRequest in FHIR Release 3) | The orders and requests placed by clinicians for imaging or laboratory studies | Generating a worklist based on requested imaging studies |
| DiagnosticReport | The reports for laboratory, pathology, and imaging tests | Storing and retrieving radiology reports |
| ImagingStudy | A representation of a DICOM imaging study | Accessing DICOM information to allow for image retrieval from the appropriate DICOM server |
| Observation | A general location for lab results, vitals, and other patient measurements | Accessing relevant lab data such as last creatinine |
| Patient | The information about the patient receiving the health care service | Obtaining basic information such as date of birth and gender |
Fig. 2Sample results returned for querying/DiagnosticOrder as well as the type of data stored in the DiagnosticOrder resource such as (1) the patient on whom the study is ordered, (2) the ordering clinician, (3) the documented indication, (4) the status of the request, and (5) the coding that specifies the imaging type
Fig. 3a A sample of a clinically integrated platform highlighting information relevant for the radiologist such as last creatinine and contrast allergies as well as providing the latest clinical note written by the ordering provider all pulled in real-time from the FHIR server. b Additional information such as previous surgeries and relevant lab work, as well as embedded DICOMWeb images included in a single platform. c A dashboard displaying quality metrics dynamically generated from FHIR and additional SIIM Workflow Initiative in Medicine (SWIM) API data