http://terminology.hl7.org/CodeSystem/v3-QueryResponse|2018-08-12

name
v3.QueryResponse
package
hl7.fhir.r4.examples@4.0.1
content
complete
status
active
date
2018-08-11 14:00:00.0

v3 Code System QueryResponse

A code classifying the general nature of the response to a given query. Includes whether or not data was found, or whether an error occurred.

{
  "description" : " A code classifying the general nature of the response to a given query. Includes whether or not data was found, or whether an error occurred.",
  "compose" : null,
  "package" : "hl7.fhir.r4.examples@4.0.1",
  "date" : "2018-08-11T14:00:00Z",
  "meta" : {
    "lastUpdated" : "2018-08-12T00:00:00.000+10:00"
  },
  "publisher" : "HL7, Inc",
  "content" : "complete",
  "name" : "v3.QueryResponse",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "v3 Code System QueryResponse",
  "supliment" : null,
  "extension" : [ {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "external"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 0
  } ],
  "status" : "active",
  "hierarchyMeaning" : "is-a",
  "id" : "6874429a-2b83-5e1c-be71-25709069ea69",
  "valueSet" : "http://terminology.hl7.org/ValueSet/v3-QueryResponse",
  "url" : "http://terminology.hl7.org/CodeSystem/v3-QueryResponse",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.5.1067",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "concept" : [ {
    "code" : "AE",
    "display" : "ApplicationError",
    "definition" : "Query Error.  Application Error."
  }, {
    "code" : "NF",
    "display" : "No data found",
    "definition" : "No errors, but no data was found matching the query request specification."
  }, {
    "code" : "OK",
    "display" : "Data found",
    "definition" : "Query reponse data found for 1 or more result sets matching the query request specification."
  }, {
    "code" : "QE",
    "display" : "QueryParameterError",
    "definition" : "QueryError. Problem with input ParmetersError"
  } ],
  "caseSensitive" : true,
  "version" : "2018-08-12",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org",
      "system" : "url"
    } ]
  } ]
}