Package | hl7.fhir.uv.extensions |
Type | CodeSystem |
Id | pronouns |
FHIR Version | R5 |
Source | http://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-pronouns.html |
URL | http://hl7.org/fhir/pronouns |
Version | 5.3.0-ballot |
Status | draft |
Date | 2025-07-19T23:10:53+00:00 |
Name | Pronouns |
Title | Pronouns |
Realm | uv |
Authority | hl7 |
Description | This example code system defines a set of codes that can be used to indicate the pronouns used to communicate about an individual. |
Content | complete |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem pronouns
Profile: Shareable CodeSystem
This case-sensitive code system http://hl7.org/fhir/pronouns
defines the following codes:
{ "resourceType": "CodeSystem", "id": "pronouns", "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] }, "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "pa" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 2 } ], "url": "http://hl7.org/fhir/pronouns", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.4.2040" } ], "version": "5.3.0-ballot", "name": "Pronouns", "title": "Pronouns", "status": "draft", "experimental": false, "date": "2025-07-19T23:10:53+00:00", "publisher": "HL7 International / Patient Administration", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/pafm" } ] } ], "description": "This example code system defines a set of codes that can be used to indicate the pronouns used to communicate about an individual.", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "caseSensitive": true, "content": "complete", "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." } ] }