spark_auto_mapper_fhir.value_sets.test_report_result
¶
Module Contents¶
Classes¶
TestReportResult |
|
All test operations successfully passed all asserts. |
- class spark_auto_mapper_fhir.value_sets.test_report_result.TestReportResultCode(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
TestReportResult From: http://hl7.org/fhir/report-result-codes in valuesets.xml
The reported execution result.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/report-result-codes¶
- class spark_auto_mapper_fhir.value_sets.test_report_result.TestReportResultCodeValues¶
All test operations successfully passed all asserts. From: http://hl7.org/fhir/report-result-codes in valuesets.xml
- Pass¶
One or more test operations failed one or more asserts. From: http://hl7.org/fhir/report-result-codes in valuesets.xml
- Fail¶
One or more test operations is pending execution completion. From: http://hl7.org/fhir/report-result-codes in valuesets.xml
- Pending¶