{
  "resourceType" : "CodeSystem",
  "id" : "v3-QueryResponse",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem v3-QueryResponse</b></p><a name=\"v3-QueryResponse\"> </a><a name=\"hcv3-QueryResponse\"> </a><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/v3-QueryResponse</code> defines the following codes in a Is-A hierarchy:</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\">AE<a name=\"v3-QueryResponse-AE\"> </a></td><td>ApplicationError</td><td>Query Error.  Application Error.</td></tr><tr><td style=\"white-space:nowrap\">NF<a name=\"v3-QueryResponse-NF\"> </a></td><td>No data found</td><td>No errors, but no data was found matching the query request specification.</td></tr><tr><td style=\"white-space:nowrap\">OK<a name=\"v3-QueryResponse-OK\"> </a></td><td>Data found</td><td>Query reponse data found for 1 or more result sets matching the query request specification.</td></tr><tr><td style=\"white-space:nowrap\">QE<a name=\"v3-QueryResponse-QE\"> </a></td><td>QueryParameterError</td><td>QueryError. Problem with input ParmetersError</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "external"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 0
  },
  {
    "extension" : [{
      "url" : "packageId",
      "valueId" : "hl7.fhir.uv.xver-r4.r4b"
    },
    {
      "url" : "version",
      "valueString" : "0.0.1-snapshot-2"
    }],
    "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/v3-QueryResponse",
  "version" : "2018-08-12",
  "name" : "v3.QueryResponse",
  "title" : "v3 Code System QueryResponse",
  "status" : "active",
  "experimental" : false,
  "date" : "2018-08-12T00:00:00+10:00",
  "publisher" : "FHIR Infrastructure",
  "contact" : [{
    "name" : "FHIR Infrastructure",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/fiwg"
    }]
  }],
  "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.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/v3-QueryResponse|3.0.0",
  "hierarchyMeaning" : "is-a",
  "content" : "complete",
  "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"
  }]
}