DSTU2

This page is part of the FHIR Specification (v1.0.2: DSTU 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 R2

V3-CalendarCycle.json

Raw JSON (canonical form)

Calendar cycle identifiers

{
  "resourceType": "ValueSet",
  "id": "v3-CalendarCycle",
  "meta": {
    "lastUpdated": "2015-07-31T00:00:00.000+10:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "url": "http://hl7.org/fhir/ValueSet/v3-CalendarCycle",
  "version": "2015-07-31",
  "name": "v3 Code System CalendarCycle",
  "status": "active",
  "experimental": false,
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "date": "2015-07-31",
  "description": " Calendar cycle identifiers",
  "codeSystem": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:2.16.840.1.113883.5.9"
      }
    ],
    "system": "http://hl7.org/fhir/v3/CalendarCycle",
    "caseSensitive": true,
    "concept": [
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/valueset-deprecated",
            "valueBoolean": true
          }
        ],
        "code": "_CalendarCycleOneLetter",
        "abstract": true,
        "display": "CalendarCycleOneLetter",
        "definition": "CalendarCycleOneLetter",
        "concept": [
          {
            "code": "CW",
            "abstract": false,
            "display": "week (continuous)",
            "definition": "week (continuous)"
          },
          {
            "code": "CY",
            "abstract": false,
            "display": "year",
            "definition": "year"
          },
          {
            "code": "D",
            "abstract": false,
            "display": "day of the month",
            "definition": "day of the month"
          },
          {
            "code": "DW",
            "abstract": false,
            "display": "day of the week (begins with Monday)",
            "definition": "day of the week (begins with Monday)"
          },
          {
            "code": "H",
            "abstract": false,
            "display": "hour of the day",
            "definition": "hour of the day"
          },
          {
            "code": "M",
            "abstract": false,
            "display": "month of the year",
            "definition": "month of the year"
          },
          {
            "code": "N",
            "abstract": false,
            "display": "minute of the hour",
            "definition": "minute of the hour"
          },
          {
            "code": "S",
            "abstract": false,
            "display": "second of the minute",
            "definition": "second of the minute"
          }
        ]
      },
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/valueset-deprecated",
            "valueBoolean": true
          }
        ],
        "modifierExtension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/valueset-subsumes",
            "valueCode": "CW"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/valueset-subsumes",
            "valueCode": "CY"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/valueset-subsumes",
            "valueCode": "D"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/valueset-subsumes",
            "valueCode": "DW"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/valueset-subsumes",
            "valueCode": "H"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/valueset-subsumes",
            "valueCode": "M"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/valueset-subsumes",
            "valueCode": "N"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/valueset-subsumes",
            "valueCode": "S"
          }
        ],
        "code": "_CalendarCycleTwoLetter",
        "abstract": true,
        "display": "CalendarCycleTwoLetter",
        "definition": "CalendarCycleTwoLetter",
        "concept": [
          {
            "code": "CD",
            "abstract": false,
            "display": "day (continuous)",
            "definition": "day (continuous)"
          },
          {
            "code": "CH",
            "abstract": false,
            "display": "hour (continuous)",
            "definition": "hour (continuous)"
          },
          {
            "code": "CM",
            "abstract": false,
            "display": "month (continuous)",
            "definition": "month (continuous)"
          },
          {
            "code": "CN",
            "abstract": false,
            "display": "minute (continuous)",
            "definition": "minute (continuous)"
          },
          {
            "code": "CS",
            "abstract": false,
            "display": "second (continuous)",
            "definition": "second (continuous)"
          },
          {
            "code": "DY",
            "abstract": false,
            "display": "day of the year",
            "definition": "day of the year"
          },
          {
            "code": "WY",
            "abstract": false,
            "display": "week of the year",
            "definition": "week of the year"
          }
        ]
      },
      {
        "code": "WM",
        "abstract": false,
        "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.