This case-sensitive code system http://terminology.nmdp.org/codesystem/genderidentity
defines the following codes:
Code | Display |
F | Female |
M | Male |
NB | Non-binary |
SI | Self-identified |
"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://terminology.nmdp.org/codesystem/genderidentity"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.2"] ; #
fhir:name [ fhir:v "NMDPGenderIdentityCS"] ; #
fhir:title [ fhir:v "CodeSystem - Patient Gender Identity - NMDP"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2025-04-16T10:37:17-05:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "NMDP"] ; #
fhir:contact ( [
fhir:name [ fhir:v "NMDP" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://bethematch.org" ]
] )
] ) ; #
fhir:description [ fhir:v "Code System for NMDP diseases"] ; #
fhir:copyright [ fhir:v "National Marrow Donor Program"] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "F" ] ;
fhir:display [ fhir:v "Female" ]
] [
fhir:code [ fhir:v "M" ] ;
fhir:display [ fhir:v "Male" ]
] [
fhir:code [ fhir:v "NB" ] ;
fhir:display [ fhir:v "Non-binary" ]
] [
fhir:code [ fhir:v "SI" ] ;
fhir:display [ fhir:v "Self-identified" ]
] ) . #
# -------------------------------------------------------------------------------------