@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-CalendarCycleTwoLetter"]; fhir:Resource.language [ fhir:value "en"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-CalendarCycle
    CodeDisplayDefinition
    CDday (continuous)
    CHhour (continuous)
    CMmonth (continuous)
    CNminute (continuous)
    CSsecond (continuous)
    CWweek (continuous)
    CYyear
    DMday of the month
    DWday of the week (begins with Monday)
    DYday of the year
    HDhour of the day
    MYmonth of the year
    NHminute of the hour
    SNsecond of the minute
    WMweek of the monthThe week with the month's first Thursday in it (analagous to the ISO 8601 definition for week of the year).
    WYweek of the year
" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-CalendarCycleTwoLetter"]; fhir:ValueSet.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.1.11.10685" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "CalendarCycleTwoLetter"]; fhir:ValueSet.title [ fhir:value "CalendarCycleTwoLetter"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean]; fhir:ValueSet.date [ fhir:value "2014-03-26"^^xsd:date]; fhir:ValueSet.description [ fhir:value "Two letter calendar cycle abbreviations (Temporary - remove when RoseTree is fixed)"]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-CalendarCycle" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "CD" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "CH" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "CM" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "CN" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "CS" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.concept.code [ fhir:value "CW" ] ], [ fhir:index 6; fhir:ValueSet.compose.include.concept.code [ fhir:value "CY" ] ], [ fhir:index 7; fhir:ValueSet.compose.include.concept.code [ fhir:value "DM" ] ], [ fhir:index 8; fhir:ValueSet.compose.include.concept.code [ fhir:value "DW" ] ], [ fhir:index 9; fhir:ValueSet.compose.include.concept.code [ fhir:value "DY" ] ], [ fhir:index 10; fhir:ValueSet.compose.include.concept.code [ fhir:value "HD" ] ], [ fhir:index 11; fhir:ValueSet.compose.include.concept.code [ fhir:value "MY" ] ], [ fhir:index 12; fhir:ValueSet.compose.include.concept.code [ fhir:value "NH" ] ], [ fhir:index 13; fhir:ValueSet.compose.include.concept.code [ fhir:value "SN" ] ], [ fhir:index 14; fhir:ValueSet.compose.include.concept.code [ fhir:value "WM" ] ], [ fhir:index 15; fhir:ValueSet.compose.include.concept.code [ fhir:value "WY" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------