This page is part of the FHIR Specification (v3.3.0: R4 Ballot 2). 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
| Vocabulary Work Group | Maturity Level: N/A | Ballot Status: Informative |
Calendar cycle identifiers
{
"resourceType": "CodeSystem",
"id": "v3-CalendarCycle",
"meta": {
"lastUpdated": "2018-04-01T00:00:00.000+11:00"
},
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
"valueString": "External"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 0
}
],
"url": "http://hl7.org/fhir/v3/CalendarCycle",
"identifier": {
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.5.9"
},
"version": "2018-04-01",
"name": "v3 Code System CalendarCycle",
"status": "active",
"experimental": false,
"date": "2018-04-01T00:00:00+11:00",
"publisher": "HL7, Inc",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org"
}
]
}
],
"description": " Calendar cycle identifiers",
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/v3-CalendarCycle",
"hierarchyMeaning": "is-a",
"content": "complete",
"property": [
{
"code": "notSelectable",
"uri": "http://hl7.org/fhir/concept-properties#notSelectable",
"description": "Indicates that the code is abstract - only intended to be used as a selector for other concepts",
"type": "boolean"
},
{
"code": "deprecationDate",
"uri": "http://hl7.org/fhir/concept-properties#deprecationDate",
"description": "The date at which a concept was deprecated. Concepts that are deprecated but not inactive can still be used, but their use is discouraged",
"type": "dateTime"
}
],
"concept": [
{
"code": "_CalendarCycleOneLetter",
"display": "CalendarCycleOneLetter",
"definition": "CalendarCycleOneLetter",
"property": [
{
"code": "notSelectable",
"valueBoolean": true
},
{
"code": "deprecationDate",
"valueDateTime": "2013-06-29"
}
],
"concept": [
{
"code": "CW",
"display": "week (continuous)",
"definition": "week (continuous)"
},
{
"code": "CY",
"display": "year",
"definition": "year"
},
{
"code": "D",
"display": "day of the month",
"definition": "day of the month"
},
{
"code": "DW",
"display": "day of the week (begins with Monday)",
"definition": "day of the week (begins with Monday)"
},
{
"code": "H",
"display": "hour of the day",
"definition": "hour of the day"
},
{
"code": "M",
"display": "month of the year",
"definition": "month of the year"
},
{
"code": "N",
"display": "minute of the hour",
"definition": "minute of the hour"
},
{
"code": "S",
"display": "second of the minute",
"definition": "second of the minute"
}
]
},
{
"modifierExtension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/codesystem-subsumes",
"valueCode": "CW"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/codesystem-subsumes",
"valueCode": "CY"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/codesystem-subsumes",
"valueCode": "D"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/codesystem-subsumes",
"valueCode": "DW"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/codesystem-subsumes",
"valueCode": "H"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/codesystem-subsumes",
"valueCode": "M"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/codesystem-subsumes",
"valueCode": "N"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/codesystem-subsumes",
"valueCode": "S"
}
],
"code": "_CalendarCycleTwoLetter",
"display": "CalendarCycleTwoLetter",
"definition": "CalendarCycleTwoLetter",
"property": [
{
"code": "notSelectable",
"valueBoolean": true
},
{
"code": "deprecationDate",
"valueDateTime": "2013-06-29"
}
],
"concept": [
{
"code": "CD",
"display": "day (continuous)",
"definition": "day (continuous)"
},
{
"code": "CH",
"display": "hour (continuous)",
"definition": "hour (continuous)"
},
{
"code": "CM",
"display": "month (continuous)",
"definition": "month (continuous)"
},
{
"code": "CN",
"display": "minute (continuous)",
"definition": "minute (continuous)"
},
{
"code": "CS",
"display": "second (continuous)",
"definition": "second (continuous)"
},
{
"code": "DY",
"display": "day of the year",
"definition": "day of the year"
},
{
"code": "WY",
"display": "week of the year",
"definition": "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)."
}
]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.