ProductShelfLife.xml
  1 <?xml version="1.0" encoding="utf-8"?>
  2 <StructureDefinition xmlns="http://hl7.org/fhir">
  3   <id value="ProductShelfLife" />
  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="draft" />
  9   </extension>
 10   <url value="http://hl7.org/fhir/StructureDefinition/ProductShelfLife" />
 11   <version value="5.0.0" />
 12   <name value="ProductShelfLife" />
 13   <status value="draft" />
 14   <experimental value="false" />
 15   <date value="2023-03-26T06:21:02.0000000+02:00" />
 16   <publisher value="HL7 FHIR Standard" />
 17   <contact>
 18     <telecom>
 19       <system value="url" />
 20       <value value="http://hl7.org/fhir" />
 21     </telecom>
 22   </contact>
 23   <description value="ProductShelfLife Type: The shelf-life and storage information for a medicinal product item or container can be described using this class." />
 24   <jurisdiction>
 25     <coding>
 26       <system value="http://unstats.un.org/unsd/methods/m49/m49.htm" />
 27       <code value="001" />
 28       <display value="World" />
 29     </coding>
 30   </jurisdiction>
 31   <fhirVersion value="5.0.0" />
 32   <mapping>
 33     <identity value="w5" />
 34     <uri value="http://hl7.org/fhir/fivews" />
 35     <name value="FiveWs Pattern Mapping" />
 36   </mapping>
 37   <mapping>
 38     <identity value="rim" />
 39     <uri value="http://hl7.org/v3" />
 40     <name value="RIM Mapping" />
 41   </mapping>
 42   <kind value="complex-type" />
 43   <abstract value="false" />
 44   <type value="ProductShelfLife" />
 45   <baseDefinition value="http://hl7.org/fhir/StructureDefinition/BackboneType" />
 46   <derivation value="specialization" />
 47   <snapshot>
 48     <element id="ProductShelfLife">
 49       <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
 50         <valueCode value="draft" />
 51       </extension>
 52       <path value="ProductShelfLife" />
 53       <short value="The shelf-life and storage information for a medicinal product item or container can be described using this class" />
 54       <definition value="The shelf-life and storage information for a medicinal product item or container can be described using this class." />
 55       <min value="0" />
 56       <max value="*" />
 57       <base>
 58         <path value="ProductShelfLife" />
 59         <min value="0" />
 60         <max value="*" />
 61       </base>
 62       <constraint>
 63         <key value="ele-1" />
 64         <severity value="error" />
 65         <human value="All FHIR elements must have a @value or children" />
 66         <expression value="hasValue() or (children().count() > id.count())" />
 67         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
 68       </constraint>
 69       <isModifier value="false" />
 70       <mapping>
 71         <identity value="rim" />
 72         <map value="n/a" />
 73       </mapping>
 74       <mapping>
 75         <identity value="w5" />
 76         <map value="administrative.medication" />
 77       </mapping>
 78     </element>
 79     <element id="ProductShelfLife.id">
 80       <path value="ProductShelfLife.id" />
 81       <representation value="xmlAttr" />
 82       <short value="Unique id for inter-element referencing" />
 83       <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." />
 84       <min value="0" />
 85       <max value="1" />
 86       <base>
 87         <path value="Element.id" />
 88         <min value="0" />
 89         <max value="1" />
 90       </base>
 91       <type>
 92         <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
 93           <valueUrl value="id" />
 94         </extension>
 95         <code value="http://hl7.org/fhirpath/System.String" />
 96       </type>
 97       <condition value="ele-1" />
 98       <isModifier value="false" />
 99       <isSummary value="false" />
