STU 3 Ballot

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

14.10.0 RelatedResource

Clinical Decision Support Work GroupMaturity Level: N/ABallot Status: STU 3

The RelatedResource structure defines resources related to a module such as previous and next versions of documents, documentation, citations, etc. Note that the name resource here is being used in a more general sense than the FHIR-specific Resource. The related resource may be a FHIR resource, or it may be another type of resource, represented using the Attachment data type.

14.10.0.1 Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. RelatedResource ΣElementRelated resources for the module
... type Σ1..1codedocumentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of
RelatedResourceType (Required)
... display Σ0..1stringBrief description of the related resource
... citation Σ0..1stringBibliographic citation for the resource
... url Σ0..1uriUrl for the related resource
... document Σ0..1AttachmentThe related document
... resource Σ0..1Reference(Any)The related resource

doco Documentation for this format

XML Template

<[name] xmlns="http://hl7.org/fhir"> doco
 <!-- from Element: extension -->
 <type value="[code]"/><!-- 1..1 documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of -->
 <display value="[string]"/><!-- 0..1 Brief description of the related resource -->
 <citation value="[string]"/><!-- 0..1 Bibliographic citation for the resource -->
 <url value="[uri]"/><!-- 0..1 Url for the related resource -->
 <document><!-- 0..1 Attachment The related document --></document>
 <resource><!-- 0..1 Reference(Any) The related resource --></resource>
</[name]>

Turtle Template


@prefix fhir: <http://hl7.org/fhir/> .

[
 # from Element: Element.extension
  fhir:RelatedResource.type [ code ]; # 1..1 documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of
  fhir:RelatedResource.display [ string ]; # 0..1 Brief description of the related resource
  fhir:RelatedResource.citation [ string ]; # 0..1 Bibliographic citation for the resource
  fhir:RelatedResource.url [ uri ]; # 0..1 Url for the related resource
  fhir:RelatedResource.document [ Attachment ]; # 0..1 The related document
  fhir:RelatedResource.resource [ Reference(Any) ]; # 0..1 The related resource
]

Changes since DSTU2



This complex-type did not exist in Release 2

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. RelatedResource ΣElementRelated resources for the module
... type Σ1..1codedocumentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of
RelatedResourceType (Required)
... display Σ0..1stringBrief description of the related resource
... citation Σ0..1stringBibliographic citation for the resource
... url Σ0..1uriUrl for the related resource
... document Σ0..1AttachmentThe related document
... resource Σ0..1Reference(Any)The related resource

doco Documentation for this format

XML Template

<[name] xmlns="http://hl7.org/fhir"> doco
 <!-- from Element: extension -->
 <type value="[code]"/><!-- 1..1 documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of -->
 <display value="[string]"/><!-- 0..1 Brief description of the related resource -->
 <citation value="[string]"/><!-- 0..1 Bibliographic citation for the resource -->
 <url value="[uri]"/><!-- 0..1 Url for the related resource -->
 <document><!-- 0..1 Attachment The related document --></document>
 <resource><!-- 0..1 Reference(Any) The related resource --></resource>
</[name]>

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .

[
 # from Element: Element.extension
  fhir:RelatedResource.type [ code ]; # 1..1 documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of
  fhir:RelatedResource.display [ string ]; # 0..1 Brief description of the related resource
  fhir:RelatedResource.citation [ string ]; # 0..1 Bibliographic citation for the resource
  fhir:RelatedResource.url [ uri ]; # 0..1 Url for the related resource
  fhir:RelatedResource.document [ Attachment ]; # 0..1 The related document
  fhir:RelatedResource.resource [ Reference(Any) ]; # 0..1 The related resource
]

Changes since DSTU2

This complex-type did not exist in Release 2

Constraints

RelatedResource is used in the following places: ActivityDefinition, DecisionSupportServiceModule, GuidanceResponse, Library, Measure and PlanDefinition

14.10.0.2 Interpretation of RelatedResource in different contexts