ContributorCreateInput
No description
input ContributorCreateInput {
type: String!
name: String!
contact: [ContactDetailCreateInput!]
extension: [FhirExtensionCreateInput!]
id: String
}
Fields
ContributorCreateInput.type ● String! non-null scalar
The type of contributor.
ContributorCreateInput.name ● String! non-null scalar
The name of the individual or organization responsible for the contribution.
ContributorCreateInput.contact ● [ContactDetailCreateInput!] list input
Contact details to assist a user in finding and communicating with the contributor.
ContributorCreateInput.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.
ContributorCreateInput.id ● String scalar
null
Member Of
ElementDefinitionCreateInput input ● ElementDefinitionExampleCreateInput input ● FhirExtensionCreateInput input ● StructureMapSourceCreateInput input ● TaskInputCreateInput input ● TaskOutputCreateInput input