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

FHIR IG analytics

Packagehl7.terminology.r3
Resource TypeCodeSystem
IdCodeSystem-deviceassociation-status-reason.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem deviceassociation-status-reason

Language: en

Profile: Shareable CodeSystem

This case-sensitive code system http://terminology.hl7.org/CodeSystem/deviceassociation-status-reason defines the following codes:

CodeDisplayDefinition
attached AttachedThe device is connected to the patient.
disconnected DisconnectedThe device is no longer connected.
failed FailedThe device has failed to work, or continue to function.
placed placedThe device was placed in the patient.
replaced ReplacedThe device was updated with a new device or device part.

Source1

{
  "resourceType": "CodeSystem",
  "id": "deviceassociation-status-reason",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/deviceassociation-status-reason",
  "version": "1.0.0",
  "name": "DeviceAssociationStatusReason",
  "title": "DeviceAssociation Status Reason Codes",
  "status": "active",
  "experimental": false,
  "date": "2026-03-08T18:17:17-06:00",
  "description": "DeviceAssociation Status Reason Codes",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "attached",
      "display": "Attached",
      "definition": "The device is connected to the patient."
    },
    {
      "code": "disconnected",
      "display": "Disconnected",
      "definition": "The device is no longer connected."
    },
    {
      "code": "failed",
      "display": "Failed",
      "definition": "The device has failed to work, or continue to function."
    },
    {
      "code": "placed",
      "display": "placed",
      "definition": "The device was placed in the patient."
    },
    {
      "code": "replaced",
      "display": "Replaced",
      "definition": "The device was updated with a new device or device part."
    }
  ]
}