--- type: "valueset" title: "Birth Sex" valueset: "birth-sex" --- # Birth Sex - **Official URL**: http://hl7.org/fhir/ValueSet/birth-sex - **Status**: draft - **Name**: BirthSex - **Title**: Birth Sex - **Publisher**: FHIR Project team - **Description**: Codes describing the sex assigned at birth as documented on the birth registration. ## Content (Compose) - **System**: http://hl7.org/fhir/administrative-gender | **Filters**: concept is-not-a other ## ValueSet XML ```xml <status value="draft"/> <experimental value="true"/> <publisher value="FHIR Project team"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="Codes describing the sex assigned at birth as documented on the birth registration."/> <compose> <include> <system value="http://hl7.org/fhir/administrative-gender"/> <filter> <property value="concept"/> <op value="is-not-a"/> <value value="other"/> </filter> </include> </compose> </ValueSet> ```