:py:mod:`spark_auto_mapper_fhir.value_sets.implant_status` ========================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.implant_status Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.implant_status.ImplantStatusCode spark_auto_mapper_fhir.value_sets.implant_status.ImplantStatusCodeValues .. py:class:: ImplantStatusCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` Implant Status From: http://terminology.hl7.org/CodeSystem/implantStatus in valuesets.xml A set codes that define the functional status of an implanted device. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/implantStatus .. py:class:: ImplantStatusCodeValues The implanted device is working normally. From: http://terminology.hl7.org/CodeSystem/implantStatus in valuesets.xml .. py:attribute:: Functional The implanted device is not working. From: http://terminology.hl7.org/CodeSystem/implantStatus in valuesets.xml .. py:attribute:: Non_Functional The implanted device has been turned off. From: http://terminology.hl7.org/CodeSystem/implantStatus in valuesets.xml .. py:attribute:: Disabled the functional status of the implant has not been determined. From: http://terminology.hl7.org/CodeSystem/implantStatus in valuesets.xml .. py:attribute:: Unknown