GroupCharacteristicCreateInput
No description
input GroupCharacteristicCreateInput {
code: CodeableConceptCreateInput!
valueCodeableConcept: CodeableConceptCreateInput
valueBoolean: Boolean
valueQuantity: QuantityCreateInput
valueRange: RangeCreateInput
valueReference: ReferenceCreateInput
exclude: Boolean!
period: PeriodCreateInput
modifierExtension: [FhirExtensionCreateInput!]
extension: [FhirExtensionCreateInput!]
id: String
}
Fields
GroupCharacteristicCreateInput.code ● CodeableConceptCreateInput! non-null input
A code that identifies the kind of trait being asserted.
GroupCharacteristicCreateInput.valueCodeableConcept ● CodeableConceptCreateInput input
The value of the trait that holds (or does not hold - see exclude ) for members of the group. (choose any one of value*, but only one)
GroupCharacteristicCreateInput.valueBoolean ● Boolean scalar
The value of the trait that holds (or does not hold - see exclude ) for members of the group. (choose any one of value*, but only one)
GroupCharacteristicCreateInput.valueQuantity ● QuantityCreateInput input
The value of the trait that holds (or does not hold - see exclude ) for members of the group. (choose any one of value*, but only one)
GroupCharacteristicCreateInput.valueRange ● RangeCreateInput input
The value of the trait that holds (or does not hold - see exclude ) for members of the group. (choose any one of value*, but only one)
GroupCharacteristicCreateInput.valueReference ● ReferenceCreateInput input
The value of the trait that holds (or does not hold - see exclude ) for members of the group. (choose any one of value*, but only one)
GroupCharacteristicCreateInput.exclude ● Boolean! non-null scalar
If true, indicates the characteristic is one that is NOT held by members of the group.
GroupCharacteristicCreateInput.period ● PeriodCreateInput input
The period over which the characteristic is tested; e.g. the patient had an operation during the month of June.
GroupCharacteristicCreateInput.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).
GroupCharacteristicCreateInput.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.
GroupCharacteristicCreateInput.id ● String scalar
null
Member Of
FhirGroupCreateInput input