This page is part of the FHIRPath Specification (v3.0.0: R3) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
| Active as of 2024-02-15 |
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/calendar-units> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "calendar-units"] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.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><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>"
] ;
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhirpath/CodeSystem/calendar-units"] ;
fhir:CodeSystem.version [ fhir:value "3.0.0"] ;
fhir:CodeSystem.name [ fhir:value "CalendarUnits"] ;
fhir:CodeSystem.title [ fhir:value "Calendar Duration Units CodeSystem"] ;
fhir:CodeSystem.status [ fhir:value "active"] ;
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.date [ fhir:value "2024-02-15"^^xsd:date] ;
fhir:CodeSystem.publisher [ fhir:value "Implementable Technology Specifications WG"] ;
fhir:CodeSystem.contact [
fhir:index -1 ;
fhir:ContactDetail.telecom [
fhir:index -1 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/xml/index.cfm" ]
]
] ;
fhir:CodeSystem.description [ fhir:value "Calendar Duration Units - which are distinct to the UCUM units"] ;
fhir:CodeSystem.jurisdiction [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:Coding.code [ fhir:value "001" ] ;
fhir:Coding.display [ fhir:value "World" ]
]
] ;
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
fhir:CodeSystem.content [ fhir:value "complete"] ;
fhir:CodeSystem.concept [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "millisecond" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Millisecond" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "One millisecond - 1/1000 of a calendar second" ] ;
fhir:CodeSystem.concept.designation [
fhir:index -1 ;
fhir:CodeSystem.concept.designation.use [
a sct:900000000000013009 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "900000000000013009" ] ;
fhir:Coding.display [ fhir:value "Synonym" ]
] ;
fhir:CodeSystem.concept.designation.value [ fhir:value "Milliseconds" ]
]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "second" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Second" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "One second" ] ;
fhir:CodeSystem.concept.designation [
fhir:index -1 ;
fhir:CodeSystem.concept.designation.use [
a sct:900000000000013009 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "900000000000013009" ] ;
fhir:Coding.display [ fhir:value "Synonym" ]
] ;
fhir:CodeSystem.concept.designation.value [ fhir:value "Seconds" ]
]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "minute" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Minute" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "One minute - exactly 60 seconds" ] ;
fhir:CodeSystem.concept.designation [
fhir:index -1 ;
fhir:CodeSystem.concept.designation.use [
a sct:900000000000013009 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "900000000000013009" ] ;
fhir:Coding.display [ fhir:value "Synonym" ]
] ;
fhir:CodeSystem.concept.designation.value [ fhir:value "Minutes" ]
]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "hour" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Hour" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "One hour - exactly 60 minutes" ] ;
fhir:CodeSystem.concept.designation [
fhir:index -1 ;
fhir:CodeSystem.concept.designation.use [
a sct:900000000000013009 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "900000000000013009" ] ;
fhir:Coding.display [ fhir:value "Synonym" ]
] ;
fhir:CodeSystem.concept.designation.value [ fhir:value "Hours" ]
]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "day" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Day" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "One day - exactly 24 hours" ] ;
fhir:CodeSystem.concept.designation [
fhir:index -1 ;
fhir:CodeSystem.concept.designation.use [
a sct:900000000000013009 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "900000000000013009" ] ;
fhir:Coding.display [ fhir:value "Synonym" ]
] ;
fhir:CodeSystem.concept.designation.value [ fhir:value "Days" ]
]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "week" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Week" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "One week - exactly 7 days" ] ;
fhir:CodeSystem.concept.designation [
fhir:index -1 ;
fhir:CodeSystem.concept.designation.use [
a sct:900000000000013009 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "900000000000013009" ] ;
fhir:Coding.display [ fhir:value "Synonym" ]
] ;
fhir:CodeSystem.concept.designation.value [ fhir:value "Weeks" ]
]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "month" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Month" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "A calendar month - Month is not a fixed size in days" ] ;
fhir:CodeSystem.concept.designation [
fhir:index -1 ;
fhir:CodeSystem.concept.designation.use [
a sct:900000000000013009 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "900000000000013009" ] ;
fhir:Coding.display [ fhir:value "Synonym" ]
] ;
fhir:CodeSystem.concept.designation.value [ fhir:value "Months" ]
]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "year" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Year" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "A calendar year - exactly 12 months" ] ;
fhir:CodeSystem.concept.designation [
fhir:index -1 ;
fhir:CodeSystem.concept.designation.use [
a sct:900000000000013009 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "900000000000013009" ] ;
fhir:Coding.display [ fhir:value "Synonym" ]
] ;
fhir:CodeSystem.concept.designation.value [ fhir:value "Years" ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/calendar-units.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/calendar-units.ttl> .
IG © 2014+ Implementable Technology Specifications WG.
Package hl7.fhirpath#3.0.0 based on FHIR 4.0.1.
Generated
2026-07-28
Links: Table of Contents |
QA Report