{
  "tableNumber": "0179",
  "id": "v2-0179",
  "name": "ResponseLevel",
  "title": "responseLevel",
  "description": "HL7-defined code system of concepts specifying application response levels defined for a given Master File Message at the MFE segment level, and used for MFN-Master File Notification message.  Specifies additional detail (beyond MSH-15 - Accept Acknowledgment Type and MSH-16 - Application Acknowledgment Type) for application-level acknowledgment paradigms for Master Files transactions.  Used in HL7 Version 2.x messaging in the MFI segment.",
  "url": "http://terminology.hl7.org/CodeSystem/v2-0179",
  "concepts": [
    {
      "code": "NE",
      "display": "Never.  No application-level response needed"
    },
    {
      "code": "ER",
      "display": "Error/Reject conditions only.  Only MFA segments denoting errors must be returned via the application-level acknowledgment for this message"
    },
    {
      "code": "AL",
      "display": "Always.  All MFA segments (whether denoting errors or not) must be returned via the application-level acknowledgment message"
    },
    {
      "code": "SU",
      "display": "Success.  Only MFA segments denoting success must be returned via the application-level acknowledgment for this message"
    }
  ]
}