{
  "tableNumber": "0529",
  "id": "v2-0529",
  "name": "Precision",
  "title": "precision",
  "description": "HL7-defined code system of concepts specifying the degree of precision of the time stamp (Y = year, L = month, D = day, H = hour, M = minute, S = second).  Used in HL7 Version 2 messaging in the TS datatype.  Note deprecated in 2.5.1 and retained only for backward compatibility, as the datatypes and architecture for the degree of precision for timestamps was changed.",
  "url": "http://terminology.hl7.org/CodeSystem/v2-0529",
  "concepts": [
    {
      "code": "Y",
      "display": "year"
    },
    {
      "code": "L",
      "display": "month"
    },
    {
      "code": "D",
      "display": "day"
    },
    {
      "code": "H",
      "display": "hour"
    },
    {
      "code": "M",
      "display": "minute"
    },
    {
      "code": "S",
      "display": "second"
    }
  ]
}