CIIP - Certified Imaging Informatics Professional Medical Informatics and Standards Questions and Answers — Questions and Answers
Question 1: A health information exchange (HIE) needs to implement a framework that allows affiliated hospitals, clinics, and imaging centers to publish, discover, and retrieve imaging studies and their associated reports across different EMR and PACS vendors. Which IHE profile is specifically designed to address this cross-enterprise image sharing requirement?
- Scheduled Workflow (SWF)
- Patient Information Reconciliation (PIR)
- Cross-enterprise Document Sharing for Imaging (XDS-I.b) (Correct answer)
- Portable Data for Imaging (PDI)
Correct answer: Cross-enterprise Document Sharing for Imaging (XDS-I.b)
Cross-enterprise Document Sharing for Imaging (XDS-I.b) is an IHE profile that provides a standardized framework for managing the sharing of imaging documents between different healthcare enterprises. It extends the broader XDS profile to handle the specific needs of imaging, such as referencing DICOM objects and reports, allowing authorized users to query a central registry and retrieve studies from the source repository where they are stored.
Question 2: An imaging center's RIS receives a message from the main hospital EMR indicating that a patient's last name and insurance information have been updated. This triggers an update in the RIS patient record. Which HL7 message type is used to communicate these patient demographic changes?
- ORM (Order Message)
- ORU (Observation Result)
- ADT (Admit, Discharge, Transfer) (Correct answer)
- SIU (Scheduling Information Unsolicited)
Correct answer: ADT (Admit, Discharge, Transfer)
ADT (Admit, Discharge, Transfer) messages are a cornerstone of HL7 used to communicate patient demographic and visit information. Specifically, an ADT-A08 event is defined for updating patient information. While ORM messages handle orders and ORU messages handle results, ADT messages keep all connected systems synchronized with the most current patient demographic data.
Question 3: A technologist at an imaging modality needs to report the status of a procedure back to the RIS and PACS. This includes communicating that the exam has started, that it is now complete, and providing a list of all images that were acquired. Which DICOM service is designed for this purpose?
- Modality Worklist (MWL)
- Storage Commitment
- Modality Performed Procedure Step (MPPS) (Correct answer)
- Query/Retrieve
Correct answer: Modality Performed Procedure Step (MPPS)
Modality Performed Procedure Step (MPPS) is a DICOM service that 'closes the loop' on an imaging order. The modality sends MPPS messages to inform the RIS and/or PACS about the status of an exam (e.g., IN PROGRESS, COMPLETED) and can include details like the number of images created and radiation dose information.
Question 4: A radiology department is implementing a structured reporting initiative to improve data mining and clinical analytics. Which terminology standard provides the most specific and comprehensive lexicon for radiology concepts, including anatomy, findings, techniques, and pathology?
- LOINC (Logical Observation Identifiers Names and Codes)
- SNOMED CT (Systematized Nomenclature of Medicine - Clinical Terms)
- ICD-10 (International Classification of Diseases, 10th Revision)
- RadLex (Correct answer)
Correct answer: RadLex
RadLex is a controlled terminology developed specifically for radiology by the Radiological Society of North America (RSNA). It provides a unified lexicon for radiology reporting, indexing, and data mining, covering terms for imaging procedures, anatomy, findings, and more. While SNOMED CT is a comprehensive clinical terminology, RadLex is more granular and specific to the radiology domain.
Question 5: Compared to traditional HL7 v2 messaging, what is a primary advantage of the FHIR (Fast Healthcare Interoperability Resources) standard for integrating modern applications with healthcare systems?
- It mandates a single, rigid message structure for all use cases.
- It uses modern web standards like RESTful APIs and supports JSON. (Correct answer)
- It relies on proprietary communication protocols for enhanced security.
- It has been the dominant, unchanged standard for over 30 years.
Correct answer: It uses modern web standards like RESTful APIs and supports JSON.
FHIR's main advantage is its use of modern web technologies. It employs RESTful APIs, which are the standard for web and mobile development, and uses common data formats like JSON and XML. This makes it significantly easier and faster for developers to create applications that can securely interact with EMRs and other health IT systems compared to the more complex, pipe-and-hat delimited structure of HL7 v2.
Question 6: A radiologist at a workstation (SCU) queries a remote hospital's PACS (SCP) using C-FIND and identifies a prior study for retrieval. The radiologist initiates a retrieval request that instructs the remote PACS to send the images directly to the radiologist's workstation. This is a three-party operation where the requesting entity tells the server where to send the images. Which DICOM command is typically used for this action?
- C-STORE
- C-ECHO
- C-MOVE (Correct answer)
- C-GET
Correct answer: C-MOVE
The C-MOVE command is used to request that a Service Class Provider (the remote PACS) initiate a C-STORE operation to a specified destination Application Entity (the radiologist's workstation). It is a three-party model: the client tells Server A to send data to Destination B. C-GET, in contrast, is a two-party operation where the data is sent back over the same association, but it is less commonly implemented by commercial PACS vendors.
A health information exchange (HIE) needs to implement a framework that allows affiliated hospitals, clinics, and imaging centers to publish, discover, and retrieve imaging studies and their associated reports across different EMR and PACS vendors.
Which IHE profile is specifically designed to address this cross-enterprise image sharing requirement?