This page is part of the FHIR Specification (v0.11: DSTU 1 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

 

Definition for Value SetQueryOutcome

Raw JSON

{
  "ValueSet":{
    "text":{
      "status":{
        "value":"generated"
      },
      "div":"<div><h2>QueryOutcome<\/h2><p>The outcome of processing a query request<\/p><p>This value set defines it's own terms in the system http://hl7.org/fhir/query-outcome<\/p><table><tr><td><b>Code<\/b><\/td><td><b>Display<\/b><\/td><td><b>Definition<\/b><\/td><\/tr><tr><td>ok<\/td><td/><td>The query was processed successfully.<\/td><\/tr><tr><td>limited<\/td><td/><td>The query was processed successfully, but some additional limitations were added.<\/td><\/tr><tr><td>refused<\/td><td/><td>The server refused to process the query.<\/td><\/tr><tr><td>error<\/td><td/><td>The server tried to process the query, but some error occurred.<\/td><\/tr><\/table><\/div>"
    },
    "identifier":{
      "value":"http://hl7.org/fhir/vs/query-outcome"
    },
    "name":{
      "value":"QueryOutcome"
    },
    "publisher":{
      "value":"HL7 (FHIR Project)"
    },
    "telecom":[
      {
        "system":{
          "value":"url"
        },
        "value":{
          "value":"http://hl7.org/fhir"
        }
      },
      {
        "system":{
          "value":"email"
        },
        "value":{
          "value":"fhir@lists.hl7.org"
        }
      }
    ],
    "description":{
      "value":"The outcome of processing a query request"
    },
    "status":{
      "value":"draft"
    },
    "date":{
      "value":"2023-05-12T00:10:00"
    },
    "define":{
      "system":{
        "value":"http://hl7.org/fhir/query-outcome"
      },
      "caseSensitive":{
        "value":true
      },
      "concept":[
        {
          "code":{
            "value":"ok"
          },
          "definition":{
            "value":"The query was processed successfully."
          }
        },
        {
          "code":{
            "value":"limited"
          },
          "definition":{
            "value":"The query was processed successfully, but some additional limitations were added."
          }
        },
        {
          "code":{
            "value":"refused"
          },
          "definition":{
            "value":"The server refused to process the query."
          }
        },
        {
          "code":{
            "value":"error"
          },
          "definition":{
            "value":"The server tried to process the query, but some error occurred."
          }
        }
      ]
    }
  }
}