HL7 FHIR Profile: Occupational Data for Health (ODH), Release 1.0 (Standard for Trial Use)

This page is part of the Occupational Data for Health (ODH) FHIR IG (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 1.2.0. For a full list of available versions, see the Directory of published versions

StudyArmTypeVS

{
  "resourceType" : "ValueSet",
  "id" : "obf-StudyArmTypeVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>StudyArmTypeVS ValueSet</b></p>\n<p>The role of each arm in the clinical trial.\n\nFHIR is currently unable to handle values from NCI Thesaurus, so no values are listed in the Expansion, below. The values ARE in the downloads. For convenience, here is a listing of values in this value set:\nNCIT#C94487     'Intervention Group'\nNCIT#C68609     'Active Comparator'\nNCIT#C49648     'Placebo Control'\nNCIT#C116527    'Sham Intervention'\n</p>\n</div>"
  },
  "url" : "http://hl7.org/fhir/us/odh/ValueSet/obf-StudyArmTypeVS",
  "version" : "1.0.0",
  "name" : "StudyArmTypeVS",
  "title" : "Study Arm Type VS",
  "status" : "draft",
  "date" : "2020-01-04T00:00:00+00:00",
  "publisher" : "HL7 International Public Health Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher/index.cfm"
        }
      ]
    }
  ],
  "description" : "The role of each arm in the clinical trial.\n\nFHIR is currently unable to handle values from NCI Thesaurus, so no values are listed in the Expansion, below. The values ARE in the downloads. For convenience, here is a listing of values in this value set:\nNCIT#C94487     'Intervention Group'\nNCIT#C68609     'Active Comparator'\nNCIT#C49648     'Placebo Control'\nNCIT#C116527    'Sham Intervention'",
  "compose" : {
    "include" : [
      {
        "system" : "https://ncit.nci.nih.gov",
        "concept" : [
          {
            "code" : "C94487",
            "display" : "Intervention Group"
          },
          {
            "code" : "C68609",
            "display" : "Active Comparator"
          },
          {
            "code" : "C49648",
            "display" : "Placebo Control"
          },
          {
            "code" : "C116527",
            "display" : "Sham Intervention"
          }
        ]
      }
    ]
  }
}