{
"description": "This example code system defines a set of codes that can be used to indicate a individual's gender identity.",
"_filename": "CodeSystem-gender-identity.json",
"package_name": "hl7.fhir.r5.core",
"date": null,
"meta": {
"profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
"lastUpdated": "2022-07-18T14:56:19.712+10:00"
},
"publisher": null,
"content": "complete",
"name": "GenderIdentity",
"type": null,
"experimental": "true",
"resourceType": "CodeSystem",
"title": null,
"package_version": "5.0.0-snapshot2",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pa"
} ],
"status": "draft",
"id": "4e247725-e42f-41a7-b7bf-6be31a82a89e",
"kind": null,
"url": "http://hl7.org/fhir/gender-identity",
"identifier": [ {
"value": "urn:oid:2.16.840.1.113883.4.642.1.973",
"system": "urn:ietf:rfc:3986"
} ],
"concept": [ {
"code": "non-binary",
"display": "Non-binary",
"definition": "the individual identifies with neither/both female and male"
}, {
"code": "male",
"display": "Male",
"definition": "the individual identifies as male"
}, {
"code": "female",
"display": "Female",
"definition": "the individual identifies as female"
}, {
"code": "other",
"display": "Other",
"definition": "other gender identity"
}, {
"code": "non-disclose",
"display": "Does not wish to disclose",
"definition": "the individual does not wish to disclose his gender identity"
} ],
"caseSensitive": true,
"version": "4.6.0"
}