{
  "tableNumber": "0923",
  "id": "v2-0923",
  "name": "ProcessInterruption",
  "title": "processInterruption",
  "description": "HL7-defined code system of concepts specifying whether the process was interrrupted and whether the needle had been inserted in the donor's arm prior to the interruption.  Used in HL7 Version 2.x messaging in the DON segment.",
  "url": "http://terminology.hl7.org/CodeSystem/v2-0923",
  "concepts": [
    {
      "code": "NIN",
      "display": "Process was not interrupted"
    },
    {
      "code": "WOT",
      "display": "Walk Out: Process interrupted before the Phlebotomist inserts the needle in the Donor's arm"
    },
    {
      "code": "ABR",
      "display": "Aborted Run: Process interrupted after the Phlebotomist inserts the needle in the Donor's arm"
    }
  ]
}