FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/pronouns

Packagehl7.fhir.uv.extensions.r5
TypeCodeSystem
Idpronouns
FHIR VersionR5
Sourcehttp://hl7.org/fhir/extensions/http://hl7.org/fhir/extensions/5.2.0/CodeSystem-pronouns.html
URLhttp://hl7.org/fhir/pronouns
Version5.2.0
Statusdraft
Date2025-02-10T21:45:45+11:00
NamePronouns
TitlePronouns
Realmuv
Authorityhl7
DescriptionThis example code system defines a set of codes that can be used to indicate the pronouns used to communicate about an individual.
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem pronouns

This case-sensitive code system http://hl7.org/fhir/pronouns defines the following codes:

CodeDisplayDefinition
he-him He, Him, His, HimselfEnglish pronouns typically associated with masculinity
she-her She, Her, Hers, HerselfEnglish pronouns typically associated with femininity
they-them They, Them, Their, Theirs, ThemselfEnglish personal pronouns typically not associated with masculinity or femininity
other OtherThe individual uses pronouns other than he/him, she/her, or they/them
unknown UnknownNo pronouns are known.

Source

{
  "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.2.0",
  "name": "Pronouns",
  "title": "Pronouns",
  "status": "draft",
  "experimental": false,
  "date": "2025-02-10T21:45:45+11: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."
    }
  ]
}