--- type: "codesystem" title: "Imaging Selection Status" codesystem: "imagingselection-status" --- # Imaging Selection Status - **Official URL**: http://hl7.org/fhir/imagingselection-status - **Version**: 6.0.0 - **Status**: active - **Name**: ImagingSelectionStatus - **Title**: Imaging Selection Status - **Publisher**: HL7 (FHIR Project) - **Description**: The status of the ImagingSelection. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | available | Available | The selected resources are available.. | | entered-in-error | Entered in Error | The imaging selection has been withdrawn following a release. This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "inactive" rather than "entered-in-error".). | | inactive | Inactive | The imaging selection is no longer valid. | | unknown | Unknown | The system does not know which of the status values currently applies for this request. Note: This concept is not to be used for "other" - one of the listed statuses is presumed to apply, it's just not known which one. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <date value="2024-06-13"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="The status of the ImagingSelection."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/imagingselection-status"/> <content value="complete"/> <concept> <code value="available"/> <display value="Available"/> <definition value="The selected resources are available.."/> </concept> <concept> <code value="entered-in-error"/> <display value="Entered in Error"/> <definition value="The imaging selection has been withdrawn following a release. This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "inactive" rather than "entered-in-error".)."/> </concept> <concept> <code value="inactive"/> <display value="Inactive"/> <definition value="The imaging selection is no longer valid."/> </concept> <concept> <code value="unknown"/> <display value="Unknown"/> <definition value="The system does not know which of the status values currently applies for this request. Note: This concept is not to be used for "other" - one of the listed statuses is presumed to apply, it's just not known which one."/> </concept> </CodeSystem> ```