Implementation Guide
25.0.0 - R4 APIs

Publish Box goes here

: US Core Sex - JSON Representation

Active as of 2019-05-21

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "us-core-sex",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet us-core-sex</b></p><a name=\"us-core-sex\"> </a><a name=\"hcus-core-sex\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\"><code>http://hl7.org/fhir/administrative-gender</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-male\">male</a></td><td>Male</td><td>Male.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-female\">female</a></td><td>Female</td><td>Female.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-other\">other</a></td><td>Other</td><td>Other.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-unknown\">unknown</a></td><td>Unknown</td><td>Unknown.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/core/ValueSet/us-core-sex",
  "version" : "25.0.0",
  "name" : "USCoreSex",
  "title" : "US Core Sex",
  "status" : "active",
  "date" : "2019-05-21",
  "publisher" : "athenahealth",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://athenahealth.com"
        }
      ]
    }
  ],
  "description" : "The codes for sex for clinical use from [HL7VSAdministrativeGender](http://hl7.org/fhir/ValueSet/administrative-gender) which are male, female, other, and unknown.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/administrative-gender",
        "concept" : [
          {
            "code" : "male",
            "display" : "Male"
          },
          {
            "code" : "female",
            "display" : "Female"
          },
          {
            "code" : "other",
            "display" : "Other"
          },
          {
            "code" : "unknown",
            "display" : "Unknown"
          }
        ]
      }
    ]
  }
}