This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

CausalityExpectation.xml

Definition for Value SetCausalityExpectation

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><h2>CausalityExpectation</h2><p>How likely is it that the given exposure caused a reaction</p><p>This value set defines its own terms in the system http://hl7.org/fhir/causalityExpectation</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>likely<a name=\"likely\"> </a></td><td/><td>Likely that this specific exposure caused the reaction.</td></tr><tr><td>unlikely<a name=\"unlikely\"> </a></td><td/><td>Unlikely that this specific exposure caused the reaction - the exposure is being linked to for information purposes.</td></tr><tr><td>confirmed<a name=\"confirmed\"> </a></td><td/><td>It has been confirmed that this exposure was one of the causes of the reaction.</td></tr><tr><td>unknown<a name=\"unknown\"> </a></td><td/><td>It is unknown whether this exposure had anything to do with the reaction.</td></tr></table></div>"
  },
  "identifier": "http://hl7.org/fhir/vs/causalityExpectation",
  "name": "CausalityExpectation",
  "publisher": "HL7 (FHIR Project)",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org/fhir"
    },
    {
      "system": "email",
      "value": "fhir@lists.hl7.org"
    }
  ],
  "description": "How likely is it that the given exposure caused a reaction",
  "status": "draft",
  "date": "2014-09-30T18:09:16.975+10:00",
  "define": {
    "system": "http://hl7.org/fhir/causalityExpectation",
    "caseSensitive": true,
    "concept": [
      {
        "code": "likely",
        "definition": "Likely that this specific exposure caused the reaction."
      },
      {
        "code": "unlikely",
        "definition": "Unlikely that this specific exposure caused the reaction - the exposure is being linked to for information purposes."
      },
      {
        "code": "confirmed",
        "definition": "It has been confirmed that this exposure was one of the causes of the reaction."
      },
      {
        "code": "unknown",
        "definition": "It is unknown whether this exposure had anything to do with the reaction."
      }
    ]
  }
}