:py:mod:`spark_auto_mapper_fhir.value_sets.request_priority` ============================================================ .. py:module:: spark_auto_mapper_fhir.value_sets.request_priority Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.request_priority.RequestPriorityCode spark_auto_mapper_fhir.value_sets.request_priority.RequestPriorityCodeValues .. py:class:: RequestPriorityCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` RequestPriority From: http://hl7.org/fhir/request-priority in valuesets.xml Identifies the level of importance to be assigned to actioning the request. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/request-priority .. py:class:: RequestPriorityCodeValues The request has normal priority. From: http://hl7.org/fhir/request-priority in valuesets.xml .. py:attribute:: Routine The request should be actioned promptly - higher priority than routine. From: http://hl7.org/fhir/request-priority in valuesets.xml .. py:attribute:: Urgent The request should be actioned as soon as possible - higher priority than urgent. From: http://hl7.org/fhir/request-priority in valuesets.xml .. py:attribute:: ASAP The request should be actioned immediately - highest possible priority. E.g. an emergency. From: http://hl7.org/fhir/request-priority in valuesets.xml .. py:attribute:: STAT