spark_auto_mapper_fhir.value_sets.relationship_conjunction
¶
Module Contents¶
Classes¶
v3.RelationshipConjunction |
|
This condition must be true. |
- class spark_auto_mapper_fhir.value_sets.relationship_conjunction.RelationshipConjunction(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
v3.RelationshipConjunction From: http://terminology.hl7.org/ValueSet/v3-RelationshipConjunction in v3-codesystems.xml
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-RelationshipConjunction¶
- class spark_auto_mapper_fhir.value_sets.relationship_conjunction.RelationshipConjunctionValues¶
This condition must be true. From: http://terminology.hl7.org/CodeSystem/v3-RelationshipConjunction in v3-codesystems.xml
- And¶
At least one of the condition among all OR conditions must be true. From: http://terminology.hl7.org/CodeSystem/v3-RelationshipConjunction in v3-codesystems.xml
- Or¶
One and only one of the XOR conditions must be true. From: http://terminology.hl7.org/CodeSystem/v3-RelationshipConjunction in v3-codesystems.xml
- ExclusiveOr¶