spark_auto_mapper_fhir.value_sets.issue_severity
¶
Module Contents¶
Classes¶
IssueSeverity |
|
The issue caused the action to fail and no further checking could be |
- class spark_auto_mapper_fhir.value_sets.issue_severity.IssueSeverityCode(value)¶
Bases:
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.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/issue-severity¶
- class spark_auto_mapper_fhir.value_sets.issue_severity.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
- Fatal¶
The issue is sufficiently important to cause the action to fail. From: http://hl7.org/fhir/issue-severity in valuesets.xml
- 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
- Warning¶
The issue has no relation to the degree of success of the action. From: http://hl7.org/fhir/issue-severity in valuesets.xml
- Information¶