@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "nmdp-GenderIdentity-cs"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem nmdp-GenderIdentity-cs

This case-sensitive code system http://terminology.nmdp.org/codesystem/genderidentity defines the following codes:

CodeDisplay
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" ] ] ) . # # -------------------------------------------------------------------------------------