RelatedArtifactCreateInput
No description
input RelatedArtifactCreateInput {
type: String!
label: String
display: String
citation: String
url: Uri
document: AttachmentCreateInput
resource: Uri
extension: [FhirExtensionCreateInput!]
id: String
}
Fields
RelatedArtifactCreateInput.type ● String! non-null scalar
The type of relationship to the related artifact.
RelatedArtifactCreateInput.label ● String scalar
A short label that can be used to reference the citation from elsewhere in the containing artifact, such as a footnote index.
RelatedArtifactCreateInput.display ● String scalar
A brief description of the document or knowledge resource being referenced, suitable for display to a consumer.
RelatedArtifactCreateInput.citation ● String scalar
A bibliographic citation for the related artifact. This text SHOULD be formatted according to an accepted citation format.
RelatedArtifactCreateInput.url ● Uri scalar
A url for the artifact that can be followed to access the actual content.
RelatedArtifactCreateInput.document ● AttachmentCreateInput input
The document being referenced, represented as an attachment. This is exclusive with the resource element.
RelatedArtifactCreateInput.resource ● Uri scalar
The related resource, such as a library, value set, profile, or other knowledge resource.
RelatedArtifactCreateInput.extension ● [FhirExtensionCreateInput!] list input
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.
RelatedArtifactCreateInput.id ● String scalar
null
Member Of
ActivityDefinitionCreateInput input ● ElementDefinitionCreateInput input ● ElementDefinitionExampleCreateInput input ● EventDefinitionCreateInput input ● EvidenceReportCreateInput input ● FhirExtensionCreateInput input ● LibraryCreateInput input ● MeasureCreateInput input ● PlanDefinitionActionCreateInput input ● PlanDefinitionCreateInput input ● PlanDefinitionGoalCreateInput input ● RequestGroupActionCreateInput input ● ResearchDefinitionCreateInput input ● ResearchElementDefinitionCreateInput input ● ResearchStudyCreateInput input ● StructureMapSourceCreateInput input ● TaskInputCreateInput input ● TaskOutputCreateInput input