ProdCharacteristic.xml
  1 <?xml version="1.0" encoding="utf-8"?>
  2 <StructureDefinition xmlns="http://hl7.org/fhir">
  3   <id value="ProdCharacteristic" />
  4   <meta>
  5     <lastUpdated value="2019-10-31T23:29:23.356+01: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/ProdCharacteristic" />
 11   <version value="4.0.1" />
 12   <name value="ProdCharacteristic" />
 13   <status value="draft" />
 14   <date value="2019-10-31T23:29:23.0000000+01:00" />
 15   <publisher value="HL7 FHIR Standard" />
 16   <contact>
 17     <telecom>
 18       <system value="url" />
 19       <value value="http://hl7.org/fhir" />
 20     </telecom>
 21   </contact>
 22   <description value="Base StructureDefinition for ProdCharacteristic Type: The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available." />
 23   <fhirVersion value="4.0.1" />
 24   <mapping>
 25     <identity value="rim" />
 26     <uri value="http://hl7.org/v3" />
 27     <name value="RIM Mapping" />
 28   </mapping>
 29   <kind value="complex-type" />
 30   <abstract value="false" />
 31   <type value="ProdCharacteristic" />
 32   <baseDefinition value="http://hl7.org/fhir/StructureDefinition/BackboneElement" />
 33   <derivation value="specialization" />
 34   <snapshot>
 35     <element id="ProdCharacteristic">
 36       <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
 37         <valueCode value="draft" />
 38       </extension>
 39       <path value="ProdCharacteristic" />
 40       <short value="The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available" />
 41       <definition value="The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available." />
 42       <min value="0" />
 43       <max value="*" />
 44       <base>
 45         <path value="ProdCharacteristic" />
 46         <min value="0" />
 47         <max value="*" />
 48       </base>
 49       <constraint>
 50         <key value="ele-1" />
 51         <severity value="error" />
 52         <human value="All FHIR elements must have a @value or children" />
 53         <expression value="hasValue() or (children().count() > id.count())" />
 54         <xpath value="@value|f:*|h:div" />
 55         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
 56       </constraint>
 57       <isModifier value="false" />
 58       <mapping>
 59         <identity value="rim" />
 60         <map value="n/a" />
 61       </mapping>
 62     </element>
 63     <element id="ProdCharacteristic.id">
 64       <path value="ProdCharacteristic.id" />
 65       <representation value="xmlAttr" />
 66       <short value="Unique id for inter-element referencing" />
 67       <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." />
 68       <min value="0" />
 69       <max value="1" />
 70       <base>
 71         <path value="Element.id" />
 72         <min value="0" />
 73         <max value="1" />
 74       </base>
 75       <type>
 76         <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
 77           <valueUrl value="string" />
 78         </extension>
 79         <code value="http://hl7.org/fhirpath/System.String" />
 80       </type>
 81       <isModifier value="false" />
 82       <isSummary value="false" />
 83       <mapping>
 84         <identity value="rim" />
 85         <map value="n/a" />
 86       </mapping>
 87     </element>
 88     <element id="ProdCharacteristic.extension">
 89       <path value="ProdCharacteristic.extension" />
 90       <slicing>
 91         <discriminator>
 92           <type value="value" />
 93           <path value="url" />
 94         </discriminator>
 95         <description value="Extensions are always sliced by (at least) url" />
 96         <rules value="open" />
 97       </slicing>
 98       <short value="Additional content defined by implementations" />
 99       <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 manageable, 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." />
