spark_auto_mapper_fhir.backbone_elements.research_element_definition_characteristic
¶
Module Contents¶
Classes¶
ResearchElementDefinition.Characteristic |
- class spark_auto_mapper_fhir.backbone_elements.research_element_definition_characteristic.ResearchElementDefinitionCharacteristic(*, id_=None, extension=None, modifierExtension=None, definitionCodeableConcept=None, definitionCanonical=None, definitionExpression=None, definitionDataRequirement=None, usageContext=None, exclude=None, unitOfMeasure=None, studyEffectiveDescription=None, studyEffectiveDateTime=None, studyEffectivePeriod=None, studyEffectiveDuration=None, studyEffectiveTiming=None, studyEffectiveTimeFromStart=None, studyEffectiveGroupMeasure=None, participantEffectiveDescription=None, participantEffectiveDateTime=None, participantEffectivePeriod=None, participantEffectiveDuration=None, participantEffectiveTiming=None, participantEffectiveTimeFromStart=None, participantEffectiveGroupMeasure=None)¶
Bases:
spark_auto_mapper_fhir.base_types.fhir_backbone_element_base.FhirBackboneElementBase
- ResearchElementDefinition.Characteristic
The ResearchElementDefinition resource describes a “PICO” element that knowledge (evidence, assertion, recommendation) is about.
The ResearchElementDefinition resource describes a “PICO” element that
knowledge (evidence, assertion, recommendation) is about.
- param id_
None
- param extension
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.
- param modifierExtension
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).
- param definitionCodeableConcept
None
- param definitionCanonical
None
- param definitionExpression
None
- param definitionDataRequirement
None
- param usageContext
Use UsageContext to define the members of the population, such as Age Ranges,
- Genders, Settings.
- param exclude
When true, members with this characteristic are excluded from the element.
- param unitOfMeasure
Specifies the UCUM unit for the outcome.
- param studyEffectiveDescription
A narrative description of the time period the study covers.
- param studyEffectiveDateTime
None
- param studyEffectivePeriod
None
- param studyEffectiveDuration
None
- param studyEffectiveTiming
None
- param studyEffectiveTimeFromStart
Indicates duration from the study initiation.
- param studyEffectiveGroupMeasure
Indicates how elements are aggregated within the study effective period.
- param participantEffectiveDescription
A narrative description of the time period the study covers.
- param participantEffectiveDateTime
None
- param participantEffectivePeriod
None
- param participantEffectiveDuration
None
- param participantEffectiveTiming
None
- param participantEffectiveTimeFromStart
Indicates duration from the participant’s study entry.
- param participantEffectiveGroupMeasure
Indicates how elements are aggregated within the study effective period.
- Parameters
id_ (Optional[spark_auto_mapper_fhir.fhir_types.string.FhirString]) –
extension (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.extensions.extension_base.ExtensionBase]]) –
modifierExtension (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.extensions.extension_base.ExtensionBase]]) –
definitionCodeableConcept (Optional[spark_auto_mapper_fhir.complex_types.codeable_concept.CodeableConcept[spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode]]) –
definitionCanonical (Optional[spark_auto_mapper_fhir.fhir_types.canonical.FhirCanonical]) –
definitionExpression (Optional[spark_auto_mapper_fhir.complex_types.expression.Expression]) –
definitionDataRequirement (Optional[spark_auto_mapper_fhir.complex_types.data_requirement.DataRequirement]) –
usageContext (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.complex_types.usage_context.UsageContext]]) –
exclude (Optional[spark_auto_mapper_fhir.fhir_types.boolean.FhirBoolean]) –
unitOfMeasure (Optional[spark_auto_mapper_fhir.complex_types.codeable_concept.CodeableConcept[spark_auto_mapper_fhir.value_sets.ucum_codes.UCUMCodesCode]]) –
studyEffectiveDescription (Optional[spark_auto_mapper_fhir.fhir_types.string.FhirString]) –
studyEffectiveDateTime (Optional[spark_auto_mapper_fhir.fhir_types.date_time.FhirDateTime]) –
studyEffectivePeriod (Optional[spark_auto_mapper_fhir.complex_types.period.Period]) –
studyEffectiveDuration (Optional[spark_auto_mapper_fhir.complex_types.duration.Duration]) –
studyEffectiveTiming (Optional[spark_auto_mapper_fhir.backbone_elements.timing.Timing]) –
studyEffectiveTimeFromStart (Optional[spark_auto_mapper_fhir.complex_types.duration.Duration]) –
studyEffectiveGroupMeasure (Optional[spark_auto_mapper_fhir.value_sets.group_measure.GroupMeasureCode]) –
participantEffectiveDescription (Optional[spark_auto_mapper_fhir.fhir_types.string.FhirString]) –
participantEffectiveDateTime (Optional[spark_auto_mapper_fhir.fhir_types.date_time.FhirDateTime]) –
participantEffectivePeriod (Optional[spark_auto_mapper_fhir.complex_types.period.Period]) –
participantEffectiveDuration (Optional[spark_auto_mapper_fhir.complex_types.duration.Duration]) –
participantEffectiveTiming (Optional[spark_auto_mapper_fhir.backbone_elements.timing.Timing]) –
participantEffectiveTimeFromStart (Optional[spark_auto_mapper_fhir.complex_types.duration.Duration]) –
participantEffectiveGroupMeasure (Optional[spark_auto_mapper_fhir.value_sets.group_measure.GroupMeasureCode]) –