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

FHIR IG analytics

Packagehl7.terminology.r3
Resource TypeValueSet
IdValueSet-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: ValueSet pronouns

Language: en

Profile: Shareable ValueSet

  • Include these codes as defined in http://loinc.org version Not Stated (use latest from terminology server)
    CodeDisplay
    LA29518-0he/him/his/his/himself
    LA29519-8she/her/her/hers/herself
    LA29520-6they/them/their/theirs/themselves

Source1

{
  "resourceType": "ValueSet",
  "id": "pronouns",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "language": "en",
  "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-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://terminology.hl7.org/ValueSet/pronouns",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.3.3290"
    }
  ],
  "version": "2.0.0",
  "name": "PersonalPronouns",
  "title": "Personal Pronouns",
  "status": "active",
  "experimental": false,
  "date": "2026-03-08T18:17:17-06:00",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "Codes that indicate the pronouns to be used when communicating with or about an individual.",
  "copyright": "This material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "LA29518-0",
            "display": "he/him/his/his/himself"
          },
          {
            "code": "LA29519-8",
            "display": "she/her/her/hers/herself"
          },
          {
            "code": "LA29520-6",
            "display": "they/them/their/theirs/themselves"
          }
        ]
      }
    ]
  }
}