HL7 Terminology
2.0.0 - Publication

This page is part of the HL7 Terminology (v2.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: x_ClinicalStatementExposureMood - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "v3-xClinicalStatementExposureMood",
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-v3-ActMood.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActMood</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-v3-ActMood.html#v3-ActMood-CRT\">CRT</a></td><td>criterion</td><td>***Deprecation Comment:*** This concept This codes should no longer be used. Instead, set attribute Act.isCriterionInd to &quot;true&quot; and use the desired mood for your criterion.<br/><br/>**Definition:** A condition that must be true for the source act to be considered.</td></tr><tr><td><a href=\"CodeSystem-v3-ActMood.html#v3-ActMood-DEF\">DEF</a></td><td>definition</td><td>**Definition:** A definition of a kind of act that can occur .<br/><br/>**OpenIssue:** The semantic constructs embodied in DEF and CRT moods seem indistinguishable, and their uses can readily be determined by the context in which these are used. Therefore, this OpenIssue has been created to declare that it is likely that ActMood.DEF will be &quot;retired&quot; in the future in favor of the more general ActMood.CRT.</td></tr><tr><td><a href=\"CodeSystem-v3-ActMood.html#v3-ActMood-EVN\">EVN</a></td><td>event (occurrence)</td><td>**Definition:** An act that actually happens (may be an ongoing act or a documentation of a past act).</td></tr><tr><td><a href=\"CodeSystem-v3-ActMood.html#v3-ActMood-EVN.46CRT\">EVN.CRT</a></td><td>event criterion</td><td>***Deprecation Comment:*** This concept This codes should no longer be used. Instead, set attribute Act.isCriterionInd to &quot;true&quot; and use the desired mood for your criterion.<br/><br/>**Definition:** A criterion (CRT) that has\\_match = an event (EVN).</td></tr><tr><td><a href=\"CodeSystem-v3-ActMood.html#v3-ActMood-RSK\">RSK</a></td><td>risk</td><td>**Definition:**An act that may occur in the future and which is regarded as undesirable<br/><br/>**Examples:**Increased risk of DVT, at risk for sub-acute bacterial endocarditis.<br/><br/>**UsageNotes:**Note: An observation in RSK mood expresses the undesirable act, and not the underlying risk factor. A risk factor that is present (e.g. obesity, smoking, etc) should be expressed in event mood. INT (intent) reflects a plan for the future, which is a declaration to do something. This contrasts with RSK (risk), which is the potential that something negative will occur that may or may not ever happen. GOL (goal) reflects a hope to achieve something. EXPEC (expectation) is the prediction of a positive or negative event. This contrasts with RSK (risk), which is the potential that something negative will occur that may or may not ever happen, and may not be expected to happen.</td></tr></table></li></ul></div>"
  },
  "url" : "http://terminology.hl7.org/ValueSet/v3-xClinicalStatementExposureMood",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.1.11.20296"
    }
  ],
  "version" : "2.0.0",
  "name" : "XClinicalStatementExposureMood",
  "title" : "x_ClinicalStatementExposureMood",
  "status" : "active",
  "date" : "2014-03-26",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActMood",
        "concept" : [
          {
            "code" : "CRT"
          },
          {
            "code" : "DEF"
          },
          {
            "code" : "EVN"
          },
          {
            "code" : "EVN.CRT"
          },
          {
            "code" : "RSK"
          }
        ]
      }
    ]
  }
}