RelatedArtifact.xml
  1 <?xml version="1.0" encoding="utf-8"?>
  2 <StructureDefinition xmlns="http://hl7.org/fhir">
  3   <id value="RelatedArtifact" />
  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="trial-use" />
  9   </extension>
 10   <url value="http://hl7.org/fhir/StructureDefinition/RelatedArtifact" />
 11   <version value="5.0.0" />
 12   <name value="RelatedArtifact" />
 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="RelatedArtifact Type: Related artifacts such as additional documentation, justification, or bibliographic references." />
 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   <purpose value="Knowledge resources must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content." />
 32   <fhirVersion value="5.0.0" />
 33   <mapping>
 34     <identity value="rim" />
 35     <uri value="http://hl7.org/v3" />
 36     <name value="RIM Mapping" />
 37   </mapping>
 38   <kind value="complex-type" />
 39   <abstract value="false" />
 40   <type value="RelatedArtifact" />
 41   <baseDefinition value="http://hl7.org/fhir/StructureDefinition/DataType" />
 42   <derivation value="specialization" />
 43   <snapshot>
 44     <element id="RelatedArtifact">
 45       <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
 46         <valueCode value="trial-use" />
 47       </extension>
 48       <path value="RelatedArtifact" />
 49       <short value="Related artifacts for a knowledge resource" />
 50       <definition value="Related artifacts such as additional documentation, justification, or bibliographic references." />
 51       <comment value="Each related artifact is either an attachment, or a reference to another knowledge resource, but not both." />
 52       <min value="0" />
 53       <max value="*" />
 54       <base>
 55         <path value="RelatedArtifact" />
 56         <min value="0" />
 57         <max value="*" />
 58       </base>
 59       <constraint>
 60         <key value="ele-1" />
 61         <severity value="error" />
 62         <human value="All FHIR elements must have a @value or children" />
 63         <expression value="hasValue() or (children().count() > id.count())" />
 64         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
 65       </constraint>
 66       <isModifier value="false" />
 67       <mapping>
 68         <identity value="rim" />
 69         <map value="n/a" />
 70       </mapping>
 71     </element>
 72     <element id="RelatedArtifact.id">
 73       <path value="RelatedArtifact.id" />
 74       <representation value="xmlAttr" />
 75       <short value="Unique id for inter-element referencing" />
 76       <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." />
 77       <min value="0" />
 78       <max value="1" />
 79       <base>
 80         <path value="Element.id" />
 81         <min value="0" />
 82         <max value="1" />
 83       </base>
 84       <type>
 85         <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
 86           <valueUrl value="id" />
 87         </extension>
 88         <code value="http://hl7.org/fhirpath/System.String" />
 89       </type>
 90       <condition value="ele-1" />
 91       <isModifier value="false" />
 92       <isSummary value="false" />
 93       <mapping>
 94         <identity value="rim" />
 95         <map value="n/a" />
 96       </mapping>
 97     </element>
 98     <element id="RelatedArtifact.extension">
 99       <path value="RelatedArtifact.extension" />
