{
  "resourceType": "ValueSet",
  "id": "shr-research-StudyArmTypeVS",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SHR StudyArmTypeVS ValueSet</b></p>\n<p>The role of each arm in the clinical trial.</p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/shr/research/vs/StudyArmTypeVS",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.research.StudyArmTypeVS"
    }
  ],
  "version": "0.0.1",
  "name": "SHR StudyArmTypeVS ValueSet",
  "title": "SHR StudyArmTypeVS 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 role of each arm in the clinical trial.",
  "compose": {
    "include": [
      {
        "system": "http://standardhealthrecord.org/shr/research/cs/StudyArmTypeCS",
        "concept": [
          {
            "code": "experimental",
            "display": "Experimental study arm"
          },
          {
            "code": "active_comparator"
          },
          {
            "code": "placebo_comparator"
          },
          {
            "code": "sham_comparator"
          },
          {
            "code": "no_intervention"
          },
          {
            "code": "other"
          }
        ]
      }
    ]
  }
}