{
  "tableNumber": "0527",
  "id": "v2-0527",
  "name": "CalendarAlignment",
  "title": "calendarAlignment",
  "description": "HL7-defined code system of concepts used to specify an alignment of the repetition to a calendar (e.g., to distinguish every 30 days from \"the 5th of every month\").  Used in HL7 Version 2 messaging in the RPT segment.",
  "url": "http://terminology.hl7.org/CodeSystem/v2-0527",
  "concepts": [
    {
      "code": "MY",
      "display": "month of the year"
    },
    {
      "code": "WY",
      "display": "week of the year"
    },
    {
      "code": "DM",
      "display": "day of the month"
    },
    {
      "code": "DY",
      "display": "day of the year"
    },
    {
      "code": "DW",
      "display": "day of the week (begins with Monday)"
    },
    {
      "code": "HD",
      "display": "hour of the day"
    },
    {
      "code": "NH",
      "display": "minute of the hour"
    },
    {
      "code": "SN",
      "display": "second of the minute"
    }
  ]
}