STU 3 Candidate

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

Codesystem-gao-evaluation-result-code.json

Raw JSON (canonical form)

Definition for Code System GAO Result Code

{
  "resourceType": "CodeSystem",
  "id": "gao-evaluation-result-code",
  "meta": {
    "lastUpdated": "2016-03-31T08:01:25.570+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "url": "http://hl7.org/fhir/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.",
  "requirements": "These values are needed to report the results of an evaluation of appropriateness for an order based upon specified guidelines.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/gao-evaluation-result-code",
  "content": "complete",
  "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.