FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 0 |
{
"resourceType" : "CodeSystem",
"id" : "device-action",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system \n <code>http://hl7.org/fhir/device-action</code> defines the following codes:\n </p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">implanted\n <a name=\"device-action-implanted\"> </a>\n </td>\n <td>Implanted</td>\n <td>The device was implanted in the patient during the procedure.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">explanted\n <a name=\"device-action-explanted\"> </a>\n </td>\n <td>Explanted</td>\n <td>The device was explanted from the patient during the procedure.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">manipulated\n <a name=\"device-action-manipulated\"> </a>\n </td>\n <td>Manipulated</td>\n <td>The device remains in the patient, but its location, settings, or functionality was changed.</td>\n </tr>\n </table>\n </div>"
},
"extension" : [
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r5.r4"
},
{
"url" : "version",
"valueString" : "0.0.1-snapshot-2"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "pc"
}
],
"url" : "http://hl7.org/fhir/device-action",
"version" : "5.0.0",
"name" : "ProcedureDeviceActionCodes",
"title" : "Procedure Device Action Codes",
"status" : "active",
"experimental" : false,
"date" : "2025-09-13T16:55:28-04:00",
"publisher" : "Patient Care",
"contact" : [
{
"name" : "Patient Care",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/patientcare"
}
]
}
],
"description" : "Example value set for Procedure Device Action code (what happened to a device during a procedure.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"concept" : [
{
"code" : "implanted",
"display" : "Implanted",
"definition" : "The device was implanted in the patient during the procedure."
},
{
"code" : "explanted",
"display" : "Explanted",
"definition" : "The device was explanted from the patient during the procedure."
},
{
"code" : "manipulated",
"display" : "Manipulated",
"definition" : "The device remains in the patient, but its location, settings, or functionality was changed."
}
]
}