spark_auto_mapper_fhir.value_sets.endpoint_status

Module Contents

Classes

EndpointStatusCode

EndpointStatus

EndpointStatusCodeValues

This endpoint is expected to be active and can be used.

class spark_auto_mapper_fhir.value_sets.endpoint_status.EndpointStatusCode(value)

Bases: spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode

EndpointStatus From: http://hl7.org/fhir/endpoint-status in valuesets.xml

The status of the endpoint.

Parameters

value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –

codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/endpoint-status
class spark_auto_mapper_fhir.value_sets.endpoint_status.EndpointStatusCodeValues

This endpoint is expected to be active and can be used. From: http://hl7.org/fhir/endpoint-status in valuesets.xml

Active

This endpoint is temporarily unavailable. From: http://hl7.org/fhir/endpoint-status in valuesets.xml

Suspended

This endpoint has exceeded connectivity thresholds and is considered in an error state and should no longer be attempted to connect to until corrective action is taken. From: http://hl7.org/fhir/endpoint-status in valuesets.xml

Error

This endpoint is no longer to be used. From: http://hl7.org/fhir/endpoint-status in valuesets.xml

Off

This instance should not have been part of this patient’s medical record. From: http://hl7.org/fhir/endpoint-status in valuesets.xml

EnteredInError

This endpoint is not intended for production usage. From: http://hl7.org/fhir/endpoint-status in valuesets.xml

Test