HL7 Terminology (THO)
5.5.0 - Publication International flag

This page is part of the HL7 Terminology (v5.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: HL7CalendarCycle - JSON Representation

Active as of 2014-03-26

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 style=\"color: #cccccc\">day (continuous)</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-CH\">CH</a></td><td style=\"color: #cccccc\">hour (continuous)</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-CM\">CM</a></td><td style=\"color: #cccccc\">month (continuous)</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-CN\">CN</a></td><td style=\"color: #cccccc\">minute (continuous)</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-CS\">CS</a></td><td style=\"color: #cccccc\">second (continuous)</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-CW\">CW</a></td><td style=\"color: #cccccc\">week (continuous)</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-CY\">CY</a></td><td style=\"color: #cccccc\">year</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-DM\">DM</a></td><td style=\"color: #cccccc\">day of the month</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-DW\">DW</a></td><td style=\"color: #cccccc\">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 style=\"color: #cccccc\">day of the year</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-HD\">HD</a></td><td style=\"color: #cccccc\">hour of the day</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-MY\">MY</a></td><td style=\"color: #cccccc\">month of the year</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-NH\">NH</a></td><td style=\"color: #cccccc\">minute of the hour</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-SN\">SN</a></td><td style=\"color: #cccccc\">second of the minute</td><td/></tr><tr><td><a href=\"CodeSystem-v3-CalendarCycle.html#v3-CalendarCycle-WM\">WM</a></td><td style=\"color: #cccccc\">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 style=\"color: #cccccc\">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" : "3.0.0",
  "name" : "HL7CalendarCycle",
  "title" : "HL7CalendarCycle",
  "status" : "active",
  "experimental" : false,
  "date" : "2014-03-26",
  "publisher" : "Health Level Seven International",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org"
        },
        {
          "system" : "email",
          "value" : "hq@HL7.org"
        }
      ]
    }
  ],
  "description" : "***No description***",
  "copyright" : "This material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license",
  "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"
          }
        ]
      }
    ]
  }
}