:py:mod:`spark_auto_mapper_fhir.value_sets.fhir_device_status` ============================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.fhir_device_status Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.fhir_device_status.FHIRDeviceStatusCode spark_auto_mapper_fhir.value_sets.fhir_device_status.FHIRDeviceStatusCodeValues .. py:class:: FHIRDeviceStatusCode(value) Bases: :py:obj:`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. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/device-definition-status .. py:class:: 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 .. py:attribute:: 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 .. py:attribute:: Inactive The device was entered in error and voided. From: http://hl7.org/fhir/device-definition-status in valuesets.xml .. py:attribute:: EnteredInError The status of the device has not been determined. From: http://hl7.org/fhir/device-definition-status in valuesets.xml .. py:attribute:: Unknown