type: valuesetvalueset: 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 version="1.0" encoding="UTF-8"?>
<ValueSet xmlns="http://hl7.org/fhir">
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.3.1"/>
</identifier>
<name value="AdministrativeGenderCodes"/>
<title value="Administrative Gender Codes"/>
<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>