--- type: "valueset" title: "Administrative Gender Codes" valueset: "administrative-gender" --- # Administrative Gender Codes - **Status**: draft - **Name**: AdministrativeGenderCodes - **Title**: Administrative Gender Codes - **Publisher**: FHIR Project team - **Description**: This value set defines the set of codes that can be used to indicate the administrative gender of a person. ## Content (Compose) - **System**: http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender | **Concepts**: F, M, UN - **System**: http://terminology.hl7.org/CodeSystem/v3-NullFlavor | **Concepts**: UNK ## 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="This value set defines the set of codes that can be used to indicate the administrative gender of a person."/> <compose> <include> <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender"/> <concept> <code value="F"/> <designation> <language value="ru"/> </designation> </concept> <concept> <code value="M"/> <designation> <language value="ru"/> </designation> </concept> <concept> <code value="UN"/> <designation> <language value="ru"/> </designation> </concept> </include> <include> <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/> <concept> <code value="UNK"/> <designation> <language value="ru"/> </designation> </concept> </include> </compose> </ValueSet> ```