Skip to main content

FhirExpressionCreateInput

No description

input FhirExpressionCreateInput {
description: String
name: String
language: String!
expression: String
reference: Uri
extension: [FhirExtensionCreateInput!]
id: String
}

Fields

FhirExpressionCreateInput.description ● String scalar

A brief, natural language description of the condition that effectively communicates the intended semantics.

FhirExpressionCreateInput.name ● String scalar

A short name assigned to the expression to allow for multiple reuse of the expression in the context where it is defined.

FhirExpressionCreateInput.language ● String! non-null scalar

The media type of the language for the expression.

FhirExpressionCreateInput.expression ● String scalar

An expression in the specified language that returns a value.

FhirExpressionCreateInput.reference ● Uri scalar

A URI that defines where the expression is found.

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

FhirExpressionCreateInput.id ● String scalar

null

Member Of

ActivityDefinitionDynamicValueCreateInput input ● ElementDefinitionCreateInput input ● ElementDefinitionExampleCreateInput input ● FhirExtensionCreateInput input ● MeasureComponentCreateInput input ● MeasurePopulationCreateInput input ● MeasureStratifierCreateInput input ● MeasureSupplementalDataCreateInput input ● PlanDefinitionConditionCreateInput input ● PlanDefinitionDynamicValueCreateInput input ● RequestGroupConditionCreateInput input ● ResearchElementDefinitionCharacteristicCreateInput input ● StructureMapSourceCreateInput input ● TaskInputCreateInput input ● TaskOutputCreateInput input ● TriggerDefinitionCreateInput input