:py:mod:`spark_auto_mapper_fhir.value_sets.constraint_severity` =============================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.constraint_severity Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.constraint_severity.ConstraintSeverityCode spark_auto_mapper_fhir.value_sets.constraint_severity.ConstraintSeverityCodeValues .. py:class:: ConstraintSeverityCode(value) Bases: :py:obj:`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? .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/constraint-severity .. py:class:: ConstraintSeverityCodeValues If the constraint is violated, the resource is not conformant. From: http://hl7.org/fhir/constraint-severity in valuesets.xml .. py:attribute:: 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 .. py:attribute:: Warning