--- type: "codesystem" title: "Procedure Device Action Codes" codesystem: "device-action" --- # Procedure Device Action Codes - **Official URL**: http://hl7.org/fhir/device-action - **Version**: 6.0.0 - **Status**: draft - **Name**: ProcedureDeviceActionCodes - **Title**: Procedure Device Action Codes - **Description**: Example value set for Procedure Device Action code (what happened to a device during a procedure. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | implanted | Implanted | The device was implanted in the patient during the procedure. | | explanted | Explanted | The device was explanted from the patient during the procedure. | | manipulated | Manipulated | The device remains in the patient, but its location, settings, or functionality was changed. | ## CodeSystem XML ```xml <status value="draft"/> <experimental value="false"/> <description value="Example value set for Procedure Device Action code (what happened to a device during a procedure."/> <caseSensitive value="true"/> <content value="complete"/> <concept> <code value="implanted"/> <display value="Implanted"/> <definition value="The device was implanted in the patient during the procedure."/> </concept> <concept> <code value="explanted"/> <display value="Explanted"/> <definition value="The device was explanted from the patient during the procedure."/> </concept> <concept> <code value="manipulated"/> <display value="Manipulated"/> <definition value="The device remains in the patient, but its location, settings, or functionality was changed."/> </concept> </CodeSystem> ```