spark_auto_mapper_fhir.value_sets.test_report_action_result

Module Contents

Classes

TestReportActionResultCode

TestReportActionResult

TestReportActionResultCodeValues

The action was successful.

class spark_auto_mapper_fhir.value_sets.test_report_action_result.TestReportActionResultCode(value)

Bases: spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode

TestReportActionResult From: http://hl7.org/fhir/report-action-result-codes in valuesets.xml

The results of executing an action.

Parameters

value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –

codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/report-action-result-codes
class spark_auto_mapper_fhir.value_sets.test_report_action_result.TestReportActionResultCodeValues

The action was successful. From: http://hl7.org/fhir/report-action-result-codes in valuesets.xml

Pass

The action was skipped. From: http://hl7.org/fhir/report-action-result-codes in valuesets.xml

Skip

The action failed. From: http://hl7.org/fhir/report-action-result-codes in valuesets.xml

Fail

The action passed but with warnings. From: http://hl7.org/fhir/report-action-result-codes in valuesets.xml

Warning

The action encountered a fatal error and the engine was unable to process. From: http://hl7.org/fhir/report-action-result-codes in valuesets.xml

Error