View raw Markdown
type: valuesetvalueset: birth-sex

Birth Sex

Content (Compose)

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>