{
  "resourceType": "ValueSet",
  "id": "shr-core-QualitativeLikelihoodVS",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SHR QualitativeLikelihoodVS ValueSet</b></p>\n<p>The likelihood of an event or state, expressed qualitatively. Qualitative likelihoods are associated with judgments and assessments. Values are based on US Intelligence Community's standard language used to describe judgements of likelihood.</p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/shr/core/vs/QualitativeLikelihoodVS",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.core.QualitativeLikelihoodVS"
    }
  ],
  "version": "0.0.1",
  "name": "SHR QualitativeLikelihoodVS ValueSet",
  "title": "SHR QualitativeLikelihoodVS 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 likelihood of an event or state, expressed qualitatively. Qualitative likelihoods are associated with judgments and assessments. Values are based on US Intelligence Community's standard language used to describe judgements of likelihood.",
  "compose": {
    "include": [
      {
        "system": "http://standardhealthrecord.org/shr/core/cs/QualitativeLikelihoodCS",
        "concept": [
          {
            "code": "definitely",
            "display": "With certainty or near-complete certainty, an event that definitely has or almost certainly will happen"
          },
          {
            "code": "very_likely",
            "display": "Very likely, highly probable, e.g., an event with more than 80% but less than 100% likelihood"
          },
          {
            "code": "likely",
            "display": "Likely or probable, e.g., an event with 60% to 80% likelihood"
          },
          {
            "code": "even_chance",
            "display": "Roughly equal chance or even odds of happening, between 40% and 60% probability"
          },
          {
            "code": "unlikely",
            "display": "Not likely or improbable, e.g., an event with 20% to 40% likelihood"
          },
          {
            "code": "very_unlikely",
            "display": "Very unlikely, highly improbable, e.g., an event with less than 20% but non-zero likelihood"
          }
        ]
      }
    ]
  }
}