spark_auto_mapper_fhir.value_sets.request_priority
¶
Module Contents¶
Classes¶
RequestPriority |
|
The request has normal priority. |
- class spark_auto_mapper_fhir.value_sets.request_priority.RequestPriorityCode(value)¶
Bases:
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.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/request-priority¶
- class spark_auto_mapper_fhir.value_sets.request_priority.RequestPriorityCodeValues¶
The request has normal priority. From: http://hl7.org/fhir/request-priority in valuesets.xml
- Routine¶
The request should be actioned promptly - higher priority than routine. From: http://hl7.org/fhir/request-priority in valuesets.xml
- Urgent¶
The request should be actioned as soon as possible - higher priority than urgent. From: http://hl7.org/fhir/request-priority in valuesets.xml
- ASAP¶
The request should be actioned immediately - highest possible priority. E.g. an emergency. From: http://hl7.org/fhir/request-priority in valuesets.xml
- STAT¶