spark_auto_mapper_fhir.value_sets.constraint_severity

Module Contents

Classes

ConstraintSeverityCode

ConstraintSeverity

ConstraintSeverityCodeValues

If the constraint is violated, the resource is not conformant.

class spark_auto_mapper_fhir.value_sets.constraint_severity.ConstraintSeverityCode(value)

Bases: spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode

ConstraintSeverity From: http://hl7.org/fhir/constraint-severity in valuesets.xml

SHALL applications comply with this constraint?

Parameters

value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –

codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/constraint-severity
class spark_auto_mapper_fhir.value_sets.constraint_severity.ConstraintSeverityCodeValues

If the constraint is violated, the resource is not conformant. From: http://hl7.org/fhir/constraint-severity in valuesets.xml

Error

If the constraint is violated, the resource is conformant, but it is not necessarily following best practice. From: http://hl7.org/fhir/constraint-severity in valuesets.xml

Warning