spark_auto_mapper_fhir.value_sets.fhir_device_status

Module Contents

Classes

FHIRDeviceStatusCode

FHIRDeviceStatus

FHIRDeviceStatusCodeValues

The device is available for use. Note: For implanted devices this means

class spark_auto_mapper_fhir.value_sets.fhir_device_status.FHIRDeviceStatusCode(value)

Bases: spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode

FHIRDeviceStatus From: http://hl7.org/fhir/device-definition-status in valuesets.xml

Codes representing the current status of the device - on, off, suspended, etc.

Parameters

value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –

codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/device-definition-status
class spark_auto_mapper_fhir.value_sets.fhir_device_status.FHIRDeviceStatusCodeValues

The device is available for use. Note: For implanted devices this means that the device is implanted in the patient. From: http://hl7.org/fhir/device-definition-status in valuesets.xml

Active

The device is no longer available for use (e.g. lost, expired, damaged). Note: For implanted devices this means that the device has been removed from the patient. From: http://hl7.org/fhir/device-definition-status in valuesets.xml

Inactive

The device was entered in error and voided. From: http://hl7.org/fhir/device-definition-status in valuesets.xml

EnteredInError

The status of the device has not been determined. From: http://hl7.org/fhir/device-definition-status in valuesets.xml

Unknown