spark_auto_mapper_fhir.value_sets.location_status
¶
Module Contents¶
Classes¶
LocationStatus |
|
The location is operational. |
- class spark_auto_mapper_fhir.value_sets.location_status.LocationStatusCode(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
LocationStatus From: http://hl7.org/fhir/location-status in valuesets.xml
Indicates whether the location is still in use.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/location-status¶
- class spark_auto_mapper_fhir.value_sets.location_status.LocationStatusCodeValues¶
The location is operational. From: http://hl7.org/fhir/location-status in valuesets.xml
- Active¶
The location is temporarily closed. From: http://hl7.org/fhir/location-status in valuesets.xml
- Suspended¶
The location is no longer used. From: http://hl7.org/fhir/location-status in valuesets.xml
- Inactive¶