{
  "tableNumber": "0316",
  "id": "v2-0316",
  "name": "OrganDonorCodes",
  "title": "organDonorCodes",
  "description": "Code system of concepts specifying whether the patient wants to donate his/her organs and whether an organ donor card or similar documentation is on file with the healthcare organization.   Used in HL7 Version 2.x messaging in the Patient Visit - Additional Information ( PV2) and Patient Additional Demographic (PD1) segments.",
  "url": "http://terminology.hl7.org/CodeSystem/v2-0316",
  "concepts": [
    {
      "code": "Y",
      "display": "Yes, patient is a documented donor and documentation is on file"
    },
    {
      "code": "F",
      "display": "Yes, patient is a documented donor, but documentation is not on file"
    },
    {
      "code": "N",
      "display": "No, patient has not agreed to be a donor"
    },
    {
      "code": "I",
      "display": "No, patient is not a documented donor, but information was provided"
    },
    {
      "code": "R",
      "display": "Patient leaves organ donation decision to relatives"
    },
    {
      "code": "P",
      "display": "Patient leaves organ donation decision to a specific person"
    },
    {
      "code": "U",
      "display": "Unknown"
    }
  ]
}