{
  "tableNumber": "0905",
  "id": "v2-0905",
  "name": "ShipmentStatus",
  "title": "shipmentStatus",
  "description": "HL7-defined code system of concepts specifying the status of the shipment.  Used in HL7 Version 2.x messaging in the SHP segment.",
  "url": "http://terminology.hl7.org/CodeSystem/v2-0905",
  "concepts": [
    {
      "code": "ONH",
      "display": "On Hold"
    },
    {
      "code": "INV",
      "display": "Inventoried"
    },
    {
      "code": "PRC",
      "display": "Processing"
    },
    {
      "code": "REJ",
      "display": "Rejected"
    },
    {
      "code": "TTL",
      "display": "Triaged to Lab"
    },
    {
      "code": "TRN",
      "display": "In Transit"
    }
  ]
}