{
  "tableNumber": "0517",
  "id": "v2-0517",
  "name": "InformInstructions",
  "title": "informInstructions",
  "description": "Code system of concepts specifying who (if anyone) should or should not be informed of an error.  Used in the Error (ERR) segment in HL7 Version 2.x messaging.",
  "url": "http://terminology.hl7.org/CodeSystem/v2-0517",
  "concepts": [
    {
      "code": "PAT",
      "display": "Inform patient"
    },
    {
      "code": "NPAT",
      "display": "Do NOT inform patient"
    },
    {
      "code": "USR",
      "display": "Inform User"
    },
    {
      "code": "HD",
      "display": "Inform help desk"
    }
  ]
}