{
  "tableNumber": "0248",
  "id": "v2-0248",
  "name": "ProductSource",
  "title": "productSource",
  "description": "HL7-defined code system of concepts used to describe the evaluation state of a product identified in an incident.  Used in HL7 Version 2.x messaging in the PCR segment.",
  "url": "http://terminology.hl7.org/CodeSystem/v2-0248",
  "concepts": [
    {
      "code": "A",
      "display": "Actual product involved in incident was evaluated"
    },
    {
      "code": "L",
      "display": "A product from the same lot as the actual product involved was evaluated"
    },
    {
      "code": "R",
      "display": "A product from a reserve sample was evaluated"
    },
    {
      "code": "N",
      "display": "A product from a controlled/non-related inventory was evaluated"
    }
  ]
}