type: valuesetvalueset: 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 version="1.0" encoding="UTF-8"?>
<ValueSet xmlns="http://hl7.org/fhir">
<url value="http://hl7.org/fhir/ValueSet/birth-sex"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.3.3150"/>
</identifier>
<name value="BirthSex"/>
<title value="Birth Sex"/>
<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>