{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "NFDI4Health_VS_MDS_Study_Allocation_NCI",
  "id": "nfdi4health-vs-mds-study-allocation-nci",
  "title": "NFDI4Health VS MDS Study Allocation [NCI]",
  "description": "Value set defining codes to specify the subject allocation in a study.",
  "url": "https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-study-allocation-nci",
  "version": "0.9",
  "experimental": true,
  "publisher": "NFDI4Health",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nfdi4health.de"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
        "concept": [
          {
            "code": "C25196",
            "display": "Randomization"
          },
          {
            "code": "C93043",
            "display": "Nonrandomized Clinical Trial"
          },
          {
            "code": "C48660",
            "display": "Not Applicable"
          }
        ]
      }
    ]
  }
}