STU 3 Ballot

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Codesystem-device-action.xml

Raw XML (canonical form)

Definition for Code System Procedure Device Action Codes

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="device-action"/>
  <meta>
    <lastUpdated value="2016-08-11T17:02:54.322+10:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/codesystem-shareable-definition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>Procedure Device Action Codes</h2>
      <div>
        <p>Example value set for Procedure Device Action code (what happened to a device during a
           procedure.</p>

      </div>
      <p>This code system http://hl7.org/fhir/device-action defines the following codes:</p>
      <table class="codes">
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>implanted
            <a name="device-action-implanted"> </a>
          </td>
          <td>Implanted</td>
          <td>The device was implanted in the patient during the procedure.</td>
        </tr>
        <tr>
          <td>explanted
            <a name="device-action-explanted"> </a>
          </td>
          <td>Explanted</td>
          <td>The device was explanted from the patient during the procedure.</td>
        </tr>
        <tr>
          <td>manipulated
            <a name="device-action-manipulated"> </a>
          </td>
          <td>Manipulated</td>
          <td>The device remains in that patient, but its location, settings, or functionality was changed.</td>
        </tr>
      </table>
    </div>
  </text>
  <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.1.236"/>
  </identifier>
  <version value="1.6.0"/>
  <name value="Procedure Device Action Codes"/>
  <status value="draft"/>
  <experimental value="true"/>
  <publisher value="FHIR Project team"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <description value="Example value set for Procedure Device Action code (what happened to a device during a
   procedure."/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/device-action"/>
  <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 that patient, but its location, settings, or functionality was changed."/>
  </concept>
</CodeSystem>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.