@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhirpath/CodeSystem/calendar-units> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "calendar-units"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem calendar-units</b></p><a name=\"calendar-units\"> </a><a name=\"hccalendar-units\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhirpath/CodeSystem/calendar-units</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">millisecond<a name=\"calendar-units-millisecond\"> </a></td><td>Millisecond</td><td>One millisecond - 1/1000 of a calendar second</td></tr><tr><td style=\"white-space:nowrap\">second<a name=\"calendar-units-second\"> </a></td><td>Second</td><td>One second</td></tr><tr><td style=\"white-space:nowrap\">minute<a name=\"calendar-units-minute\"> </a></td><td>Minute</td><td>One minute - exactly 60 seconds</td></tr><tr><td style=\"white-space:nowrap\">hour<a name=\"calendar-units-hour\"> </a></td><td>Hour</td><td>One hour - exactly 60 minutes</td></tr><tr><td style=\"white-space:nowrap\">day<a name=\"calendar-units-day\"> </a></td><td>Day</td><td>One day - exactly 24 hours</td></tr><tr><td style=\"white-space:nowrap\">week<a name=\"calendar-units-week\"> </a></td><td>Week</td><td>One week - exactly 7 days</td></tr><tr><td style=\"white-space:nowrap\">month<a name=\"calendar-units-month\"> </a></td><td>Month</td><td>A calendar month - Month is not a fixed size in days</td></tr><tr><td style=\"white-space:nowrap\">year<a name=\"calendar-units-year\"> </a></td><td>Year</td><td>A calendar year - exactly 12 months</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhirpath/CodeSystem/calendar-units"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhirpath/CodeSystem/calendar-units>
  ] ; # 
  fhir:version [ fhir:v "3.0.0-ballot"] ; # 
  fhir:name [ fhir:v "CalendarUnits"] ; # 
  fhir:title [ fhir:v "Calendar Duration Units CodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2024-02-15"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Implementable Technology Specifications WG"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/xml/index.cfm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Calendar Duration Units - which are distinct to the UCUM units"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "millisecond" ] ;
     fhir:display [ fhir:v "Millisecond" ] ;
     fhir:definition [ fhir:v "One millisecond - 1/1000 of a calendar second" ] ;
     fhir:designation ( [
       fhir:use [
         a sct:900000000000013009 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "900000000000013009" ] ;
         fhir:display [ fhir:v "Synonym" ]
       ] ;
       fhir:value [ fhir:v "Milliseconds" ]
     ] )
  ] [
     fhir:code [ fhir:v "second" ] ;
     fhir:display [ fhir:v "Second" ] ;
     fhir:definition [ fhir:v "One second" ] ;
     fhir:designation ( [
       fhir:use [
         a sct:900000000000013009 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "900000000000013009" ] ;
         fhir:display [ fhir:v "Synonym" ]
       ] ;
       fhir:value [ fhir:v "Seconds" ]
     ] )
  ] [
     fhir:code [ fhir:v "minute" ] ;
     fhir:display [ fhir:v "Minute" ] ;
     fhir:definition [ fhir:v "One minute - exactly 60 seconds" ] ;
     fhir:designation ( [
       fhir:use [
         a sct:900000000000013009 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "900000000000013009" ] ;
         fhir:display [ fhir:v "Synonym" ]
       ] ;
       fhir:value [ fhir:v "Minutes" ]
     ] )
  ] [
     fhir:code [ fhir:v "hour" ] ;
     fhir:display [ fhir:v "Hour" ] ;
     fhir:definition [ fhir:v "One hour - exactly 60 minutes" ] ;
     fhir:designation ( [
       fhir:use [
         a sct:900000000000013009 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "900000000000013009" ] ;
         fhir:display [ fhir:v "Synonym" ]
       ] ;
       fhir:value [ fhir:v "Hours" ]
     ] )
  ] [
     fhir:code [ fhir:v "day" ] ;
     fhir:display [ fhir:v "Day" ] ;
     fhir:definition [ fhir:v "One day - exactly 24 hours" ] ;
     fhir:designation ( [
       fhir:use [
         a sct:900000000000013009 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "900000000000013009" ] ;
         fhir:display [ fhir:v "Synonym" ]
       ] ;
       fhir:value [ fhir:v "Days" ]
     ] )
  ] [
     fhir:code [ fhir:v "week" ] ;
     fhir:display [ fhir:v "Week" ] ;
     fhir:definition [ fhir:v "One week - exactly 7 days" ] ;
     fhir:designation ( [
       fhir:use [
         a sct:900000000000013009 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "900000000000013009" ] ;
         fhir:display [ fhir:v "Synonym" ]
       ] ;
       fhir:value [ fhir:v "Weeks" ]
     ] )
  ] [
     fhir:code [ fhir:v "month" ] ;
     fhir:display [ fhir:v "Month" ] ;
     fhir:definition [ fhir:v "A calendar month - Month is not a fixed size in days" ] ;
     fhir:designation ( [
       fhir:use [
         a sct:900000000000013009 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "900000000000013009" ] ;
         fhir:display [ fhir:v "Synonym" ]
       ] ;
       fhir:value [ fhir:v "Months" ]
     ] )
  ] [
     fhir:code [ fhir:v "year" ] ;
     fhir:display [ fhir:v "Year" ] ;
     fhir:definition [ fhir:v "A calendar year - exactly 12 months" ] ;
     fhir:designation ( [
       fhir:use [
         a sct:900000000000013009 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "900000000000013009" ] ;
         fhir:display [ fhir:v "Synonym" ]
       ] ;
       fhir:value [ fhir:v "Years" ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

