:py:mod:`spark_auto_mapper_fhir.value_sets.request_intent` ========================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.request_intent Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.request_intent.RequestIntentCode spark_auto_mapper_fhir.value_sets.request_intent.RequestIntentCodeValues .. py:class:: RequestIntentCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` RequestIntent From: http://hl7.org/fhir/request-intent in valuesets.xml Codes indicating the degree of authority/intentionality associated with a request. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/request-intent .. py:class:: RequestIntentCodeValues The request is a suggestion made by someone/something that does not have an intention to ensure it occurs and without providing an authorization to act. From: http://hl7.org/fhir/request-intent in valuesets.xml .. py:attribute:: Proposal The request represents an intention to ensure something occurs without providing an authorization for others to act. From: http://hl7.org/fhir/request-intent in valuesets.xml .. py:attribute:: Plan The request represents a legally binding instruction authored by a Patient or RelatedPerson. From: http://hl7.org/fhir/request-intent in valuesets.xml .. py:attribute:: Directive The request represents a request/demand and authorization for action by a Practitioner. From: http://hl7.org/fhir/request-intent in valuesets.xml .. py:attribute:: Order The request represents a component or option for a RequestGroup that establishes timing, conditionality and/or other constraints among a set of requests. Refer to [[[RequestGroup]]] for additional information on how this status is used. From: http://hl7.org/fhir/request-intent in valuesets.xml .. py:attribute:: Option