Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: R5 Ballot - see ballot notes). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Example ValueSet/pronouns (XML)

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

Raw XML (canonical form + also see XML Format Specification)

Definition for Value SetPersonal Pronouns

<?xml version="1.0" encoding="UTF-8"?>

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="pronouns"/> 
  <meta> 
    <lastUpdated value="2022-09-10T04:52:37.223+10:00"/> 
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/> 
  </meta> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <ul> 
        <li> Include these codes as defined in 
          <a href="http://loinc.org">
            <code> http://loinc.org</code> 
          </a> 
          <table class="none">
            <tr> 
              <td style="white-space:nowrap">
                <b> Code</b> 
              </td> 
              <td> 
                <b> Display</b> 
              </td> 
            </tr> 
            <tr> 
              <td> 
                <a href="http://details.loinc.org/LOINC/LA29518-0.html">LA29518-0</a> 
              </td> 
              <td> He, Him, His, Himself</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="http://details.loinc.org/LOINC/LA29519-8.html">LA29519-8</a> 
              </td> 
              <td> She, Her, Hers, Herself</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="http://details.loinc.org/LOINC/LA29520-6.html">LA29520-6</a> 
              </td> 
              <td> They, Them, Their, Theirs, Themself</td> 
            </tr> 
          </table> 
        </li> 
      </ul> 
    </div> 
  </text> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="pa"/> 
  </extension> 
  <url value="http://terminology.hl7.org/ValueSet/pronouns"/> 
  <identifier> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:oid:2.16.840.1.113883.4.642.3.3290"/> 
  </identifier> 
  <version value="5.0.0-ballot"/> 
  <name value="personalPronouns"/> 
  <title value="Personal Pronouns"/> 
  <status value="draft"/> 
  <experimental value="false"/> 
  <publisher value="FHIR Project team"/> 
  <contact> 
    <telecom> 
      <system value="url"/> 
      <value value="http://hl7.org/fhir"/> 
    </telecom> 
  </contact> 
  <description value="Codes that indicate the pronouns to be used when communicating with or about an
   individual."/> 
  <copyright value="This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the
   LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use."/> 
  <compose> 
    <include> 
      <system value="http://loinc.org"/> 
      <concept> 
        <code value="LA29518-0"/> 
        <display value="He, Him, His, Himself"/> 
      </concept> 
      <concept> 
        <code value="LA29519-8"/> 
        <display value="She, Her, Hers, Herself"/> 
      </concept> 
      <concept> 
        <code value="LA29520-6"/> 
        <display value="They, Them, Their, Theirs, Themself"/> 
      </concept> 
    </include> 
  </compose> 
</ValueSet> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.