{
  "tableNumber": "0498",
  "id": "v2-0498",
  "name": "ConsentStatus",
  "title": "consentStatus",
  "description": "HL7-code system of concepts specifying whether the consent has been sought and granted.  Used in HL7 Version 2.x messaging in the TXA and CON segments.",
  "url": "http://terminology.hl7.org/CodeSystem/v2-0498",
  "concepts": [
    {
      "code": "A",
      "display": "Active - Consent has been granted"
    },
    {
      "code": "L",
      "display": "Limited - Consent has been granted with limitations"
    },
    {
      "code": "R",
      "display": "Refused - Consent has been refused"
    },
    {
      "code": "P",
      "display": "Pending - Consent has not yet been sought"
    },
    {
      "code": "X",
      "display": "Rescinded - Consent was initially granted, but was subsequently revoked or ended."
    },
    {
      "code": "B",
      "display": "Bypassed (Consent not sought)"
    }
  ]
}