:py:mod:`spark_auto_mapper_fhir.value_sets.task_intent` ======================================================= .. py:module:: spark_auto_mapper_fhir.value_sets.task_intent Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.task_intent.TaskIntentCode spark_auto_mapper_fhir.value_sets.task_intent.TaskIntentCodeValues .. py:class:: TaskIntentCode(value) Bases: :py:obj:`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. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/task-intent .. py:class:: 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 .. py:attribute:: Unknown