{ "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-09-10T04:52:37.223+10:00" }, "publisher": null, "content": "complete", "name": "GenderIdentity", "type": null, "experimental": "true", "resourceType": "CodeSystem", "title": null, "package_version": "5.0.0-ballot", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "pa" } ], "status": "draft", "id": "bc7ca500-a706-4522-902d-872ee751e208", "kind": null, "url": "http://hl7.org/fhir/gender-identity", "identifier": [ { "value": "urn:oid:2.16.840.1.113883.4.642.4.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 their gender identity" } ], "caseSensitive": true, "version": "5.0.0-ballot" }