FHIRPath Specification
2.1.0 - draft International flag

FHIRPath Specification, published by Implementable Technology Specifications WG. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/FHIRPath/ and changes regularly. See the Directory of published versions

: Calendar Duration Units CodeSystem - TTL Representation

Active as of 2024-02-15

Raw ttl | Download


@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "calendar-units"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<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><a name=\"calendar-units-en-US\"> </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 - excactly 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>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhirpath/CodeSystem/calendar-units"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.1.0"] ; # 
  fhir:name [ fhir:v "CalendarUnits"] ; # 
  fhir:title [ fhir:v "Calendar Duration Units CodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  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 disctinct to the UCUM units"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  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: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: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 - excactly 60 seconds" ] ;
    ( fhir:designation [
fhir:use [
a sct:900000000000013009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
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: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: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: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: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:code [ fhir:v "900000000000013009" ] ;
fhir:display [ fhir:v "Synonym" ]       ] ;
fhir:value [ fhir:v "Years" ]     ] )
  ] ) . #