{
  "tableNumber": "0103",
  "id": "v2-0103",
  "name": "ProcessingId",
  "title": "processingId",
  "description": "HL7-defined code system of concepts which specify whether the message is part of a production, training or debugging system.  Used in HL7 Version 2.x messaging in the PT datatype.",
  "url": "http://terminology.hl7.org/CodeSystem/v2-0103",
  "concepts": [
    {
      "code": "D",
      "display": "Debugging",
      "definition": "Messages used for identification and correction of software errors."
    },
    {
      "code": "P",
      "display": "Production",
      "definition": "Messages used for communication of live production data."
    },
    {
      "code": "T",
      "display": "Training",
      "definition": "Messages used for training, where new/updated configurations are utilized to prepare users outside of a production setting."
    },
    {
      "code": "N",
      "display": "Non-Production Testing",
      "definition": "Messages used for testing of an interface for structure, content, and conformance between trading partners, using non-production data."
    },
    {
      "code": "V",
      "display": "Validation",
      "definition": "Messages used for conformance testing by a third party; for example, as part of certification."
    }
  ]
}