:py:mod:`spark_auto_mapper_fhir.value_sets.issue_severity` ========================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.issue_severity Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.issue_severity.IssueSeverityCode spark_auto_mapper_fhir.value_sets.issue_severity.IssueSeverityCodeValues .. py:class:: IssueSeverityCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` IssueSeverity From: http://hl7.org/fhir/issue-severity in valuesets.xml How the issue affects the success of the action. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/issue-severity .. py:class:: IssueSeverityCodeValues The issue caused the action to fail and no further checking could be performed. From: http://hl7.org/fhir/issue-severity in valuesets.xml .. py:attribute:: Fatal The issue is sufficiently important to cause the action to fail. From: http://hl7.org/fhir/issue-severity in valuesets.xml .. py:attribute:: Error The issue is not important enough to cause the action to fail but may cause it to be performed suboptimally or in a way that is not as desired. From: http://hl7.org/fhir/issue-severity in valuesets.xml .. py:attribute:: Warning The issue has no relation to the degree of success of the action. From: http://hl7.org/fhir/issue-severity in valuesets.xml .. py:attribute:: Information