spark_auto_mapper_fhir.value_sets.communication_category
¶
Module Contents¶
Classes¶
CommunicationCategory |
|
The communication conveys an alert. |
- class spark_auto_mapper_fhir.value_sets.communication_category.CommunicationCategoryCode(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
CommunicationCategory From: http://terminology.hl7.org/CodeSystem/communication-category in valuesets.xml
Codes for general categories of communications such as alerts, instructions,
etc.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/communication-category¶
- class spark_auto_mapper_fhir.value_sets.communication_category.CommunicationCategoryCodeValues¶
The communication conveys an alert. From: http://terminology.hl7.org/CodeSystem/communication-category in valuesets.xml
- Alert¶
The communication conveys a notification. From: http://terminology.hl7.org/CodeSystem/communication-category in valuesets.xml
- Notification¶
The communication conveys a reminder. From: http://terminology.hl7.org/CodeSystem/communication-category in valuesets.xml
- Reminder¶
The communication conveys an instruction. From: http://terminology.hl7.org/CodeSystem/communication-category in valuesets.xml
- Instruction¶