This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4 R3 R2
Calendar cycle identifiers
{ "resourceType": "ValueSet", "text": { "status": "generated", "div": "<div><p>Release Date: 2014-08-07</p>\r\n<h2>Description</h2>\r\n<p>\n Calendar cycle identifiers<br/>\r\n\n </p>\r\n<hr/>\r\n<table class=\"grid\">\r\n <tr><td><b>Level</b></td><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr>\r\n <tr style=\"background: #EFEFEF\"><td>1</td><td><span style=\"color: grey\"><i>(_CalendarCycleOneLetter)</i></span> <b><i>Deprecated</i></b></td><td><a name=\"_CalendarCycleOneLetter\"> </a></td><td/></tr>\r\n <tr><td>2</td><td> CW<a name=\"CW\"> </a></td><td>week (continuous)</td><td/></tr>\r\n <tr><td>2</td><td> CY<a name=\"CY\"> </a></td><td>year</td><td/></tr>\r\n <tr><td>2</td><td> D<a name=\"D\"> </a></td><td>day of the month</td><td/></tr>\r\n <tr><td>2</td><td> DW<a name=\"DW\"> </a></td><td>day of the week (begins with Monday)</td><td/></tr>\r\n <tr><td>2</td><td> H<a name=\"H\"> </a></td><td>hour of the day</td><td/></tr>\r\n <tr><td>2</td><td> M<a name=\"M\"> </a></td><td>month of the year</td><td/></tr>\r\n <tr><td>2</td><td> N<a name=\"N\"> </a></td><td>minute of the hour</td><td/></tr>\r\n <tr><td>2</td><td> S<a name=\"S\"> </a></td><td>second of the minute</td><td/></tr>\r\n <tr style=\"background: #EFEFEF\"><td>1</td><td><span style=\"color: grey\"><i>(_CalendarCycleTwoLetter)</i></span> <b><i>Deprecated</i></b></td><td><a name=\"_CalendarCycleTwoLetter\"> </a></td><td/></tr>\r\n <tr><td>2</td><td> <a href=\"#CW\">CW</a></td><td/><td/></tr>\r\n <tr><td>2</td><td> <a href=\"#CY\">CY</a></td><td/><td/></tr>\r\n <tr><td>2</td><td> <a href=\"#D\">D</a></td><td/><td/></tr>\r\n <tr><td>2</td><td> <a href=\"#DW\">DW</a></td><td/><td/></tr>\r\n <tr><td>2</td><td> <a href=\"#H\">H</a></td><td/><td/></tr>\r\n <tr><td>2</td><td> <a href=\"#M\">M</a></td><td/><td/></tr>\r\n <tr><td>2</td><td> <a href=\"#N\">N</a></td><td/><td/></tr>\r\n <tr><td>2</td><td> <a href=\"#S\">S</a></td><td/><td/></tr>\r\n <tr><td>2</td><td> CD<a name=\"CD\"> </a></td><td>day (continuous)</td><td/></tr>\r\n <tr><td>2</td><td> CH<a name=\"CH\"> </a></td><td>hour (continuous)</td><td/></tr>\r\n <tr><td>2</td><td> CM<a name=\"CM\"> </a></td><td>month (continuous)</td><td/></tr>\r\n <tr><td>2</td><td> CN<a name=\"CN\"> </a></td><td>minute (continuous)</td><td/></tr>\r\n <tr><td>2</td><td> CS<a name=\"CS\"> </a></td><td>second (continuous)</td><td/></tr>\r\n <tr><td>2</td><td> DY<a name=\"DY\"> </a></td><td>day of the year</td><td/></tr>\r\n <tr><td>2</td><td> WY<a name=\"WY\"> </a></td><td>week of the year</td><td/></tr>\r\n <tr><td>1</td><td>WM<a name=\"WM\"> </a></td><td>week of the month</td><td>\n The week with the month's first Thursday in it (analagous to the ISO 8601 definition for week of the year).<br/>\r\n\n </td></tr>\r\n</table>\r\n</div>" }, "identifier": "http://hl7.org/fhir/v3/vs/CalendarCycle", "name": "v3 Code System CalendarCycle", "publisher": "HL7, Inc", "telecom": [ { "system": "url", "value": "http://hl7.org" } ], "description": " Calendar cycle identifiers", "status": "active", "date": "2014-08-07T00:00:00+10:00", "define": { "system": "http://hl7.org/fhir/v3/CalendarCycle", "caseSensitive": true, "concept": [ { "extension": [ { "url": "http://hl7.org/fhir/Profile/tools-extensions#deprecated", "valueBoolean": true } ], "code": "_CalendarCycleOneLetter", "abstract": true, "display": "CalendarCycleOneLetter", "concept": [ { "code": "CW", "display": "week (continuous)" }, { "code": "CY", "display": "year" }, { "code": "D", "display": "day of the month" }, { "code": "DW", "display": "day of the week (begins with Monday)" }, { "code": "H", "display": "hour of the day" }, { "code": "M", "display": "month of the year" }, { "code": "N", "display": "minute of the hour" }, { "code": "S", "display": "second of the minute" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/tools-extensions#deprecated", "valueBoolean": true } ], "modifierExtension": [ { "url": "http://hl7.org/fhir/Profile/tools-extensions#subsumes", "valueCode": "CW" }, { "url": "http://hl7.org/fhir/Profile/tools-extensions#subsumes", "valueCode": "CY" }, { "url": "http://hl7.org/fhir/Profile/tools-extensions#subsumes", "valueCode": "D" }, { "url": "http://hl7.org/fhir/Profile/tools-extensions#subsumes", "valueCode": "DW" }, { "url": "http://hl7.org/fhir/Profile/tools-extensions#subsumes", "valueCode": "H" }, { "url": "http://hl7.org/fhir/Profile/tools-extensions#subsumes", "valueCode": "M" }, { "url": "http://hl7.org/fhir/Profile/tools-extensions#subsumes", "valueCode": "N" }, { "url": "http://hl7.org/fhir/Profile/tools-extensions#subsumes", "valueCode": "S" } ], "code": "_CalendarCycleTwoLetter", "abstract": true, "display": "CalendarCycleTwoLetter", "concept": [ { "code": "CD", "display": "day (continuous)" }, { "code": "CH", "display": "hour (continuous)" }, { "code": "CM", "display": "month (continuous)" }, { "code": "CN", "display": "minute (continuous)" }, { "code": "CS", "display": "second (continuous)" }, { "code": "DY", "display": "day of the year" }, { "code": "WY", "display": "week of the year" } ] }, { "code": "WM", "display": "week of the month", "definition": "The week with the month's first Thursday in it (analagous to the ISO 8601 definition for week of the year)." } ] } }