{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "NFDI4Health_VS_MDS_Study_Time_Perspectives_NCI",
  "id": "nfdi4health-vs-mds-study-time-perspectives-nci",
  "title": "NFDI4Health VS MDS Study Time Perspectives [NCI]",
  "description": "Value set defining codes to specify the time perspective of a study in a ResearchStudy resource.",
  "url": "https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-study-time-perspectives-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": "C53312",
            "display": "Retrospective Study"
          },
          {
            "code": "C142646",
            "display": "Prospective Study"
          },
          {
            "code": "C53310",
            "display": "Cross-Sectional Study"
          },
          {
            "code": "C17649",
            "display": "Other"
          }
        ]
      }
    ]
  }
}