MED-ERR-0403 medical data_error ai_generated true

AI instructs a diabetic patient to use a U-40 insulin syringe for U-100 insulin, causing tenfold dosing error

ID: medical/insulin-u100-u40-syringe

Also available as: JSON · Markdown · 中文
89%Fix Rate
87%Confidence
1Evidence
2024-09-22First Seen

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
BD Ultra-Fine 6mm active
NovoFine 4mm active
EasyTouch U-100 active

Root Cause

AI confused insulin syringe types: U-40 syringes are calibrated for 40 units/mL insulin, while U-100 syringes are for 100 units/mL. Using a U-40 syringe for U-100 insulin delivers 2.5 times the intended dose per unit mark, risking severe hypoglycemia.

generic

中文

AI混淆了胰岛素注射器类型:U-40注射器校准用于40单位/mL胰岛素,而U-100注射器用于100单位/mL。使用U-40注射器注射U-100胰岛素时,每单位标记实际输送2.5倍剂量,可能导致严重低血糖。

Official Documentation

https://www.fda.gov/drugs/postmarket-drug-safety-information-patients-and-providers/insulin-syringe-safety

Workarounds

  1. 90% success Always verify the insulin concentration (U-100 or U-40) on the vial and match it to the syringe markings. If only U-40 syringes are available for U-100 insulin, calculate the correct volume: (desired units / 100) * 40 = units to draw on U-40 syringe. Example: 10 units U-100 insulin = draw 4 units on U-40 syringe. Document in the patient's insulin log.
    Always verify the insulin concentration (U-100 or U-40) on the vial and match it to the syringe markings. If only U-40 syringes are available for U-100 insulin, calculate the correct volume: (desired units / 100) * 40 = units to draw on U-40 syringe. Example: 10 units U-100 insulin = draw 4 units on U-40 syringe. Document in the patient's insulin log.
  2. 88% success Use a standardized color-coding system: U-100 syringes have orange caps, U-40 syringes have red caps. Train all nursing staff to check cap color before drawing insulin. Implement a barcode scanning system at the bedside that rejects mismatched syringe/insulin pairs.
    Use a standardized color-coding system: U-100 syringes have orange caps, U-40 syringes have red caps. Train all nursing staff to check cap color before drawing insulin. Implement a barcode scanning system at the bedside that rejects mismatched syringe/insulin pairs.
  3. 85% success For patients at home, prescribe only one insulin concentration and matching syringes. Provide a written dosing chart with clear instructions: 'Use only the blue syringe for your insulin. If you have a red syringe, do not use it—call your pharmacy.'
    For patients at home, prescribe only one insulin concentration and matching syringes. Provide a written dosing chart with clear instructions: 'Use only the blue syringe for your insulin. If you have a red syringe, do not use it—call your pharmacy.'

中文步骤

  1. Always verify the insulin concentration (U-100 or U-40) on the vial and match it to the syringe markings. If only U-40 syringes are available for U-100 insulin, calculate the correct volume: (desired units / 100) * 40 = units to draw on U-40 syringe. Example: 10 units U-100 insulin = draw 4 units on U-40 syringe. Document in the patient's insulin log.
  2. Use a standardized color-coding system: U-100 syringes have orange caps, U-40 syringes have red caps. Train all nursing staff to check cap color before drawing insulin. Implement a barcode scanning system at the bedside that rejects mismatched syringe/insulin pairs.
  3. For patients at home, prescribe only one insulin concentration and matching syringes. Provide a written dosing chart with clear instructions: 'Use only the blue syringe for your insulin. If you have a red syringe, do not use it—call your pharmacy.'

Dead Ends

Common approaches that don't work:

  1. 85% fail

    Assuming all insulin syringes are the same and using whichever is available without checking concentration markings.

  2. 65% fail

    Converting doses manually by multiplying units by 2.5, but then using a U-100 syringe anyway due to habit.

  3. 90% fail

    Telling the patient to 'use the same number of units' regardless of syringe type, ignoring the concentration difference.