FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-device-action.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-device-action.html
URLhttp://hl7.org/fhir/device-action
Version4.0.1
Statusdraft
Date2025-09-13T16:11:23-04:00
NameProcedureDeviceActionCodes
TitleProcedure Device Action Codes
Realmuv
Authorityhl7
DescriptionExample codes indicating the change that happened to the device during the procedure. Note that these are in no way complete and might not even be appropriate for some uses.
CopyrightThis resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org
Contentcomplete

Resources that use this resource

ValueSet
R2-device-action-for-R4BCross-version VS for R2.Procedure Device Action Codes for use in FHIR R4B
R2-device-action-for-R4Cross-version VS for R2.Procedure Device Action Codes for use in FHIR R4
R2-device-action-for-R5Cross-version VS for R2.Procedure Device Action Codes for use in FHIR R5

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem device-action

This case-sensitive code system http://hl7.org/fhir/device-action defines the following codes:

CodeDisplayDefinition
implanted ImplantedThe device was implanted in the patient during the procedure.
explanted ExplantedThe device was explanted from the patient during the procedure.
manipulated ManipulatedThe device remains in the patient, but its location, settings, or functionality was changed.

Source1

{
  "resourceType": "CodeSystem",
  "id": "device-action",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4.r4b"
        },
        {
          "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/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/device-action",
  "version": "4.0.1",
  "name": "ProcedureDeviceActionCodes",
  "title": "Procedure Device Action Codes",
  "status": "draft",
  "experimental": false,
  "date": "2025-09-13T16:11:23-04:00",
  "publisher": "Patient Care",
  "contact": [
    {
      "name": "Patient Care",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare"
        }
      ]
    }
  ],
  "description": "Example codes indicating the change that happened to the device during the procedure.  Note that these are in no way complete and might not even be appropriate for some uses.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org",
  "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."
    }
  ]
}