Skip to content

Enum: Sex

Sex of an individual FHIR mapping: AdministrativeGender (https://www.hl7.org/fhir/codesystem-administrative-gender.html)

URI: Sex

Permissible Values

Value Meaning Description
FEMALE None Female
MALE None Male
OTHER_SEX None It is not possible, to accurately assess the applicability of MALE/FEMALE
UNKNOWN_SEX None Not assessed / available

Slots

Name Description
sex The phenotypic sex of the individual ARGO mapping sample_registration::gender...

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/phenopackets/phenopackets

LinkML Source

name: Sex
description: 'Sex of an individual FHIR mapping: AdministrativeGender (https://www.hl7.org/fhir/codesystem-administrative-gender.html)'
from_schema: https://w3id.org/linkml/phenopackets/phenopackets
rank: 1000
permissible_values:
  FEMALE:
    text: FEMALE
    description: Female
  MALE:
    text: MALE
    description: Male
  OTHER_SEX:
    text: OTHER_SEX
    description: It is not possible, to accurately assess the applicability of MALE/FEMALE.
  UNKNOWN_SEX:
    text: UNKNOWN_SEX
    description: Not assessed / available.