Snapshot 3: Connectathon 32 Base

This is Snapshot #3 for FHIR R5, released to support Connectathon 32. For a full list of available versions, see the Directory of published versions.

Example ValueSet/pronouns (JSON)

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

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

Definition for Value SetPersonal Pronouns

{
  "resourceType" : "ValueSet",
  "id" : "pronouns",
  "meta" : {
    "lastUpdated" : "2022-12-14T07:12:54.019+11:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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=\"https://loinc.org/LA29518-0/\">LA29518-0</a></td><td>He, Him, His, Himself</td></tr><tr><td><a href=\"https://loinc.org/LA29519-8/\">LA29519-8</a></td><td>She, Her, Hers, Herself</td></tr><tr><td><a href=\"https://loinc.org/LA29520-6/\">LA29520-6</a></td><td>They, Them, Their, Theirs, Themself</td></tr></table></li></ul></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pa"
  }],
  "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" : "5.0.0-snapshot3",
  "name" : "personalPronouns",
  "title" : "Personal Pronouns",
  "status" : "draft",
  "experimental" : false,
  "publisher" : "FHIR Project team",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  }],
  "description" : "Codes that indicate the pronouns to be used when communicating with or about an individual.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "copyright" : "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" : "http://loinc.org",
      "concept" : [{
        "code" : "LA29518-0",
        "display" : "He, Him, His, Himself"
      },
      {
        "code" : "LA29519-8",
        "display" : "She, Her, Hers, Herself"
      },
      {
        "code" : "LA29520-6",
        "display" : "They, Them, Their, Theirs, Themself"
      }]
    }]
  }
}

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.