{
  "resourceType" : "CodeSystem",
  "id" : "Pronouns",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem Pronouns</b></p><a name=\"Pronouns\"> </a><a name=\"hcPronouns\"> </a><p>This case-insensitive code system <code>http://gender.oemig.de/fhir/CodeSystem/Pronouns</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">he<a name=\"Pronouns-he\"> </a></td><td>he/him</td></tr><tr><td style=\"white-space:nowrap\">she<a name=\"Pronouns-she\"> </a></td><td>she/her</td></tr></table></div>"
  },
  "url" : "http://gender.oemig.de/fhir/CodeSystem/Pronouns",
  "version" : "0.1.0",
  "name" : "PronounsCS",
  "title" : "Pronouns",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-04-16",
  "publisher" : "FO",
  "contact" : [{
    "name" : "FO",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.oemig.de"
    }]
  }],
  "description" : "Pronouns",
  "copyright" : "FO",
  "caseSensitive" : false,
  "valueSet" : "http://gender.oemig.de/fhir/ValueSet/Pronouns",
  "hierarchyMeaning" : "is-a",
  "compositional" : false,
  "versionNeeded" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [{
    "code" : "he",
    "display" : "he/him"
  },
  {
    "code" : "she",
    "display" : "she/her"
  }]
}