This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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 R2
Definition for Value SetProcedure Device Action Codes
<ValueSet xmlns="http://hl7.org/fhir"> <id value="valueset-device-action"/> <meta> <lastUpdated value="2015-04-03T14:24:32.000+11:00"/> <profile value="http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid"> <valueUri value="urn:oid:2.16.840.1.113883.4.642.2.1866"/> </extension> <url value="http://hl7.org/fhir/vs/device-action"/> <version value="0.5.0"/> <name value="Procedure Device Action Codes"/> <publisher value="FHIR Project team"/> <contact> <telecom> <system value="url"/> <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"/> <status value="draft"/> <experimental value="true"/><!-- due to the lack of any available codes, we invent our own examples here --> <define> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid"> <valueUri value="urn:oid:null"/> </extension> <system value="http://hl7.org/fhir/device-action"/> <caseSensitive value="true"/> <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 it's location, settings, or functionality was changed"/> </concept> </define> </ValueSet>
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.