Blue Button 2.0 Implementation Guide

Patient Gender

Formats: Narrative, XML, JSON, Turtle

Raw json

{
  "resourceType" : "CodeSystem",
  "id" : "gndr-cd",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>Patient Gender</h2><div><p>Gender of the patient as indicated on the event record. Source: https://bluebutton.cms.gov/resources/variables/gndr_cd</p>
</div><p>This code system https://bluebutton.cms.gov/assets/ig/CodeSystem-gndr-cd defines the following codes:</p><table class="codes"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>Blank<a name="gndr-cd-Blank"> </a></td><td>Unknown</td><td>Unknown</td></tr><tr><td>1<a name="gndr-cd-1"> </a></td><td>Male</td><td>Male</td></tr><tr><td>2<a name="gndr-cd-2"> </a></td><td>Female</td><td>Female</td></tr></table></div>"
  },
  "url" : "https://bluebutton.cms.gov/assets/ig/CodeSystem-gndr-cd",
  "identifier" : {
    "value" : "https://bluebutton.cms.gov/assets/ig/CodeSystem-gndr-cd.html"
  },
  "version" : "1.1.1",
  "name" : "Patient Gender",
  "title" : "Patient Gender",
  "status" : "active",
  "date" : "2018-11-27T15:56:35+00:00",
  "publisher" : "CMS Blue Button 2.0 Team",
  "description" : "Gender of the patient as indicated on the event record. Source: https://bluebutton.cms.gov/resources/variables/gndr_cd",
  "caseSensitive" : true,
  "valueSet" : "https://bluebutton.cms.gov/assets/ig/ValueSet-gndr-cd",
  "hierarchyMeaning" : "is-a",
  "content" : "complete",
  "concept" : [
    {
      "code" : "Blank",
      "display" : "Unknown",
      "definition" : "Unknown"
    },
    {
      "code" : "1",
      "display" : "Male",
      "definition" : "Male"
    },
    {
      "code" : "2",
      "display" : "Female",
      "definition" : "Female"
    }
  ]
}