FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.extensions.r3
Resource TypeCodeSystem
IdCodeSystem-pronouns.json
FHIR VersionR3

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.

Source1

{
  "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-tc1",
  "name": "Pronouns",
  "title": "Pronouns",
  "status": "active",
  "experimental": false,
  "date": "2025-08-03T06:28:00+10: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."
    }
  ]
}