{
  "resourceType": "ValueSet",
  "id": "v3-AdministrativeGender",
  "meta": {
    "lastUpdated": "2015-11-30T00:00:00.000+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div><p>Release Date: 2015-11-30</p>\r\n<p>OID for code system: 2.16.840.1.113883.5.1</p>\r\n<p>OID for value set: 2.16.840.1.113883.1.11.1 (this is the value set that includes the entire code system)</p>\r\n<h2>Description</h2>\r\n<p>\n                  The gender of a person used for adminstrative purposes (as opposed to clinical gender)<br/>\r\n\n               </p>\r\n<hr/>\r\n<table class=\"grid\">\r\n <tr><td><b>Level</b></td><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr>\r\n <tr><td>1</td><td>F<a name=\"F\"> </a></td><td>Female</td><td>\n                        Female<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>M<a name=\"M\"> </a></td><td>Male</td><td>\n                        Male<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>UN<a name=\"UN\"> </a></td><td>Undifferentiated</td><td>\n                        The gender of a person could not be uniquely defined as male or female, such as hermaphrodite.<br/>\r\n\n                     </td></tr>\r\n</table>\r\n</div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.1.11.1"
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/v3-AdministrativeGender",
  "version": "2015-11-30",
  "name": "v3 Code System AdministrativeGender",
  "status": "active",
  "experimental": false,
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "date": "2015-11-30",
  "description": " The gender of a person used for adminstrative purposes (as opposed to clinical gender)",
  "codeSystem": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:2.16.840.1.113883.5.1"
      }
    ],
    "system": "http://hl7.org/fhir/v3/AdministrativeGender",
    "caseSensitive": true,
    "concept": [
      {
        "code": "F",
        "abstract": false,
        "display": "Female",
        "definition": "Female"
      },
      {
        "code": "M",
        "abstract": false,
        "display": "Male",
        "definition": "Male"
      },
      {
        "code": "UN",
        "abstract": false,
        "display": "Undifferentiated",
        "definition": "The gender of a person could not be uniquely defined as male or female, such as hermaphrodite."
      }
    ]
  }
}