:py:mod:`spark_auto_mapper_fhir.value_sets.gender_status` ========================================================= .. py:module:: spark_auto_mapper_fhir.value_sets.gender_status Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.gender_status.GenderStatusCode spark_auto_mapper_fhir.value_sets.gender_status.GenderStatusCodeValues .. py:class:: GenderStatusCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` GenderStatus From: http://hl7.org/fhir/animal-genderstatus in valuesets.xml This example value set defines a set of codes that can be used to indicate the current state of the animal's reproductive organs. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/animal-genderstatus .. py:class:: GenderStatusCodeValues The animal has been sterilized, castrated or otherwise made infertile. From: http://hl7.org/fhir/animal-genderstatus in valuesets.xml .. py:attribute:: Neutered The animal's reproductive organs are intact. From: http://hl7.org/fhir/animal-genderstatus in valuesets.xml .. py:attribute:: Intact Unable to determine whether the animal has been neutered. From: http://hl7.org/fhir/animal-genderstatus in valuesets.xml .. py:attribute:: Unknown