1.2.0 - STU 2 (Post-Ballot, Pre-Publication Draft)

VRDR - Local Development build (v1.2.0). See the Directory of published versions

: Yes No Not Applicable Value Set - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "vrdr-administrative-gender",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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-unknown\">unknown</a></td><td>unknown</td><td>Unknown.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/vrdr/ValueSet/vrdr-administrative-gender",
  "version" : "1.2.0",
  "name" : "AdministrativeGenderVS",
  "title" : "Yes No Not Applicable  Value Set",
  "status" : "active",
  "date" : "2021-09-22T20:23:53+00:00",
  "publisher" : "HL7 Public Health Working Group",
  "contact" : [
    {
      "name" : "HL7 Public Health Working Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher/index.cfm"
        },
        {
          "system" : "email",
          "value" : "pher@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "Yes No Not Applicable Valueset built HL7 Administrative Gender Codesystem.  If the 'other' value were included, this could use the standard valuesystem used by USCore http://hl7.org/fhir/R4/valueset-administrative-gender.html#4.4.1.369",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/administrative-gender",
        "concept" : [
          {
            "code" : "male",
            "display" : "male"
          },
          {
            "code" : "female",
            "display" : "female"
          },
          {
            "code" : "unknown",
            "display" : "unknown"
          }
        ]
      }
    ]
  }
}