spark_auto_mapper_fhir.value_sets.immunization_recommendation_status_codes
¶
Module Contents¶
Classes¶
ImmunizationRecommendationStatusCodes |
|
The patient is due for their next vaccination. |
- class spark_auto_mapper_fhir.value_sets.immunization_recommendation_status_codes.ImmunizationRecommendationStatusCodesCode(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
ImmunizationRecommendationStatusCodes From: http://terminology.hl7.org/CodeSystem/immunization-recommendation-status in valuesets.xml
The value set to instantiate this attribute should be drawn from a
terminologically robust code system that consists of or contains concepts to support describing the status of the patient towards perceived immunity against a vaccine preventable disease. This value set is provided as a suggestive example.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/immunization-recommendation-status¶
- class spark_auto_mapper_fhir.value_sets.immunization_recommendation_status_codes.ImmunizationRecommendationStatusCodesCodeValues¶
The patient is due for their next vaccination. From: http://terminology.hl7.org/CodeSystem/immunization-recommendation-status in valuesets.xml
- Due¶
The patient is considered overdue for their next vaccination. From: http://terminology.hl7.org/CodeSystem/immunization-recommendation-status in valuesets.xml
- Overdue¶
The patient is immune to the target disease and further immunization against the disease is not likely to provide benefit. From: http://terminology.hl7.org/CodeSystem/immunization-recommendation-status in valuesets.xml
- Immune¶
The patient is contraindicated for futher doses. From: http://terminology.hl7.org/CodeSystem/immunization-recommendation-status in valuesets.xml
- Contraindicated¶
The patient is fully protected and no further doses are recommended. From: http://terminology.hl7.org/CodeSystem/immunization-recommendation-status in valuesets.xml
- Complete¶