Skip to main content

SubstanceDefinitionNameCreateInput

No description

input SubstanceDefinitionNameCreateInput {
name: String!
type: CodeableConceptCreateInput
status: CodeableConceptCreateInput
preferred: Boolean
language: [CodeableConceptCreateInput!]
domain: [CodeableConceptCreateInput!]
jurisdiction: [CodeableConceptCreateInput!]
synonym: [SubstanceDefinitionNameCreateInput!]
translation: [SubstanceDefinitionNameCreateInput!]
official: [SubstanceDefinitionOfficialCreateInput!]
source: [ReferenceCreateInput!]
modifierExtension: [FhirExtensionCreateInput!]
extension: [FhirExtensionCreateInput!]
id: String
}

Fields

SubstanceDefinitionNameCreateInput.name ● String! non-null scalar

The actual name.

SubstanceDefinitionNameCreateInput.type ● CodeableConceptCreateInput input

Name type, for example systematic , scientific, brand .

SubstanceDefinitionNameCreateInput.status ● CodeableConceptCreateInput input

The status of the name, for example current , proposed .

SubstanceDefinitionNameCreateInput.preferred ● Boolean scalar

If this is the preferred name for this substance.

SubstanceDefinitionNameCreateInput.language ● [CodeableConceptCreateInput!] list input

Human language that the name is written in.

SubstanceDefinitionNameCreateInput.domain ● [CodeableConceptCreateInput!] list input

The use context of this name for example if there is a different name a drug active ingredient as opposed to a food colour additive.

SubstanceDefinitionNameCreateInput.jurisdiction ● [CodeableConceptCreateInput!] list input

The jurisdiction where this name applies.

SubstanceDefinitionNameCreateInput.synonym ● [SubstanceDefinitionNameCreateInput!] list input

A synonym of this particular name, by which the substance is also known.

SubstanceDefinitionNameCreateInput.translation ● [SubstanceDefinitionNameCreateInput!] list input

A translation for this name into another human language.

SubstanceDefinitionNameCreateInput.official ● [SubstanceDefinitionOfficialCreateInput!] list input

Details of the official nature of this name.

SubstanceDefinitionNameCreateInput.source ● [ReferenceCreateInput!] list input

Supporting literature.

SubstanceDefinitionNameCreateInput.modifierExtension ● [FhirExtensionCreateInput!] list input

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).

SubstanceDefinitionNameCreateInput.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.

SubstanceDefinitionNameCreateInput.id ● String scalar

null

Member Of

SubstanceDefinitionCreateInput input ● SubstanceDefinitionNameCreateInput input