HL7 Terminology (THO)
5.5.0 - Publication International flag

This page is part of the HL7 Terminology (v5.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Appropriateness Score - JSON Representation

Active as of 2022-10-18

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "appropriateness-score",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/appropriateness-score</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">extremely-inappropriate<a name=\"appropriateness-score-extremely-inappropriate\"> </a></td><td>Extremely Inappropriate</td><td>The action is extremely inappropriate</td></tr><tr><td style=\"white-space:nowrap\">inappropriate<a name=\"appropriateness-score-inappropriate\"> </a></td><td>Inappropriate</td><td>The action is inappropriate</td></tr><tr><td style=\"white-space:nowrap\">probably-inappropriate<a name=\"appropriateness-score-probably-inappropriate\"> </a></td><td>Probably Inappropriate</td><td>The action is probably inappropriate</td></tr><tr><td style=\"white-space:nowrap\">uncertain-inappropriate<a name=\"appropriateness-score-uncertain-inappropriate\"> </a></td><td>Uncertain Inappropriate</td><td>The appropriateness of the action is uncertain, leaning towards inappropriate</td></tr><tr><td style=\"white-space:nowrap\">uncertain<a name=\"appropriateness-score-uncertain\"> </a></td><td>Uncertain</td><td>The appropriateness of the action is uncertain</td></tr><tr><td style=\"white-space:nowrap\">uncertain-appropriate<a name=\"appropriateness-score-uncertain-appropriate\"> </a></td><td>Uncertain Appropriate</td><td>The appropriateness of the action is uncertain, leaning towards appropriate</td></tr><tr><td style=\"white-space:nowrap\">probably-appropriate<a name=\"appropriateness-score-probably-appropriate\"> </a></td><td>Probably Appropriate</td><td>The action is probably appropriate</td></tr><tr><td style=\"white-space:nowrap\">appropriate<a name=\"appropriateness-score-appropriate\"> </a></td><td>Appropriate</td><td>The action is appropriate</td></tr><tr><td style=\"white-space:nowrap\">extremely-appropriate<a name=\"appropriateness-score-extremely-appropriate\"> </a></td><td>Extremely Appropriate</td><td>The action is extremely appropriate</td></tr></table></div>"
  },
  "url" : "http://terminology.hl7.org/CodeSystem/appropriateness-score",
  "identifier" : [
    {
      "use" : "old",
      "value" : "http://hl7.org/fhir/us/qicore/CodeSystem/appropriateness-score"
    }
  ],
  "version" : "2.0.0",
  "name" : "AppropriatenessScore",
  "title" : "Appropriateness Score",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-10-18",
  "publisher" : "Health Level Seven International",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org"
        },
        {
          "system" : "email",
          "value" : "hq@HL7.org"
        }
      ]
    }
  ],
  "description" : "The scoring for appropriateness of an action based upon RAND.",
  "copyright" : "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/appropriateness-score",
  "content" : "complete",
  "concept" : [
    {
      "code" : "extremely-inappropriate",
      "display" : "Extremely Inappropriate",
      "definition" : "The action is extremely inappropriate"
    },
    {
      "code" : "inappropriate",
      "display" : "Inappropriate",
      "definition" : "The action is inappropriate"
    },
    {
      "code" : "probably-inappropriate",
      "display" : "Probably Inappropriate",
      "definition" : "The action is probably inappropriate"
    },
    {
      "code" : "uncertain-inappropriate",
      "display" : "Uncertain Inappropriate",
      "definition" : "The appropriateness of the action is uncertain, leaning towards inappropriate"
    },
    {
      "code" : "uncertain",
      "display" : "Uncertain",
      "definition" : "The appropriateness of the action is uncertain"
    },
    {
      "code" : "uncertain-appropriate",
      "display" : "Uncertain Appropriate",
      "definition" : "The appropriateness of the action is uncertain, leaning towards appropriate"
    },
    {
      "code" : "probably-appropriate",
      "display" : "Probably Appropriate",
      "definition" : "The action is probably appropriate"
    },
    {
      "code" : "appropriate",
      "display" : "Appropriate",
      "definition" : "The action is appropriate"
    },
    {
      "code" : "extremely-appropriate",
      "display" : "Extremely Appropriate",
      "definition" : "The action is extremely appropriate"
    }
  ]
}