100       <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." />
101       <alias value="extensions" />
102       <alias value="user content" />
103       <min value="0" />
104       <max value="*" />
105       <base>
106         <path value="Element.extension" />
107         <min value="0" />
108         <max value="*" />
109       </base>
110       <type>
111         <code value="Extension" />
112       </type>
113       <constraint>
114         <key value="ele-1" />
115         <severity value="error" />
116         <human value="All FHIR elements must have a @value or children" />
117         <expression value="hasValue() or (children().count() > id.count())" />
118         <xpath value="@value|f:*|h:div" />
119         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
120       </constraint>
121       <constraint>
122         <key value="ext-1" />
123         <severity value="error" />
124         <human value="Must have either extensions or value[x], not both" />
125         <expression value="extension.exists() != value.exists()" />
126         <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])" />
127         <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
128       </constraint>
129       <isModifier value="false" />
130       <isSummary value="false" />
131       <mapping>
132         <identity value="rim" />
133         <map value="n/a" />
134       </mapping>
135     </element>
136     <element id="ProdCharacteristic.modifierExtension">
137       <path value="ProdCharacteristic.modifierExtension" />
138       <short value="Extensions that cannot be ignored even if unrecognized" />
139       <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 manageable, 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)." />
140       <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." />
141       <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)." />
142       <alias value="extensions" />
143       <alias value="user content" />
144       <alias value="modifiers" />
145       <min value="0" />
146       <max value="*" />
147       <base>
148         <path value="BackboneElement.modifierExtension" />
149         <min value="0" />
150         <max value="*" />
151       </base>
152       <type>
153         <code value="Extension" />
154       </type>
155       <constraint>
156         <key value="ele-1" />
157         <severity value="error" />
158         <human value="All FHIR elements must have a @value or children" />
159         <expression value="hasValue() or (children().count() > id.count())" />
160         <xpath value="@value|f:*|h:div" />
161         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
162       </constraint>
163       <constraint>
164         <key value="ext-1" />
165         <severity value="error" />
166         <human value="Must have either extensions or value[x], not both" />
167         <expression value="extension.exists() != value.exists()" />
168         <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])" />
169         <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
170       </constraint>
171       <isModifier value="true" />
172       <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" />
173       <isSummary value="true" />
174       <mapping>
175         <identity value="rim" />
176         <map value="N/A" />
177       </mapping>
178     </element>
179     <element id="ProdCharacteristic.height">
180       <path value="ProdCharacteristic.height" />
181       <short value="Where applicable, the height can be specified using a numerical value and its unit of 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" />
182       <definition value="Where applicable, the height can be specified using a numerical value and its unit of 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." />
183       <min value="0" />
184       <max value="1" />
185       <base>
186         <path value="ProdCharacteristic.height" />
187         <min value="0" />
188         <max value="1" />
189       </base>
190       <type>
191         <code value="Quantity" />
192       </type>
193       <constraint>
194         <key value="ele-1" />
195         <severity value="error" />
196         <human value="All FHIR elements must have a @value or children" />
197         <expression value="hasValue() or (children().count() > id.count())" />
198         <xpath value="@value|f:*|h:div" />
199         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
200       </constraint>
201       <isModifier value="false" />
202       <isSummary value="true" />
203     </element>
204     <element id="ProdCharacteristic.width">
205       <path value="ProdCharacteristic.width" />
206       <short value="Where applicable, the width can be specified using a numerical value and its unit of 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" />
207       <definition value="Where applicable, the width can be specified using a numerical value and its unit of 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." />
208       <min value="0" />
209       <max value="1" />
210       <base>
211         <path value="ProdCharacteristic.width" />
212         <min value="0" />
213         <max value="1" />
214       </base>
215       <type>
216         <code value="Quantity" />
217       </type>
218       <constraint>
219         <key value="ele-1" />
220         <severity value="error" />
221         <human value="All FHIR elements must have a @value or children" />
222         <expression value="hasValue() or (children().count() > id.count())" />
223         <xpath value="@value|f:*|h:div" />
224         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
225       </constraint>
226       <isModifier value="false" />
227       <isSummary value="true" />
228     </element>
229     <element id="ProdCharacteristic.depth">
230       <path value="ProdCharacteristic.depth" />
231       <short value="Where applicable, the depth can be specified using a numerical value and its unit of 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" />
232       <definition value="Where applicable, the depth can be specified using a numerical value and its unit of 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." />
233       <min value="0" />
234       <max value="1" />
235       <base>
236         <path value="ProdCharacteristic.depth" />
237         <min value="0" />
238         <max value="1" />
239       </base>
240       <type>
241         <code value="Quantity" />
242       </type>
243       <constraint>
244         <key value="ele-1" />
245         <severity value="error" />
246         <human value="All FHIR elements must have a @value or children" />
247         <expression value="hasValue() or (children().count() > id.count())" />
248         <xpath value="@value|f:*|h:div" />
249         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
250       </constraint>
251       <isModifier value="false" />
252       <isSummary value="true" />
253     </element>
254     <element id="ProdCharacteristic.weight">
255       <path value="ProdCharacteristic.weight" />
256       <short value="Where applicable, the weight can be specified using a numerical value and its unit of 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" />
257       <definition value="Where applicable, the weight can be specified using a numerical value and its unit of 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." />
258       <min value="0" />
259       <max value="1" />
260       <base>
261         <path value="ProdCharacteristic.weight" />
262         <min value="0" />
263         <max value="1" />
264       </base>
265       <type>
266         <code value="Quantity" />
267       </type>
268       <constraint>
269         <key value="ele-1" />
270         <severity value="error" />
271         <human value="All FHIR elements must have a @value or children" />
272         <expression value="hasValue() or (children().count() > id.count())" />
273         <xpath value="@value|f:*|h:div" />
274         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
275       </constraint>
276       <isModifier value="false" />
277       <isSummary value="true" />
278     </element>
279     <element id="ProdCharacteristic.nominalVolume">
280       <path value="ProdCharacteristic.nominalVolume" />
281       <short value="Where applicable, the nominal volume can be specified using a numerical value and its unit of 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" />
282       <definition value="Where applicable, the nominal volume can be specified using a numerical value and its unit of 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." />
283       <min value="0" />
284       <max value="1" />
285       <base>
286         <path value="ProdCharacteristic.nominalVolume" />
287         <min value="0" />
288         <max value="1" />
289       </base>
290       <type>
291         <code value="Quantity" />
292       </type>
293       <constraint>
294         <key value="ele-1" />
295         <severity value="error" />
296         <human value="All FHIR elements must have a @value or children" />
297         <expression value="hasValue() or (children().count() > id.count())" />
298         <xpath value="@value|f:*|h:div" />
299         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
300       </constraint>
301       <isModifier value="false" />
302       <isSummary value="true" />
303     </element>
304     <element id="ProdCharacteristic.externalDiameter">
305       <path value="ProdCharacteristic.externalDiameter" />
306       <short value="Where applicable, the external diameter can be specified using a numerical value and its unit of 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" />
307       <definition value="Where applicable, the external diameter can be specified using a numerical value and its unit of 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." />
308       <min value="0" />
309       <max value="1" />
310       <base>
311         <path value="ProdCharacteristic.externalDiameter" />
312         <min value="0" />
313         <max value="1" />
314       </base>
315       <type>
316         <code value="Quantity" />
317       </type>
318       <constraint>
319         <key value="ele-1" />
320         <severity value="error" />
321         <human value="All FHIR elements must have a @value or children" />
322         <expression value="hasValue() or (children().count() > id.count())" />
323         <xpath value="@value|f:*|h:div" />
324         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
325       </constraint>
326       <isModifier value="false" />
327       <isSummary value="true" />
328     </element>
329     <element id="ProdCharacteristic.shape">
330       <path value="ProdCharacteristic.shape" />
331       <short value="Where applicable, the shape can be specified An appropriate controlled vocabulary shall be used The term and the term identifier shall be used" />
332       <definition value="Where applicable, the shape can be specified An appropriate controlled vocabulary shall be used The term and the term identifier shall be used." />
333       <min value="0" />
334       <max value="1" />
335       <base>
336         <path value="ProdCharacteristic.shape" />
337         <min value="0" />
338         <max value="1" />
339       </base>
340       <type>
341         <code value="string" />
342       </type>
343       <constraint>
344         <key value="ele-1" />
345         <severity value="error" />
346         <human value="All FHIR elements must have a @value or children" />
347         <expression value="hasValue() or (children().count() > id.count())" />
348         <xpath value="@value|f:*|h:div" />
349         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
350       </constraint>
351       <isModifier value="false" />
352       <isSummary value="true" />
353     </element>
354     <element id="ProdCharacteristic.color">
355       <path value="ProdCharacteristic.color" />
356       <short value="Where applicable, the color can be specified An appropriate controlled vocabulary shall be used The term and the term identifier shall be used" />
357       <definition value="Where applicable, the color can be specified An appropriate controlled vocabulary shall be used The term and the term identifier shall be used." />
358       <min value="0" />
359       <max value="*" />
360       <base>
361         <path value="ProdCharacteristic.color" />
362         <min value="0" />
363         <max value="*" />
364       </base>
365       <type>
366         <code value="string" />
367       </type>
368       <constraint>
369         <key value="ele-1" />
370         <severity value="error" />
371         <human value="All FHIR elements must have a @value or children" />
372         <expression value="hasValue() or (children().count() > id.count())" />
373         <xpath value="@value|f:*|h:div" />
374         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
375       </constraint>
376       <isModifier value="false" />
377       <isSummary value="true" />
378     </element>
379     <element id="ProdCharacteristic.imprint">
380       <path value="ProdCharacteristic.imprint" />
381       <short value="Where applicable, the imprint can be specified as text" />
382       <definition value="Where applicable, the imprint can be specified as text." />
383       <min value="0" />
384       <max value="*" />
385       <base>
386         <path value="ProdCharacteristic.imprint" />
387         <min value="0" />
388         <max value="*" />
389       </base>
390       <type>
391         <code value="string" />
392       </type>
393       <constraint>
394         <key value="ele-1" />
395         <severity value="error" />
396         <human value="All FHIR elements must have a @value or children" />
397         <expression value="hasValue() or (children().count() > id.count())" />
398         <xpath value="@value|f:*|h:div" />
399         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
400       </constraint>
401       <isModifier value="false" />
402       <isSummary value="true" />
403     </element>
404     <element id="ProdCharacteristic.image">
405       <path value="ProdCharacteristic.image" />
406       <short value="Where applicable, the image can be provided The format of the image attachment shall be specified by regional implementations" />
407       <definition value="Where applicable, the image can be provided The format of the image attachment shall be specified by regional implementations." />
408       <min value="0" />
409       <max value="*" />
410       <base>
411         <path value="ProdCharacteristic.image" />
412         <min value="0" />
413         <max value="*" />
414       </base>
415       <type>
416         <code value="Attachment" />
417       </type>
418       <constraint>
419         <key value="ele-1" />
420         <severity value="error" />
421         <human value="All FHIR elements must have a @value or children" />
422         <expression value="hasValue() or (children().count() > id.count())" />
423         <xpath value="@value|f:*|h:div" />
424         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
425       </constraint>
426       <isModifier value="false" />
427       <isSummary value="true" />
428     </element>
429     <element id="ProdCharacteristic.scoring">
430       <path value="ProdCharacteristic.scoring" />
431       <short value="Where applicable, the scoring can be specified An appropriate controlled vocabulary shall be used The term and the term identifier shall be used" />
432       <definition value="Where applicable, the scoring can be specified An appropriate controlled vocabulary shall be used The term and the term identifier shall be used." />
433       <min value="0" />
434       <max value="1" />
435       <base>
436         <path value="ProdCharacteristic.scoring" />
437         <min value="0" />
438         <max value="1" />
439       </base>
440       <type>
441         <code value="CodeableConcept" />
442       </type>
443       <constraint>
444         <key value="ele-1" />
445         <severity value="error" />
446         <human value="All FHIR elements must have a @value or children" />
447         <expression value="hasValue() or (children().count() > id.count())" />
448         <xpath value="@value|f:*|h:div" />
449         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
450       </constraint>
451       <isModifier value="false" />
452       <isSummary value="true" />
453     </element>
454   </snapshot>
455   <differential>
456     <element id="ProdCharacteristic">
457       <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
458         <valueCode value="draft" />
459       </extension>
460       <path value="ProdCharacteristic" />
461       <short value="The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available" />
462       <definition value="The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available." />
463       <min value="0" />
464       <max value="*" />
465     </element>
466     <element id="ProdCharacteristic.height">
467       <path value="ProdCharacteristic.height" />
468       <short value="Where applicable, the height can be specified using a numerical value and its unit of 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" />
469       <definition value="Where applicable, the height can be specified using a numerical value and its unit of 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." />
470       <min value="0" />
471       <max value="1" />
472       <type>
473         <code value="Quantity" />
474       </type>
475       <isSummary value="true" />
476     </element>
477     <element id="ProdCharacteristic.width">
478       <path value="ProdCharacteristic.width" />
479       <short value="Where applicable, the width can be specified using a numerical value and its unit of 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" />
480       <definition value="Where applicable, the width can be specified using a numerical value and its unit of 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." />
481       <min value="0" />
482       <max value="1" />
483       <type>
484         <code value="Quantity" />
485       </type>
486       <isSummary value="true" />
487     </element>
488     <element id="ProdCharacteristic.depth">
489       <path value="ProdCharacteristic.depth" />
490       <short value="Where applicable, the depth can be specified using a numerical value and its unit of 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" />
491       <definition value="Where applicable, the depth can be specified using a numerical value and its unit of 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." />
492       <min value="0" />
493       <max value="1" />
494       <type>
495         <code value="Quantity" />
496       </type>
497       <isSummary value="true" />
498     </element>
499     <element id="ProdCharacteristic.weight">
500       <path value="ProdCharacteristic.weight" />
501       <short value="Where applicable, the weight can be specified using a numerical value and its unit of 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" />
502       <definition value="Where applicable, the weight can be specified using a numerical value and its unit of 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." />
503       <min value="0" />
504       <max value="1" />
505       <type>
506         <code value="Quantity" />
507       </type>
508       <isSummary value="true" />
509     </element>
510     <element id="ProdCharacteristic.nominalVolume">
511       <path value="ProdCharacteristic.nominalVolume" />
512       <short value="Where applicable, the nominal volume can be specified using a numerical value and its unit of 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" />
513       <definition value="Where applicable, the nominal volume can be specified using a numerical value and its unit of 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." />
514       <min value="0" />
515       <max value="1" />
516       <type>
517         <code value="Quantity" />
518       </type>
519       <isSummary value="true" />
520     </element>
521     <element id="ProdCharacteristic.externalDiameter">
522       <path value="ProdCharacteristic.externalDiameter" />
523       <short value="Where applicable, the external diameter can be specified using a numerical value and its unit of 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" />
524       <definition value="Where applicable, the external diameter can be specified using a numerical value and its unit of 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." />
525       <min value="0" />
526       <max value="1" />
527       <type>
528         <code value="Quantity" />
529       </type>
530       <isSummary value="true" />
531     </element>
532     <element id="ProdCharacteristic.shape">
533       <path value="ProdCharacteristic.shape" />
534       <short value="Where applicable, the shape can be specified An appropriate controlled vocabulary shall be used The term and the term identifier shall be used" />
535       <definition value="Where applicable, the shape can be specified An appropriate controlled vocabulary shall be used The term and the term identifier shall be used." />
536       <min value="0" />
537       <max value="1" />
538       <type>
539         <code value="string" />
540       </type>
541       <isSummary value="true" />
542     </element>
543     <element id="ProdCharacteristic.color">
544       <path value="ProdCharacteristic.color" />
545       <short value="Where applicable, the color can be specified An appropriate controlled vocabulary shall be used The term and the term identifier shall be used" />
546       <definition value="Where applicable, the color can be specified An appropriate controlled vocabulary shall be used The term and the term identifier shall be used." />
547       <min value="0" />
548       <max value="*" />
549       <type>
550         <code value="string" />
551       </type>
552       <isSummary value="true" />
553     </element>
554     <element id="ProdCharacteristic.imprint">
555       <path value="ProdCharacteristic.imprint" />
556       <short value="Where applicable, the imprint can be specified as text" />
557       <definition value="Where applicable, the imprint can be specified as text." />
558       <min value="0" />
559       <max value="*" />
560       <type>
561         <code value="string" />
562       </type>
563       <isSummary value="true" />
564     </element>
565     <element id="ProdCharacteristic.image">
566       <path value="ProdCharacteristic.image" />
567       <short value="Where applicable, the image can be provided The format of the image attachment shall be specified by regional implementations" />
568       <definition value="Where applicable, the image can be provided The format of the image attachment shall be specified by regional implementations." />
569       <min value="0" />
570       <max value="*" />
571       <type>
572         <code value="Attachment" />
573       </type>
574       <isSummary value="true" />
575     </element>
576     <element id="ProdCharacteristic.scoring">
577       <path value="ProdCharacteristic.scoring" />
578       <short value="Where applicable, the scoring can be specified An appropriate controlled vocabulary shall be used The term and the term identifier shall be used" />
579       <definition value="Where applicable, the scoring can be specified An appropriate controlled vocabulary shall be used The term and the term identifier shall be used." />
580       <min value="0" />
581       <max value="1" />
582       <type>
583         <code value="CodeableConcept" />
584       </type>
585       <isSummary value="true" />
586     </element>
587   </differential>
588 </StructureDefinition>