spark_auto_mapper_fhir.value_sets.location_mode

Module Contents

Classes

LocationModeCode

LocationMode

LocationModeCodeValues

The Location resource represents a specific instance of a location (e.g.

class spark_auto_mapper_fhir.value_sets.location_mode.LocationModeCode(value)

Bases: spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode

LocationMode From: http://hl7.org/fhir/location-mode in valuesets.xml

Indicates whether a resource instance represents a specific location or a

class of locations.

Parameters

value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –

codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/location-mode
class spark_auto_mapper_fhir.value_sets.location_mode.LocationModeCodeValues

The Location resource represents a specific instance of a location (e.g. Operating Theatre 1A). From: http://hl7.org/fhir/location-mode in valuesets.xml

Instance

The Location represents a class of locations (e.g. Any Operating Theatre) although this class of locations could be constrained within a specific boundary (such as organization, or parent location, address etc.). From: http://hl7.org/fhir/location-mode in valuesets.xml

Kind