spark_auto_mapper_fhir.value_sets.guidance_response_status
¶
Module Contents¶
Classes¶
GuidanceResponseStatus |
|
The request was processed successfully. |
- class spark_auto_mapper_fhir.value_sets.guidance_response_status.GuidanceResponseStatusCode(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
GuidanceResponseStatus From: http://hl7.org/fhir/guidance-response-status in valuesets.xml
The status of a guidance response.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/guidance-response-status¶
- class spark_auto_mapper_fhir.value_sets.guidance_response_status.GuidanceResponseStatusCodeValues¶
The request was processed successfully. From: http://hl7.org/fhir/guidance-response-status in valuesets.xml
- Success¶
The request was processed successfully, but more data may result in a more complete evaluation. From: http://hl7.org/fhir/guidance-response-status in valuesets.xml
- DataRequested¶
The request was processed, but more data is required to complete the evaluation. From: http://hl7.org/fhir/guidance-response-status in valuesets.xml
- DataRequired¶
The request is currently being processed. From: http://hl7.org/fhir/guidance-response-status in valuesets.xml
- InProgress¶
The request was not processed successfully. From: http://hl7.org/fhir/guidance-response-status in valuesets.xml
- Failure¶
The response was entered in error. From: http://hl7.org/fhir/guidance-response-status in valuesets.xml
- EnteredInError¶