spark_auto_mapper_fhir.value_sets.task_intent

Module Contents

Classes

TaskIntentCode

TaskIntent

TaskIntentCodeValues

The intent is not known. When dealing with Task, it’s not always known (or

class spark_auto_mapper_fhir.value_sets.task_intent.TaskIntentCode(value)

Bases: spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode

TaskIntent From: http://hl7.org/fhir/task-intent in valuesets.xml

Distinguishes whether the task is a proposal, plan or full order.

Parameters

value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –

codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/task-intent
class spark_auto_mapper_fhir.value_sets.task_intent.TaskIntentCodeValues

The intent is not known. When dealing with Task, it’s not always known (or relevant) how the task was initiated - i.e. whether it was proposed, planned, ordered or just done spontaneously. From: http://hl7.org/fhir/task-intent in valuesets.xml

Unknown