type: codesystemcodesystem: 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 version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="device-action"/>
<meta>
</meta>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="pc"/>
</extension>
<url value="http://hl7.org/fhir/device-action"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.426"/>
</identifier>
<identifier>
<use value="old"/>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.1.417"/>
</identifier>
<identifier>
<use value="old"/>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.2.236"/>
</identifier>
<version value="6.0.0"/>
<name value="ProcedureDeviceActionCodes"/>
<title value="Procedure Device Action Codes"/>
<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>