{
  "resourceType": "ValueSet",
  "id": "shr-environment-ExposureReasonVS",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SHR ExposureReasonVS ValueSet</b></p>\n<p>The reason that an exposure occurred.</p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/shr/environment/vs/ExposureReasonVS",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.environment.ExposureReasonVS"
    }
  ],
  "version": "0.0.1",
  "name": "SHR ExposureReasonVS ValueSet",
  "title": "SHR ExposureReasonVS ValueSet",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "The reason that an exposure occurred.",
  "compose": {
    "include": [
      {
        "system": "http://standardhealthrecord.org/shr/environment/cs/ExposureReasonCS",
        "concept": [
          {
            "code": "voluntary",
            "display": "The subject voluntarily subjects him or herself to the exposure, for example, smoking or using a drug recreationally."
          },
          {
            "code": "addiction",
            "display": "The subject is addicted to the substance."
          },
          {
            "code": "self_prescribed",
            "display": "The subject takes a non-prescription substance to address health issues or for prevention, e.g. herbal remedy for depression."
          },
          {
            "code": "occupational",
            "display": "Exposure in a workplace setting."
          },
          {
            "code": "home",
            "display": "Exposure in home setting."
          },
          {
            "code": "passive",
            "display": "The exposure occurred or occurs involuntarily, e.g., exposure to second-hand smoke."
          },
          {
            "code": "accidental",
            "display": "The exposure as a result of an accident."
          }
        ]
      }
    ]
  }
}