time.xml
  1 <?xml version="1.0" encoding="utf-8"?>
  2 <StructureDefinition xmlns="http://hl7.org/fhir">
  3   <id value="time" />
  4   <meta>
  5     <lastUpdated value="2023-03-26T06:21:02.749+02:00" />
  6   </meta>
  7   <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
  8     <valueCode value="normative" />
  9   </extension>
 10   <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version">
 11     <valueCode value="4.0.0" />
 12   </extension>
 13   <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics">
 14     <valueCode value="has-range" />
 15   </extension>
 16   <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics">
 17     <valueCode value="is-continuous" />
 18   </extension>
 19   <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics">
 20     <valueCode value="has-length" />
 21   </extension>
 22   <url value="http://hl7.org/fhir/StructureDefinition/time" />
 23   <version value="5.0.0" />
 24   <name value="time" />
 25   <status value="active" />
 26   <experimental value="false" />
 27   <date value="2023-03-26T06:21:02.0000000+02:00" />
 28   <publisher value="HL7 FHIR Standard" />
 29   <contact>
 30     <telecom>
 31       <system value="url" />
 32       <value value="http://hl7.org/fhir" />
 33     </telecom>
 34   </contact>
 35   <description value="time Type: A time during the day, with no date specified" />
 36   <jurisdiction>
 37     <coding>
 38       <system value="http://unstats.un.org/unsd/methods/m49/m49.htm" />
 39       <code value="001" />
 40       <display value="World" />
 41     </coding>
 42   </jurisdiction>
 43   <fhirVersion value="5.0.0" />
 44   <kind value="primitive-type" />
 45   <abstract value="false" />
 46   <type value="time" />
 47   <baseDefinition value="http://hl7.org/fhir/StructureDefinition/PrimitiveType" />
 48   <derivation value="specialization" />
 49   <snapshot>
 50     <element id="time">
 51       <path value="time" />
 52       <short value="Primitive Type time" />
 53       <definition value="A time during the day, with no date specified" />
 54       <min value="0" />
 55       <max value="*" />
 56       <base>
 57         <path value="time" />
 58         <min value="0" />
 59         <max value="*" />
 60       </base>
 61       <constraint>
 62         <key value="ele-1" />
 63         <severity value="error" />
 64         <human value="All FHIR elements must have a @value or children" />
 65         <expression value="hasValue() or (children().count() > id.count())" />
 66         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
 67       </constraint>
 68       <isModifier value="false" />
 69       <isSummary value="false" />
 70     </element>
 71     <element id="time.id">
 72       <path value="time.id" />
 73       <representation value="xmlAttr" />
 74       <short value="xml:id (or equivalent in JSON)" />
 75       <definition value="unique id for the element within a resource (for internal references)" />
 76       <min value="0" />
 77       <max value="1" />
 78       <base>
 79         <path value="Element.id" />
 80         <min value="0" />
 81         <max value="1" />
 82       </base>
 83       <type>
 84         <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
 85           <valueUrl value="string" />
 86         </extension>
 87         <code value="http://hl7.org/fhirpath/System.String" />
 88       </type>
 89       <isModifier value="false" />
 90       <isSummary value="false" />
 91     </element>
 92     <element id="time.extension">
 93       <path value="time.extension" />
 94       <short value="Additional content defined by implementations" />
 95       <definition value="May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." />
 96       <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." />
 97       <alias value="extensions" />
 98       <alias value="user content" />
 99       <min value="0" />
100       <max value="*" />
101       <base>
102         <path value="Element.extension" />
103         <min value="0" />
104         <max value="*" />
105       </base>
106       <type>
107         <code value="Extension" />
108       </type>
109       <constraint>
110         <key value="ele-1" />
111         <severity value="error" />
112         <human value="All FHIR elements must have a @value or children" />
113         <expression value="hasValue() or (children().count() > id.count())" />
114         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
115       </constraint>
116       <constraint>
117         <key value="ext-1" />
118         <severity value="error" />
119         <human value="Must have either extensions or value[x], not both" />
120         <expression value="extension.exists() != value.exists()" />
121         <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
122       </constraint>
123       <isModifier value="false" />
124       <isSummary value="false" />
125     </element>
126     <element id="time.value">
127       <path value="time.value" />
128       <representation value="xmlAttr" />
129       <short value="Primitive value for time" />
130       <definition value="The actual value" />
131       <min value="0" />
132       <max value="1" />
133       <base>
134         <path value="time.value" />
135         <min value="0" />
136         <max value="1" />
137       </base>
138       <type>
139         <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
140           <valueUrl value="time" />
141         </extension>
142         <extension url="http://hl7.org/fhir/StructureDefinition/regex">
143           <valueString value="([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\.[0-9]{1,9})?" />
144         </extension>
145         <code value="http://hl7.org/fhirpath/System.Time" />
146       </type>
147       <isModifier value="false" />
148       <isSummary value="false" />
149     </element>
150   </snapshot>
151   <differential>
152     <element id="time">
153       <path value="time" />
154       <short value="Primitive Type time" />
155       <definition value="A time during the day, with no date specified" />
156       <min value="0" />
157       <max value="*" />
158     </element>
159     <element id="time.value">
160       <path value="time.value" />
161       <representation value="xmlAttr" />
162       <short value="Primitive value for time" />
163       <definition value="Primitive value for time" />
164       <min value="0" />
165       <max value="1" />
166       <type>
167         <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
168           <valueUrl value="time" />
169         </extension>
170         <extension url="http://hl7.org/fhir/StructureDefinition/regex">
171           <valueString value="([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\.[0-9]{1,9})?" />
172         </extension>
173         <code value="http://hl7.org/fhirpath/System.Time" />
174       </type>
175     </element>
176   </differential>
177 </StructureDefinition>