{
  "resourceType": "ValueSet",
  "id": "shr-lifehistory-MilitaryStatusVS",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SHR MilitaryStatusVS ValueSet</b></p>\n<p/>\n</div>"
  },
  "url": "http://standardhealthrecord.org/shr/lifehistory/vs/MilitaryStatusVS",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.lifehistory.MilitaryStatusVS"
    }
  ],
  "version": "0.0.1",
  "name": "SHR MilitaryStatusVS ValueSet",
  "title": "SHR MilitaryStatusVS ValueSet",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://standardhealthrecord.org/shr/lifehistory/cs/MilitaryStatusCS",
        "concept": [
          {
            "code": "active",
            "display": "On active duty in US military"
          },
          {
            "code": "reserve",
            "display": "Currently a Reservist"
          },
          {
            "code": "discharged",
            "display": "No longer in active military service"
          }
        ]
      }
    ]
  }
}