{
  "resourceType": "ValueSet",
  "id": "shr-core-AphpGender",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>EXAMPLE AphpGender ValueSet</b></p>\n<p>The APHP Gender</p>\n</div>"
  },
  "url": "http://example.com/shr/core/vs/AphpGender",
  "identifier": [
    {
      "system": "http://example.com",
      "value": "shr.core.AphpGender"
    }
  ],
  "name": "AphpGender",
  "title": "EXAMPLE AphpGender ValueSet",
  "status": "draft",
  "publisher": "Example Publisher",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://example.com"
        }
      ]
    }
  ],
  "date": "2018-10-06",
  "description": "The APHP Gender",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "H",
            "display": "Homme"
          },
          {
            "code": "F",
            "display": "Femme"
          }
        ]
      }
    ]
  }
}