HL7 Terminology
2.1.0 - Publication

This page is part of the HL7 Terminology (v2.1.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: HL7CalendarCycle - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "v3-HL7CalendarCycle",
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-v3-CalendarCycle.html\"><code>http://terminology.hl7.org/CodeSystem/v3-CalendarCycle</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-CD\">CD</a></td><td>day (continuous)</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-CH\">CH</a></td><td>hour (continuous)</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-CM\">CM</a></td><td>month (continuous)</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-CN\">CN</a></td><td>minute (continuous)</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-CS\">CS</a></td><td>second (continuous)</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-CW\">CW</a></td><td>week (continuous)</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-CY\">CY</a></td><td>year</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-DM\">DM</a></td><td>day of the month</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-DW\">DW</a></td><td>day of the week (begins with Monday)</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-DY\">DY</a></td><td>day of the year</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-HD\">HD</a></td><td>hour of the day</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-MY\">MY</a></td><td>month of the year</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-NH\">NH</a></td><td>minute of the hour</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-SN\">SN</a></td><td>second of the minute</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-WM\">WM</a></td><td>week of the month</td><td>The week with the month's first Thursday in it (analagous to the ISO 8601 definition for week of the year).</td></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-WY\">WY</a></td><td>week of the year</td><td/></tr></table></li></ul></div>"
  },
  "url" : "http://terminology.hl7.org/ValueSet/v3-HL7CalendarCycle",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.1.11.20412"
    }
  ],
  "version" : "2.0.0",
  "name" : "HL7CalendarCycle",
  "title" : "HL7CalendarCycle",
  "status" : "active",
  "date" : "2014-03-26",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-CalendarCycle",
        "concept" : [
          {
            "code" : "CD"
          },
          {
            "code" : "CH"
          },
          {
            "code" : "CM"
          },
          {
            "code" : "CN"
          },
          {
            "code" : "CS"
          },
          {
            "code" : "CW"
          },
          {
            "code" : "CY"
          },
          {
            "code" : "DM"
          },
          {
            "code" : "DW"
          },
          {
            "code" : "DY"
          },
          {
            "code" : "HD"
          },
          {
            "code" : "MY"
          },
          {
            "code" : "NH"
          },
          {
            "code" : "SN"
          },
          {
            "code" : "WM"
          },
          {
            "code" : "WY"
          }
        ]
      }
    ]
  }
}