100       <mapping>
101         <identity value="rim" />
102         <map value="n/a" />
103       </mapping>
104     </element>
105     <element id="ProductShelfLife.extension">
106       <path value="ProductShelfLife.extension" />
107       <slicing>
108         <discriminator>
109           <type value="value" />
110           <path value="url" />
111         </discriminator>
112         <description value="Extensions are always sliced by (at least) url" />
113         <rules value="open" />
114       </slicing>
115       <short value="Additional content defined by implementations" />
116       <definition value="May be used to represent additional information that is not part of the basic definition of the element. 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." />
117       <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." />
118       <alias value="extensions" />
119       <alias value="user content" />
120       <min value="0" />
121       <max value="*" />
122       <base>
123         <path value="Element.extension" />
124         <min value="0" />
125         <max value="*" />
126       </base>
127       <type>
128         <code value="Extension" />
129       </type>
130       <constraint>
131         <key value="ele-1" />
132         <severity value="error" />
133         <human value="All FHIR elements must have a @value or children" />
134         <expression value="hasValue() or (children().count() > id.count())" />
135         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
136       </constraint>
137       <constraint>
138         <key value="ext-1" />
139         <severity value="error" />
140         <human value="Must have either extensions or value[x], not both" />
141         <expression value="extension.exists() != value.exists()" />
142         <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
143       </constraint>
144       <isModifier value="false" />
145       <isSummary value="false" />
146       <mapping>
147         <identity value="rim" />
148         <map value="n/a" />
149       </mapping>
150     </element>
151     <element id="ProductShelfLife.modifierExtension">
152       <path value="ProductShelfLife.modifierExtension" />
153       <short value="Extensions that cannot be ignored even if unrecognized" />
154       <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." />
155       <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." />
156       <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." />
157       <alias value="extensions" />
158       <alias value="user content" />
159       <alias value="modifiers" />
160       <min value="0" />
161       <max value="*" />
162       <base>
163         <path value="BackboneType.modifierExtension" />
164         <min value="0" />
165         <max value="*" />
166       </base>
167       <type>
168         <code value="Extension" />
169       </type>
170       <constraint>
171         <key value="ele-1" />
172         <severity value="error" />
173         <human value="All FHIR elements must have a @value or children" />
174         <expression value="hasValue() or (children().count() > id.count())" />
175         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
176       </constraint>
177       <constraint>
178         <key value="ext-1" />
179         <severity value="error" />
180         <human value="Must have either extensions or value[x], not both" />
181         <expression value="extension.exists() != value.exists()" />
182         <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
183       </constraint>
184       <isModifier value="true" />
185       <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" />
186       <isSummary value="true" />
187       <mapping>
188         <identity value="rim" />
189         <map value="N/A" />
190       </mapping>
191     </element>
192     <element id="ProductShelfLife.type">
193       <path value="ProductShelfLife.type" />
194       <short value="This describes the shelf life, taking into account various scenarios such as shelf life of the packaged Medicinal Product itself, shelf life after transformation where necessary and shelf life after the first opening of a bottle, etc. The shelf life type shall be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified" />
195       <definition value="This describes the shelf life, taking into account various scenarios such as shelf life of the packaged Medicinal Product itself, shelf life after transformation where necessary and shelf life after the first opening of a bottle, etc. The shelf life type shall be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified." />
196       <min value="0" />
197       <max value="1" />
198       <base>
199         <path value="ProductShelfLife.type" />
200         <min value="0" />
201         <max value="1" />
202       </base>
203       <type>
204         <code value="CodeableConcept" />
205       </type>
206       <constraint>
207         <key value="ele-1" />
208         <severity value="error" />
209         <human value="All FHIR elements must have a @value or children" />
210         <expression value="hasValue() or (children().count() > id.count())" />
211         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
212       </constraint>
213       <isModifier value="false" />
214       <isSummary value="true" />
215     </element>
216     <element id="ProductShelfLife.period[x]">
217       <path value="ProductShelfLife.period[x]" />
218       <short value="The shelf life time period can be specified using a numerical value for the period of time and its unit of time measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used" />
219       <definition value="The shelf life time period can be specified using a numerical value for the period of time and its unit of time measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used." />
220       <min value="0" />
221       <max value="1" />
222       <base>
223         <path value="ProductShelfLife.period[x]" />
224         <min value="0" />
225         <max value="1" />
226       </base>
227       <type>
228         <code value="Duration" />
229       </type>
230       <type>
231         <code value="string" />
232       </type>
233       <constraint>
234         <key value="ele-1" />
235         <severity value="error" />
236         <human value="All FHIR elements must have a @value or children" />
237         <expression value="hasValue() or (children().count() > id.count())" />
238         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
239       </constraint>
240       <isModifier value="false" />
241       <isSummary value="true" />
242     </element>
243     <element id="ProductShelfLife.specialPrecautionsForStorage">
244       <path value="ProductShelfLife.specialPrecautionsForStorage" />
245       <short value="Special precautions for storage, if any, can be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified" />
246       <definition value="Special precautions for storage, if any, can be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified." />
247       <min value="0" />
248       <max value="*" />
249       <base>
250         <path value="ProductShelfLife.specialPrecautionsForStorage" />
251         <min value="0" />
252         <max value="*" />
253       </base>
254       <type>
255         <code value="CodeableConcept" />
256       </type>
257       <constraint>
258         <key value="ele-1" />
259         <severity value="error" />
260         <human value="All FHIR elements must have a @value or children" />
261         <expression value="hasValue() or (children().count() > id.count())" />
262         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
263       </constraint>
264       <isModifier value="false" />
265       <isSummary value="true" />
266     </element>
267   </snapshot>
268   <differential>
269     <element id="ProductShelfLife">
270       <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
271         <valueCode value="draft" />
272       </extension>
273       <path value="ProductShelfLife" />
274       <short value="The shelf-life and storage information for a medicinal product item or container can be described using this class" />
275       <definition value="The shelf-life and storage information for a medicinal product item or container can be described using this class." />
276       <min value="0" />
277       <max value="*" />
278       <mapping>
279         <identity value="w5" />
280         <map value="administrative.medication" />
281       </mapping>
282     </element>
283     <element id="ProductShelfLife.type">
284       <path value="ProductShelfLife.type" />
285       <short value="This describes the shelf life, taking into account various scenarios such as shelf life of the packaged Medicinal Product itself, shelf life after transformation where necessary and shelf life after the first opening of a bottle, etc. The shelf life type shall be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified" />
286       <definition value="This describes the shelf life, taking into account various scenarios such as shelf life of the packaged Medicinal Product itself, shelf life after transformation where necessary and shelf life after the first opening of a bottle, etc. The shelf life type shall be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified." />
287       <min value="0" />
288       <max value="1" />
289       <type>
290         <code value="CodeableConcept" />
291       </type>
292       <isSummary value="true" />
293     </element>
294     <element id="ProductShelfLife.period[x]">
295       <path value="ProductShelfLife.period[x]" />
296       <short value="The shelf life time period can be specified using a numerical value for the period of time and its unit of time measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used" />
297       <definition value="The shelf life time period can be specified using a numerical value for the period of time and its unit of time measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used." />
298       <min value="0" />
299       <max value="1" />
300       <type>
301         <code value="Duration" />
302       </type>
303       <type>
304         <code value="string" />
305       </type>
306       <isSummary value="true" />
307     </element>
308     <element id="ProductShelfLife.specialPrecautionsForStorage">
309       <path value="ProductShelfLife.specialPrecautionsForStorage" />
310       <short value="Special precautions for storage, if any, can be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified" />
311       <definition value="Special precautions for storage, if any, can be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified." />
312       <min value="0" />
313       <max value="*" />
314       <type>
315         <code value="CodeableConcept" />
316       </type>
317       <isSummary value="true" />
318     </element>
319   </differential>
320 </StructureDefinition>