100       <slicing>
101         <discriminator>
102           <type value="value" />
103           <path value="url" />
104         </discriminator>
105         <description value="Extensions are always sliced by (at least) url" />
106         <rules value="open" />
107       </slicing>
108       <short value="Additional content defined by implementations" />
109       <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." />
110       <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." />
111       <alias value="extensions" />
112       <alias value="user content" />
113       <min value="0" />
114       <max value="*" />
115       <base>
116         <path value="Element.extension" />
117         <min value="0" />
118         <max value="*" />
119       </base>
120       <type>
121         <code value="Extension" />
122       </type>
123       <constraint>
124         <key value="ele-1" />
125         <severity value="error" />
126         <human value="All FHIR elements must have a @value or children" />
127         <expression value="hasValue() or (children().count() > id.count())" />
128         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
129       </constraint>
130       <constraint>
131         <key value="ext-1" />
132         <severity value="error" />
133         <human value="Must have either extensions or value[x], not both" />
134         <expression value="extension.exists() != value.exists()" />
135         <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
136       </constraint>
137       <isModifier value="false" />
138       <isSummary value="false" />
139       <mapping>
140         <identity value="rim" />
141         <map value="n/a" />
142       </mapping>
143     </element>
144     <element id="RelatedArtifact.type">
145       <path value="RelatedArtifact.type" />
146       <short value="documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | documents | specification-of | created-with | cite-as" />
147       <definition value="The type of relationship to the related artifact." />
148       <comment value="The presence of both sides of a relationship type (e.g. successor and predecessor) is required to support use cases where one side of a relationship is not represented in FHIR. However, this feature SHALL NOT be used to create bi-directional resource links in FHIR instances. Specifically, following the methodology of "new points to old" and "many points to one", when using related artifact elements to describe and reference FHIR resources, the type element SHALL be drawn from the fhir-related-artifact-type ValueSet." />
149       <min value="1" />
150       <max value="1" />
151       <base>
152         <path value="RelatedArtifact.type" />
153         <min value="1" />
154         <max value="1" />
155       </base>
156       <type>
157         <code value="code" />
158       </type>
159       <constraint>
160         <key value="ele-1" />
161         <severity value="error" />
162         <human value="All FHIR elements must have a @value or children" />
163         <expression value="hasValue() or (children().count() > id.count())" />
164         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
165       </constraint>
166       <isModifier value="false" />
167       <isSummary value="true" />
168       <binding>
169         <extension url="http://hl7.org/fhir/tools/StructureDefinition/binding-definition">
170           <valueString value="The type of relationship to the related artifact." />
171         </extension>
172         <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
173           <valueString value="RelatedArtifactType" />
174         </extension>
175         <strength value="required" />
176         <description value="The type of relationship to the related artifact." />
177         <valueSet value="http://hl7.org/fhir/ValueSet/related-artifact-type|5.0.0" />
178       </binding>
179     </element>
180     <element id="RelatedArtifact.classifier">
181       <path value="RelatedArtifact.classifier" />
182       <short value="Additional classifiers" />
183       <definition value="Provides additional classifiers of the related artifact." />
184       <min value="0" />
185       <max value="*" />
186       <base>
187         <path value="RelatedArtifact.classifier" />
188         <min value="0" />
189         <max value="*" />
190       </base>
191       <type>
192         <code value="CodeableConcept" />
193       </type>
194       <constraint>
195         <key value="ele-1" />
196         <severity value="error" />
197         <human value="All FHIR elements must have a @value or children" />
198         <expression value="hasValue() or (children().count() > id.count())" />
199         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
200       </constraint>
201       <isModifier value="false" />
202       <isSummary value="true" />
203       <binding>
204         <extension url="http://hl7.org/fhir/tools/StructureDefinition/binding-definition">
205           <valueString value="Additional classifiers for the related artifact." />
206         </extension>
207         <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
208           <valueString value="RelatedArtifactClassifier" />
209         </extension>
210         <strength value="example" />
211         <description value="Additional classifiers for the related artifact." />
212         <valueSet value="http://hl7.org/fhir/ValueSet/citation-artifact-classifier" />
213       </binding>
214     </element>
215     <element id="RelatedArtifact.label">
216       <path value="RelatedArtifact.label" />
217       <short value="Short label" />
218       <definition value="A short label that can be used to reference the citation from elsewhere in the containing artifact, such as a footnote index." />
219       <min value="0" />
220       <max value="1" />
221       <base>
222         <path value="RelatedArtifact.label" />
223         <min value="0" />
224         <max value="1" />
225       </base>
226       <type>
227         <code value="string" />
228       </type>
229       <constraint>
230         <key value="ele-1" />
231         <severity value="error" />
232         <human value="All FHIR elements must have a @value or children" />
233         <expression value="hasValue() or (children().count() > id.count())" />
234         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
235       </constraint>
236       <isModifier value="false" />
237       <isSummary value="true" />
238     </element>
239     <element id="RelatedArtifact.display">
240       <path value="RelatedArtifact.display" />
241       <short value="Brief description of the related artifact" />
242       <definition value="A brief description of the document or knowledge resource being referenced, suitable for display to a consumer." />
243       <min value="0" />
244       <max value="1" />
245       <base>
246         <path value="RelatedArtifact.display" />
247         <min value="0" />
248         <max value="1" />
249       </base>
250       <type>
251         <code value="string" />
252       </type>
253       <constraint>
254         <key value="ele-1" />
255         <severity value="error" />
256         <human value="All FHIR elements must have a @value or children" />
257         <expression value="hasValue() or (children().count() > id.count())" />
258         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
259       </constraint>
260       <isModifier value="false" />
261       <isSummary value="true" />
262     </element>
263     <element id="RelatedArtifact.citation">
264       <path value="RelatedArtifact.citation" />
265       <short value="Bibliographic citation for the artifact" />
266       <definition value="A bibliographic citation for the related artifact. This text SHOULD be formatted according to an accepted citation format." />
267       <comment value="Additional structured information about citations should be captured as extensions." />
268       <min value="0" />
269       <max value="1" />
270       <base>
271         <path value="RelatedArtifact.citation" />
272         <min value="0" />
273         <max value="1" />
274       </base>
275       <type>
276         <code value="markdown" />
277       </type>
278       <constraint>
279         <key value="ele-1" />
280         <severity value="error" />
281         <human value="All FHIR elements must have a @value or children" />
282         <expression value="hasValue() or (children().count() > id.count())" />
283         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
284       </constraint>
285       <isModifier value="false" />
286       <isSummary value="true" />
287     </element>
288     <element id="RelatedArtifact.document">
289       <path value="RelatedArtifact.document" />
290       <short value="What document is being referenced" />
291       <definition value="The document being referenced, represented as an attachment. This is exclusive with the resource element." />
292       <min value="0" />
293       <max value="1" />
294       <base>
295         <path value="RelatedArtifact.document" />
296         <min value="0" />
297         <max value="1" />
298       </base>
299       <type>
300         <code value="Attachment" />
301       </type>
302       <constraint>
303         <key value="ele-1" />
304         <severity value="error" />
305         <human value="All FHIR elements must have a @value or children" />
306         <expression value="hasValue() or (children().count() > id.count())" />
307         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
308       </constraint>
309       <isModifier value="false" />
310       <isSummary value="true" />
311     </element>
312     <element id="RelatedArtifact.resource">
313       <path value="RelatedArtifact.resource" />
314       <short value="What artifact is being referenced" />
315       <definition value="The related artifact, such as a library, value set, profile, or other knowledge resource." />
316       <comment value="If the type is predecessor, this is a reference to the succeeding knowledge resource. If the type is successor, this is a reference to the prior knowledge resource." />
317       <min value="0" />
318       <max value="1" />
319       <base>
320         <path value="RelatedArtifact.resource" />
321         <min value="0" />
322         <max value="1" />
323       </base>
324       <type>
325         <code value="canonical" />
326         <targetProfile value="http://hl7.org/fhir/StructureDefinition/Resource" />
327       </type>
328       <constraint>
329         <key value="ele-1" />
330         <severity value="error" />
331         <human value="All FHIR elements must have a @value or children" />
332         <expression value="hasValue() or (children().count() > id.count())" />
333         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
334       </constraint>
335       <isModifier value="false" />
336       <isSummary value="true" />
337     </element>
338     <element id="RelatedArtifact.resourceReference">
339       <path value="RelatedArtifact.resourceReference" />
340       <short value="What artifact, if not a conformance resource" />
341       <definition value="The related artifact, if the artifact is not a canonical resource, or a resource reference to a canonical resource." />
342       <comment value="If both resource and resourceReference are present, they SHOULD be consistent and reference the same resource. Although relatedArtifact is intended to support references to definitional resources, there are cases where non-definitional resources can be definitional (such as Location where the kind is mode). Related artifacts SHOULD be used to reference definitional resources, and profiles SHOULD be used to make that explicit for particular use cases." />
343       <min value="0" />
344       <max value="1" />
345       <base>
346         <path value="RelatedArtifact.resourceReference" />
347         <min value="0" />
348         <max value="1" />
349       </base>
350       <type>
351         <code value="Reference" />
352         <targetProfile value="http://hl7.org/fhir/StructureDefinition/Resource" />
353       </type>
354       <constraint>
355         <key value="ele-1" />
356         <severity value="error" />
357         <human value="All FHIR elements must have a @value or children" />
358         <expression value="hasValue() or (children().count() > id.count())" />
359         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
360       </constraint>
361       <isModifier value="false" />
362       <isSummary value="true" />
363     </element>
364     <element id="RelatedArtifact.publicationStatus">
365       <path value="RelatedArtifact.publicationStatus" />
366       <short value="draft | active | retired | unknown" />
367       <definition value="The publication status of the artifact being referred to." />
368       <min value="0" />
369       <max value="1" />
370       <base>
371         <path value="RelatedArtifact.publicationStatus" />
372         <min value="0" />
373         <max value="1" />
374       </base>
375       <type>
376         <code value="code" />
377       </type>
378       <constraint>
379         <key value="ele-1" />
380         <severity value="error" />
381         <human value="All FHIR elements must have a @value or children" />
382         <expression value="hasValue() or (children().count() > id.count())" />
383         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
384       </constraint>
385       <isModifier value="false" />
386       <isSummary value="true" />
387       <binding>
388         <extension url="http://hl7.org/fhir/tools/StructureDefinition/binding-definition">
389           <valueString value="Publication status of an artifact being referred to." />
390         </extension>
391         <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
392           <valueString value="RelatedArtifactPublicationStatus" />
393         </extension>
394         <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding">
395           <valueBoolean value="true" />
396         </extension>
397         <strength value="required" />
398         <description value="Publication status of an artifact being referred to." />
399         <valueSet value="http://hl7.org/fhir/ValueSet/publication-status|5.0.0" />
400       </binding>
401     </element>
402     <element id="RelatedArtifact.publicationDate">
403       <path value="RelatedArtifact.publicationDate" />
404       <short value="Date of publication of the artifact being referred to" />
405       <definition value="The date of publication of the artifact being referred to." />
406       <min value="0" />
407       <max value="1" />
408       <base>
409         <path value="RelatedArtifact.publicationDate" />
410         <min value="0" />
411         <max value="1" />
412       </base>
413       <type>
414         <code value="date" />
415       </type>
416       <constraint>
417         <key value="ele-1" />
418         <severity value="error" />
419         <human value="All FHIR elements must have a @value or children" />
420         <expression value="hasValue() or (children().count() > id.count())" />
421         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
422       </constraint>
423       <isModifier value="false" />
424       <isSummary value="true" />
425     </element>
426   </snapshot>
427   <differential>
428     <element id="RelatedArtifact">
429       <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
430         <valueCode value="trial-use" />
431       </extension>
432       <path value="RelatedArtifact" />
433       <short value="Related artifacts for a knowledge resource" />
434       <definition value="Related artifacts such as additional documentation, justification, or bibliographic references." />
435       <comment value="Each related artifact is either an attachment, or a reference to another knowledge resource, but not both." />
436       <min value="0" />
437       <max value="*" />
438     </element>
439     <element id="RelatedArtifact.type">
440       <path value="RelatedArtifact.type" />
441       <short value="documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | documents | specification-of | created-with | cite-as" />
442       <definition value="The type of relationship to the related artifact." />
443       <comment value="The presence of both sides of a relationship type (e.g. successor and predecessor) is required to support use cases where one side of a relationship is not represented in FHIR. However, this feature SHALL NOT be used to create bi-directional resource links in FHIR instances. Specifically, following the methodology of "new points to old" and "many points to one", when using related artifact elements to describe and reference FHIR resources, the type element SHALL be drawn from the fhir-related-artifact-type ValueSet." />
444       <min value="1" />
445       <max value="1" />
446       <type>
447         <code value="code" />
448       </type>
449       <isSummary value="true" />
450       <binding>
451         <extension url="http://hl7.org/fhir/tools/StructureDefinition/binding-definition">
452           <valueString value="The type of relationship to the related artifact." />
453         </extension>
454         <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
455           <valueString value="RelatedArtifactType" />
456         </extension>
457         <strength value="required" />
458         <description value="The type of relationship to the related artifact." />
459         <valueSet value="http://hl7.org/fhir/ValueSet/related-artifact-type|5.0.0" />
460       </binding>
461     </element>
462     <element id="RelatedArtifact.classifier">
463       <path value="RelatedArtifact.classifier" />
464       <short value="Additional classifiers" />
465       <definition value="Provides additional classifiers of the related artifact." />
466       <min value="0" />
467       <max value="*" />
468       <type>
469         <code value="CodeableConcept" />
470       </type>
471       <isSummary value="true" />
472       <binding>
473         <extension url="http://hl7.org/fhir/tools/StructureDefinition/binding-definition">
474           <valueString value="Additional classifiers for the related artifact." />
475         </extension>
476         <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
477           <valueString value="RelatedArtifactClassifier" />
478         </extension>
479         <strength value="example" />
480         <description value="Additional classifiers for the related artifact." />
481         <valueSet value="http://hl7.org/fhir/ValueSet/citation-artifact-classifier" />
482       </binding>
483     </element>
484     <element id="RelatedArtifact.label">
485       <path value="RelatedArtifact.label" />
486       <short value="Short label" />
487       <definition value="A short label that can be used to reference the citation from elsewhere in the containing artifact, such as a footnote index." />
488       <min value="0" />
489       <max value="1" />
490       <type>
491         <code value="string" />
492       </type>
493       <isSummary value="true" />
494     </element>
495     <element id="RelatedArtifact.display">
496       <path value="RelatedArtifact.display" />
497       <short value="Brief description of the related artifact" />
498       <definition value="A brief description of the document or knowledge resource being referenced, suitable for display to a consumer." />
499       <min value="0" />
500       <max value="1" />
501       <type>
502         <code value="string" />
503       </type>
504       <isSummary value="true" />
505     </element>
506     <element id="RelatedArtifact.citation">
507       <path value="RelatedArtifact.citation" />
508       <short value="Bibliographic citation for the artifact" />
509       <definition value="A bibliographic citation for the related artifact. This text SHOULD be formatted according to an accepted citation format." />
510       <comment value="Additional structured information about citations should be captured as extensions." />
511       <min value="0" />
512       <max value="1" />
513       <type>
514         <code value="markdown" />
515       </type>
516       <isSummary value="true" />
517     </element>
518     <element id="RelatedArtifact.document">
519       <path value="RelatedArtifact.document" />
520       <short value="What document is being referenced" />
521       <definition value="The document being referenced, represented as an attachment. This is exclusive with the resource element." />
522       <min value="0" />
523       <max value="1" />
524       <type>
525         <code value="Attachment" />
526       </type>
527       <isSummary value="true" />
528     </element>
529     <element id="RelatedArtifact.resource">
530       <path value="RelatedArtifact.resource" />
531       <short value="What artifact is being referenced" />
532       <definition value="The related artifact, such as a library, value set, profile, or other knowledge resource." />
533       <comment value="If the type is predecessor, this is a reference to the succeeding knowledge resource. If the type is successor, this is a reference to the prior knowledge resource." />
534       <min value="0" />
535       <max value="1" />
536       <type>
537         <code value="canonical" />
538         <targetProfile value="http://hl7.org/fhir/StructureDefinition/Resource" />
539       </type>
540       <isSummary value="true" />
541     </element>
542     <element id="RelatedArtifact.resourceReference">
543       <path value="RelatedArtifact.resourceReference" />
544       <short value="What artifact, if not a conformance resource" />
545       <definition value="The related artifact, if the artifact is not a canonical resource, or a resource reference to a canonical resource." />
546       <comment value="If both resource and resourceReference are present, they SHOULD be consistent and reference the same resource. Although relatedArtifact is intended to support references to definitional resources, there are cases where non-definitional resources can be definitional (such as Location where the kind is mode). Related artifacts SHOULD be used to reference definitional resources, and profiles SHOULD be used to make that explicit for particular use cases." />
547       <min value="0" />
548       <max value="1" />
549       <type>
550         <code value="Reference" />
551         <targetProfile value="http://hl7.org/fhir/StructureDefinition/Resource" />
552       </type>
553       <isSummary value="true" />
554     </element>
555     <element id="RelatedArtifact.publicationStatus">
556       <path value="RelatedArtifact.publicationStatus" />
557       <short value="draft | active | retired | unknown" />
558       <definition value="The publication status of the artifact being referred to." />
559       <min value="0" />
560       <max value="1" />
561       <type>
562         <code value="code" />
563       </type>
564       <isSummary value="true" />
565       <binding>
566         <extension url="http://hl7.org/fhir/tools/StructureDefinition/binding-definition">
567           <valueString value="Publication status of an artifact being referred to." />
568         </extension>
569         <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
570           <valueString value="RelatedArtifactPublicationStatus" />
571         </extension>
572         <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding">
573           <valueBoolean value="true" />
574         </extension>
575         <strength value="required" />
576         <description value="Publication status of an artifact being referred to." />
577         <valueSet value="http://hl7.org/fhir/ValueSet/publication-status|5.0.0" />
578       </binding>
579     </element>
580     <element id="RelatedArtifact.publicationDate">
581       <path value="RelatedArtifact.publicationDate" />
582       <short value="Date of publication of the artifact being referred to" />
583       <definition value="The date of publication of the artifact being referred to." />
584       <min value="0" />
585       <max value="1" />
586       <type>
587         <code value="date" />
588       </type>
589       <isSummary value="true" />
590     </element>
591   </differential>
592 </StructureDefinition>