{
"description": "This example code system defines a set of codes that can be used to indicate the pronouns used to communicate about an individual.",
"_filename": "CodeSystem-pronouns.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": "Pronouns",
"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": "f2174b42-ef75-458f-bd05-566dcf5d0c7d",
"kind": null,
"url": "http://hl7.org/fhir/pronouns",
"identifier": [ {
"value": "urn:oid:2.16.840.1.113883.4.642.1.0",
"system": "urn:ietf:rfc:3986"
} ],
"concept": [ {
"code": "he-him",
"display": "He, Him, His, Himself",
"definition": "English pronouns typically associated with masculinity"
}, {
"code": "she-her",
"display": "She, Her, Hers, Herself",
"definition": "English pronouns typically associated with femininity"
}, {
"code": "they-them",
"display": "They, Them, Their, Theirs, Themself",
"definition": "English personal pronouns typically not associated with masculinity or femininity"
}, {
"code": "other",
"display": "Other",
"definition": "The individual uses pronouns other than he/him, she/her, or they/them"
}, {
"code": "unknown",
"display": "Unknown",
"definition": "No pronouns are known."
} ],
"caseSensitive": true,
"version": "4.6.0"
}