Connectathon 11 Snapshot

This page is part of the FHIR Specification (v1.2.0: STU 3 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Gao\valueset-gao-evaluation-result-code.json

Raw JSON (canonical form)

Definition for Value SetGAO Result Code

{
  "resourceType": "ValueSet",
  "id": "gao-evaluation-result-code",
  "meta": {
    "lastUpdated": "2015-12-11T17:38:40.294+11:00"
  },
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "url": "http://hl7.org/fhir/ValueSet/gao-evaluation-result-code",
  "version": "1.0.0",
  "name": "GAO Result Code",
  "status": "draft",
  "experimental": false,
  "publisher": "HL7",
  "description": "Codes indicating the appropriateness of an order based upon established clinical guidelines.",
  "immutable": false,
  "requirements": "These values are needed to report the results of an evaluation of appropriateness for an order based upon specified guidelines.",
  "extensible": true,
  "_extensible": {
    "fhir_comments": [
      " 0..1 Why needed "
    ]
  },
  "codeSystem": {
    "system": "http://hl7.org/fhir/evaluation-result-code",
    "caseSensitive": true,
    "concept": [
      {
        "code": "within",
        "display": "Within Guidelines",
        "definition": "Order is within identified guidelines."
      },
      {
        "code": "outside",
        "display": "Outside Guidelines",
        "definition": "Order is outside identified guidelines."
      },
      {
        "code": "noguidelines",
        "display": "No Guidelines Apply",
        "definition": "No guidelines apply to order."
      },
      {
        "code": "incomplete",
        "display": "Evaluation not completed.",
        "definition": "Evaluation was not completed (e.g., because more information is necessary)."
      },
      {
        "code": "manual",
        "display": "Manual Evaluation",
        "definition": "The evaluation was issued through a manual process."
      },
      {
        "code": "notcovered",
        "display": "Not covered",
        "definition": "No evaluation was performed as the requested service is not covered for this patient."
      }
    ]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.