Patient Gender
Gender of the patient as indicated on the event record. Source: https://bluebutton.cms.gov/resources/variables/gndr_cd
\n
This code system https://bluebutton.cms.gov/assets/ig/CodeSystem-gndr-cd defines the following codes:
Code | Display | Definition |
Blank | Unknown | Unknown |
1 | Male | Male |
2 | Female | Female |
"
];
fhir:CodeSystem.url [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-gndr-cd"];
fhir:CodeSystem.identifier [
fhir:Identifier.value [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-gndr-cd.html" ]
];
fhir:CodeSystem.version [ fhir:value "1.1.1"];
fhir:CodeSystem.name [ fhir:value "Patient Gender"];
fhir:CodeSystem.title [ fhir:value "Patient Gender"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.date [ fhir:value "2018-11-27T15:56:35+00:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "CMS Blue Button 2.0 Team"];
fhir:CodeSystem.description [ fhir:value "Gender of the patient as indicated on the event record. Source: https://bluebutton.cms.gov/resources/variables/gndr_cd"];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.valueSet [ fhir:value "https://bluebutton.cms.gov/assets/ig/ValueSet-gndr-cd"];
fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "Blank" ];
fhir:CodeSystem.concept.display [ fhir:value "Unknown" ];
fhir:CodeSystem.concept.definition [ fhir:value "Unknown" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "1" ];
fhir:CodeSystem.concept.display [ fhir:value "Male" ];
fhir:CodeSystem.concept.definition [ fhir:value "Male" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "2" ];
fhir:CodeSystem.concept.display [ fhir:value "Female" ];
fhir:CodeSystem.concept.definition [ fhir:value "Female" ]
] .
# - ontology header ------------------------------------------------------------