HL7 Terminology
1.0.0 - Publication

This page is part of the HL7 Terminology (v1.0.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

Calendar Cycle Codes - TTL Representation

(back to description)

Raw ttl

Source view

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "v3-CalendarCycle"];
  fhir:Resource.language [ fhir:value "en"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><h2>Calendar Cycle Codes</h2><div><p>Calendar cycle identifiers</p>\n</div><p><b>Properties</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>URL</b></td><td><b>Description</b></td><td><b>Type</b></td></tr><tr><td>Specializes</td><td/><td>The child code is a more narrow version of the concept represented by the parent code.  I.e. Every child concept is also a valid parent concept.  Used to allow determination of subsumption.  Must be transitive, irreflexive, antisymmetric.</td><td>Coding</td></tr><tr><td>Generalizes</td><td/><td>Inverse of Specializes.  Only included as a derived relationship.</td><td>Coding</td></tr><tr><td>internalId</td><td>http://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-id</td><td>The internal identifier for the concept in the HL7 Access database repository.</td><td>code</td></tr><tr><td>notSelectable</td><td>http://hl7.org/fhir/concept-properties#notSelectable</td><td>Indicates that the code is abstract - only intended to be used as a selector for other concepts</td><td>boolean</td></tr><tr><td>status</td><td>http://hl7.org/fhir/concept-properties#status</td><td>A property that indicates the status of the concept. One of active, experimental, deprecated, or retired.</td><td>code</td></tr><tr><td>deprecationDate</td><td>http://hl7.org/fhir/concept-properties#deprecationDate</td><td>The date at which a concept was deprecated. Concepts that are deprecated but not inactive can still be used, but their use is discouraged.</td><td>dateTime</td></tr><tr><td>synonymCode</td><td>http://hl7.org/fhir/concept-properties#synonym</td><td>An additional concept code that was also attributed to a concept</td><td>code</td></tr><tr><td>subsumedBy</td><td>http://hl7.org/fhir/concept-properties#parent</td><td>The concept code of a parent concept</td><td>code</td></tr></table><p>This code system http://terminology.hl7.org/CodeSystem/v3-CalendarCycle defines the following codes:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Deprecated</b></td><td><b>internalId</b></td><td><b>Not Selectable</b></td><td><b>status</b></td><td><b>deprecationDate</b></td><td><b>synonymCode</b></td><td><b>Parent</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">_CalendarCycleOneLetter<a name=\"v3-CalendarCycle-_CalendarCycleOneLetter\"> </a></td><td>CalendarCycleOneLetter</td><td/><td>Deprecated</td><td>21046</td><td>true</td><td>deprecated</td><td>2013-06-29T00:00:00-04:00</td><td/><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  CW<a name=\"v3-CalendarCycle-CW\"> </a></td><td>week (continuous)</td><td/><td/><td>10689</td><td/><td>active</td><td/><td>W</td><td>_CalendarCycleOneLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  W<a name=\"v3-CalendarCycle-W\"> </a></td><td>week (continuous)</td><td/><td/><td>10689</td><td/><td>active</td><td/><td>CW</td><td>_CalendarCycleOneLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  CY<a name=\"v3-CalendarCycle-CY\"> </a></td><td>year</td><td/><td/><td>10686</td><td/><td>active</td><td/><td>Y</td><td>_CalendarCycleOneLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  Y<a name=\"v3-CalendarCycle-Y\"> </a></td><td>year</td><td/><td/><td>10686</td><td/><td>active</td><td/><td>CY</td><td>_CalendarCycleOneLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  D<a name=\"v3-CalendarCycle-D\"> </a></td><td>day of the month</td><td/><td/><td>10691</td><td/><td>active</td><td/><td>DM</td><td>_CalendarCycleOneLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  DM<a name=\"v3-CalendarCycle-DM\"> </a></td><td>day of the month</td><td/><td/><td>10691</td><td/><td>active</td><td/><td>D</td><td>_CalendarCycleOneLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  DW<a name=\"v3-CalendarCycle-DW\"> </a></td><td>day of the week (begins with Monday)</td><td/><td/><td>10694</td><td/><td>active</td><td/><td>J</td><td>_CalendarCycleOneLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  J<a name=\"v3-CalendarCycle-J\"> </a></td><td>day of the week (begins with Monday)</td><td/><td/><td>10694</td><td/><td>active</td><td/><td>DW</td><td>_CalendarCycleOneLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  H<a name=\"v3-CalendarCycle-H\"> </a></td><td>hour of the day</td><td/><td/><td>10695</td><td/><td>active</td><td/><td>HD</td><td>_CalendarCycleOneLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  HD<a name=\"v3-CalendarCycle-HD\"> </a></td><td>hour of the day</td><td/><td/><td>10695</td><td/><td>active</td><td/><td>H</td><td>_CalendarCycleOneLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  M<a name=\"v3-CalendarCycle-M\"> </a></td><td>month of the year</td><td/><td/><td>10687</td><td/><td>active</td><td/><td>MY</td><td>_CalendarCycleOneLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  MY<a name=\"v3-CalendarCycle-MY\"> </a></td><td>month of the year</td><td/><td/><td>10687</td><td/><td>active</td><td/><td>M</td><td>_CalendarCycleOneLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  N<a name=\"v3-CalendarCycle-N\"> </a></td><td>minute of the hour</td><td/><td/><td>10697</td><td/><td>active</td><td/><td>NH</td><td>_CalendarCycleOneLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  NH<a name=\"v3-CalendarCycle-NH\"> </a></td><td>minute of the hour</td><td/><td/><td>10697</td><td/><td>active</td><td/><td>N</td><td>_CalendarCycleOneLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  S<a name=\"v3-CalendarCycle-S\"> </a></td><td>second of the minute</td><td/><td/><td>10699</td><td/><td>active</td><td/><td>SN</td><td>_CalendarCycleOneLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  SN<a name=\"v3-CalendarCycle-SN\"> </a></td><td>second of the minute</td><td/><td/><td>10699</td><td/><td>active</td><td/><td>S</td><td>_CalendarCycleOneLetter</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">_CalendarCycleTwoLetter<a name=\"v3-CalendarCycle-_CalendarCycleTwoLetter\"> </a></td><td>CalendarCycleTwoLetter</td><td/><td>Deprecated</td><td>21047</td><td>true</td><td>deprecated</td><td>2013-06-29T00:00:00-04:00</td><td/><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  _GregorianCalendarCycle<a name=\"v3-CalendarCycle-_GregorianCalendarCycle\"> </a></td><td>GregorianCalendarCycle</td><td/><td/><td>21048</td><td>true</td><td>active</td><td/><td/><td>_CalendarCycleTwoLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  CD<a name=\"v3-CalendarCycle-CD\"> </a></td><td>day (continuous)</td><td/><td/><td>10692</td><td/><td>active</td><td/><td/><td>_CalendarCycleTwoLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  CH<a name=\"v3-CalendarCycle-CH\"> </a></td><td>hour (continuous)</td><td/><td/><td>10696</td><td/><td>active</td><td/><td/><td>_CalendarCycleTwoLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  CM<a name=\"v3-CalendarCycle-CM\"> </a></td><td>month (continuous)</td><td/><td/><td>10688</td><td/><td>active</td><td/><td/><td>_CalendarCycleTwoLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  CN<a name=\"v3-CalendarCycle-CN\"> </a></td><td>minute (continuous)</td><td/><td/><td>10698</td><td/><td>active</td><td/><td/><td>_CalendarCycleTwoLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  CS<a name=\"v3-CalendarCycle-CS\"> </a></td><td>second (continuous)</td><td/><td/><td>10700</td><td/><td>active</td><td/><td/><td>_CalendarCycleTwoLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  DY<a name=\"v3-CalendarCycle-DY\"> </a></td><td>day of the year</td><td/><td/><td>10693</td><td/><td>active</td><td/><td/><td>_CalendarCycleTwoLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  WY<a name=\"v3-CalendarCycle-WY\"> </a></td><td>week of the year</td><td/><td/><td>10690</td><td/><td>active</td><td/><td/><td>_CalendarCycleTwoLetter</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  <a href=\"#v3-CalendarCycle-CW\">CW</a></td><td>week (continuous)</td><td colspan=\"8\"/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  <a href=\"#v3-CalendarCycle-W\">W</a></td><td>week (continuous)</td><td colspan=\"8\"/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  <a href=\"#v3-CalendarCycle-CY\">CY</a></td><td>year</td><td colspan=\"8\"/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  <a href=\"#v3-CalendarCycle-Y\">Y</a></td><td>year</td><td colspan=\"8\"/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  <a href=\"#v3-CalendarCycle-D\">D</a></td><td>day of the month</td><td colspan=\"8\"/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  <a href=\"#v3-CalendarCycle-DM\">DM</a></td><td>day of the month</td><td colspan=\"8\"/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  <a href=\"#v3-CalendarCycle-DW\">DW</a></td><td>day of the week (begins with Monday)</td><td colspan=\"8\"/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  <a href=\"#v3-CalendarCycle-J\">J</a></td><td>day of the week (begins with Monday)</td><td colspan=\"8\"/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  <a href=\"#v3-CalendarCycle-H\">H</a></td><td>hour of the day</td><td colspan=\"8\"/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  <a href=\"#v3-CalendarCycle-HD\">HD</a></td><td>hour of the day</td><td colspan=\"8\"/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  <a href=\"#v3-CalendarCycle-M\">M</a></td><td>month of the year</td><td colspan=\"8\"/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  <a href=\"#v3-CalendarCycle-MY\">MY</a></td><td>month of the year</td><td colspan=\"8\"/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  <a href=\"#v3-CalendarCycle-N\">N</a></td><td>minute of the hour</td><td colspan=\"8\"/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  <a href=\"#v3-CalendarCycle-NH\">NH</a></td><td>minute of the hour</td><td colspan=\"8\"/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  <a href=\"#v3-CalendarCycle-S\">S</a></td><td>second of the minute</td><td colspan=\"8\"/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  <a href=\"#v3-CalendarCycle-SN\">SN</a></td><td>second of the minute</td><td colspan=\"8\"/></tr><tr><td>1</td><td style=\"white-space:nowrap\">WM<a name=\"v3-CalendarCycle-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><td/><td>23532</td><td/><td>active</td><td/><td/><td/></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-CalendarCycle"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.5.9" ]
  ];
  fhir:CodeSystem.version [ fhir:value "2.0.0"];
  fhir:CodeSystem.name [ fhir:value "CalendarCycle"];
  fhir:CodeSystem.title [ fhir:value "Calendar Cycle Codes"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2019-03-20T00:00:00-04:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "Health Level 7"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Health Level Seven" ]
  ];
  fhir:CodeSystem.description [ fhir:value "Calendar cycle identifiers"];
  fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.property [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry" ];
       fhir:Extension.valueCode [ fhir:value "antisymmetric" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity" ];
       fhir:Extension.valueCode [ fhir:value "transitive" ]     ], [
       fhir:index 2;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity" ];
       fhir:Extension.valueCode [ fhir:value "irreflexive" ]     ], [
       fhir:index 3;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable" ];
       fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ]     ], [
       fhir:index 4;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind" ];
       fhir:Extension.valueCode [ fhir:value "Specializes" ]     ], [
       fhir:index 5;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName" ];
       fhir:Extension.valueString [ fhir:value "Generalizes" ]     ];
     fhir:CodeSystem.property.code [ fhir:value "Specializes" ];
     fhir:CodeSystem.property.description [ fhir:value "The child code is a more narrow version of the concept represented by the parent code.  I.e. Every child concept is also a valid parent concept.  Used to allow determination of subsumption.  Must be transitive, irreflexive, antisymmetric." ];
     fhir:CodeSystem.property.type [ fhir:value "Coding" ]
  ], [
     fhir:index 1;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry" ];
       fhir:Extension.valueCode [ fhir:value "antisymmetric" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity" ];
       fhir:Extension.valueCode [ fhir:value "transitive" ]     ], [
       fhir:index 2;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity" ];
       fhir:Extension.valueCode [ fhir:value "irreflexive" ]     ], [
       fhir:index 3;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable" ];
       fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ]     ], [
       fhir:index 4;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind" ];
       fhir:Extension.valueCode [ fhir:value "Generalizes" ]     ], [
       fhir:index 5;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName" ];
       fhir:Extension.valueString [ fhir:value "Specializes" ]     ];
     fhir:CodeSystem.property.code [ fhir:value "Generalizes" ];
     fhir:CodeSystem.property.description [ fhir:value "Inverse of Specializes.  Only included as a derived relationship." ];
     fhir:CodeSystem.property.type [ fhir:value "Coding" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.property.code [ fhir:value "internalId" ];
     fhir:CodeSystem.property.uri [ fhir:value "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-id" ];
     fhir:CodeSystem.property.description [ fhir:value "The internal identifier for the concept in the HL7 Access database repository." ];
     fhir:CodeSystem.property.type [ fhir:value "code" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.property.code [ fhir:value "notSelectable" ];
     fhir:CodeSystem.property.uri [ fhir:value "http://hl7.org/fhir/concept-properties#notSelectable" ];
     fhir:CodeSystem.property.description [ fhir:value "Indicates that the code is abstract - only intended to be used as a selector for other concepts" ];
     fhir:CodeSystem.property.type [ fhir:value "boolean" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.property.code [ fhir:value "status" ];
     fhir:CodeSystem.property.uri [ fhir:value "http://hl7.org/fhir/concept-properties#status" ];
     fhir:CodeSystem.property.description [ fhir:value "A property that indicates the status of the concept. One of active, experimental, deprecated, or retired." ];
     fhir:CodeSystem.property.type [ fhir:value "code" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.property.code [ fhir:value "deprecationDate" ];
     fhir:CodeSystem.property.uri [ fhir:value "http://hl7.org/fhir/concept-properties#deprecationDate" ];
     fhir:CodeSystem.property.description [ fhir:value "The date at which a concept was deprecated. Concepts that are deprecated but not inactive can still be used, but their use is discouraged." ];
     fhir:CodeSystem.property.type [ fhir:value "dateTime" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.property.code [ fhir:value "synonymCode" ];
     fhir:CodeSystem.property.uri [ fhir:value "http://hl7.org/fhir/concept-properties#synonym" ];
     fhir:CodeSystem.property.description [ fhir:value "An additional concept code that was also attributed to a concept" ];
     fhir:CodeSystem.property.type [ fhir:value "code" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.property.code [ fhir:value "subsumedBy" ];
     fhir:CodeSystem.property.uri [ fhir:value "http://hl7.org/fhir/concept-properties#parent" ];
     fhir:CodeSystem.property.description [ fhir:value "The concept code of a parent concept" ];
     fhir:CodeSystem.property.type [ fhir:value "code" ]
  ];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "_CalendarCycleOneLetter" ];
     fhir:CodeSystem.concept.display [ fhir:value "CalendarCycleOneLetter" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "notSelectable" ];
       fhir:CodeSystem.concept.property.valueBoolean [ fhir:value "true"^^xsd:boolean ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "deprecated" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "deprecationDate" ];
       fhir:CodeSystem.concept.property.valueDateTime [ fhir:value "2013-06-29T00:00:00-04:00"^^xsd:dateTime ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "21046" ]     ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "_CalendarCycleTwoLetter" ];
     fhir:CodeSystem.concept.display [ fhir:value "CalendarCycleTwoLetter" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "notSelectable" ];
       fhir:CodeSystem.concept.property.valueBoolean [ fhir:value "true"^^xsd:boolean ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "deprecated" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "deprecationDate" ];
       fhir:CodeSystem.concept.property.valueDateTime [ fhir:value "2013-06-29T00:00:00-04:00"^^xsd:dateTime ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "21047" ]     ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "WM" ];
     fhir:CodeSystem.concept.display [ fhir:value "week of the month" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The week with the month's first Thursday in it (analagous to the ISO 8601 definition for week of the year)." ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "23532" ]     ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "CW" ];
     fhir:CodeSystem.concept.display [ fhir:value "week (continuous)" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "W" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10689" ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleOneLetter" ]     ], [
       fhir:index 4;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "W" ];
     fhir:CodeSystem.concept.display [ fhir:value "week (continuous)" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "CW" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10689" ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleOneLetter" ]     ], [
       fhir:index 4;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "CY" ];
     fhir:CodeSystem.concept.display [ fhir:value "year" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "Y" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10686" ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleOneLetter" ]     ], [
       fhir:index 4;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "Y" ];
     fhir:CodeSystem.concept.display [ fhir:value "year" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "CY" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10686" ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleOneLetter" ]     ], [
       fhir:index 4;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "D" ];
     fhir:CodeSystem.concept.display [ fhir:value "day of the month" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "DM" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10691" ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleOneLetter" ]     ], [
       fhir:index 4;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "DM" ];
     fhir:CodeSystem.concept.display [ fhir:value "day of the month" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "D" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10691" ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleOneLetter" ]     ], [
       fhir:index 4;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "DW" ];
     fhir:CodeSystem.concept.display [ fhir:value "day of the week (begins with Monday)" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "J" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10694" ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleOneLetter" ]     ], [
       fhir:index 4;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "J" ];
     fhir:CodeSystem.concept.display [ fhir:value "day of the week (begins with Monday)" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "DW" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10694" ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleOneLetter" ]     ], [
       fhir:index 4;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.concept.code [ fhir:value "H" ];
     fhir:CodeSystem.concept.display [ fhir:value "hour of the day" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "HD" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10695" ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleOneLetter" ]     ], [
       fhir:index 4;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.concept.code [ fhir:value "HD" ];
     fhir:CodeSystem.concept.display [ fhir:value "hour of the day" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "H" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10695" ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleOneLetter" ]     ], [
       fhir:index 4;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 13;
     fhir:CodeSystem.concept.code [ fhir:value "M" ];
     fhir:CodeSystem.concept.display [ fhir:value "month of the year" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "MY" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10687" ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleOneLetter" ]     ], [
       fhir:index 4;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 14;
     fhir:CodeSystem.concept.code [ fhir:value "MY" ];
     fhir:CodeSystem.concept.display [ fhir:value "month of the year" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "M" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10687" ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleOneLetter" ]     ], [
       fhir:index 4;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 15;
     fhir:CodeSystem.concept.code [ fhir:value "N" ];
     fhir:CodeSystem.concept.display [ fhir:value "minute of the hour" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "NH" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10697" ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleOneLetter" ]     ], [
       fhir:index 4;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 16;
     fhir:CodeSystem.concept.code [ fhir:value "NH" ];
     fhir:CodeSystem.concept.display [ fhir:value "minute of the hour" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "N" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10697" ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleOneLetter" ]     ], [
       fhir:index 4;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 17;
     fhir:CodeSystem.concept.code [ fhir:value "S" ];
     fhir:CodeSystem.concept.display [ fhir:value "second of the minute" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "SN" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10699" ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleOneLetter" ]     ], [
       fhir:index 4;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 18;
     fhir:CodeSystem.concept.code [ fhir:value "SN" ];
     fhir:CodeSystem.concept.display [ fhir:value "second of the minute" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "S" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10699" ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleOneLetter" ]     ], [
       fhir:index 4;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 19;
     fhir:CodeSystem.concept.code [ fhir:value "_GregorianCalendarCycle" ];
     fhir:CodeSystem.concept.display [ fhir:value "GregorianCalendarCycle" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "notSelectable" ];
       fhir:CodeSystem.concept.property.valueBoolean [ fhir:value "true"^^xsd:boolean ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "21048" ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 20;
     fhir:CodeSystem.concept.code [ fhir:value "CD" ];
     fhir:CodeSystem.concept.display [ fhir:value "day (continuous)" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10692" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 21;
     fhir:CodeSystem.concept.code [ fhir:value "CH" ];
     fhir:CodeSystem.concept.display [ fhir:value "hour (continuous)" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10696" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 22;
     fhir:CodeSystem.concept.code [ fhir:value "CM" ];
     fhir:CodeSystem.concept.display [ fhir:value "month (continuous)" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10688" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 23;
     fhir:CodeSystem.concept.code [ fhir:value "CN" ];
     fhir:CodeSystem.concept.display [ fhir:value "minute (continuous)" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10698" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 24;
     fhir:CodeSystem.concept.code [ fhir:value "CS" ];
     fhir:CodeSystem.concept.display [ fhir:value "second (continuous)" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10700" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 25;
     fhir:CodeSystem.concept.code [ fhir:value "DY" ];
     fhir:CodeSystem.concept.display [ fhir:value "day of the year" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10693" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ], [
     fhir:index 26;
     fhir:CodeSystem.concept.code [ fhir:value "WY" ];
     fhir:CodeSystem.concept.display [ fhir:value "week of the year" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "10690" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "subsumedBy" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "_CalendarCycleTwoLetter" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.