{
  "tableNumber": "0275",
  "id": "v2-0275",
  "name": "DocumentStorageStatus",
  "title": "documentStorageStatus",
  "description": "HL7-defined code system of concepts used to describe the availability of a document in relation to the type of storage.  Used in HL7 Version 2.x messaging in the TXA segment.",
  "url": "http://terminology.hl7.org/CodeSystem/v2-0275",
  "concepts": [
    {
      "code": "AC",
      "display": "Active"
    },
    {
      "code": "AA",
      "display": "Active and archived"
    },
    {
      "code": "AR",
      "display": "Archived (not active)"
    },
    {
      "code": "PU",
      "display": "Purged"
    }
  ]
}