FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/device-action (JSON)

Patient Care Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code SystemProcedureDeviceActionCodes

{
  "resourceType" : "CodeSystem",
  "id" : "device-action",
  "meta" : {
    "lastUpdated" : "2024-04-19T18:19:53.040+00:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/device-action</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">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 style=\"white-space:nowrap\">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 style=\"white-space:nowrap\">manipulated<a name=\"device-action-manipulated\"> </a></td><td>Manipulated</td><td>The device remains in the patient, but its location, settings, or functionality was changed.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pc"
  }],
  "url" : "http://hl7.org/fhir/device-action",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.426"
  },
  {
    "use" : "old",
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.417"
  },
  {
    "use" : "old",
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.2.236"
  }],
  "version" : "6.0.0-cibuild",
  "name" : "ProcedureDeviceActionCodes",
  "title" : "Procedure Device Action Codes",
  "status" : "active",
  "experimental" : false,
  "publisher" : "HL7 International",
  "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."
  }]
}

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.