:py:mod:`spark_auto_mapper_fhir.value_sets.query_response` ========================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.query_response Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.query_response.QueryResponse spark_auto_mapper_fhir.value_sets.query_response.QueryResponseValues .. py:class:: QueryResponse(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` v3.QueryResponse From: http://terminology.hl7.org/ValueSet/v3-QueryResponse in v3-codesystems.xml 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. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-QueryResponse .. py:class:: QueryResponseValues Query Error. Application Error. From: http://terminology.hl7.org/CodeSystem/v3-QueryResponse in v3-codesystems.xml .. py:attribute:: ApplicationError No errors, but no data was found matching the query request specification. From: http://terminology.hl7.org/CodeSystem/v3-QueryResponse in v3-codesystems.xml .. py:attribute:: NoDataFound Query reponse data found for 1 or more result sets matching the query request specification. From: http://terminology.hl7.org/CodeSystem/v3-QueryResponse in v3-codesystems.xml .. py:attribute:: DataFound QueryError. Problem with input ParmetersError From: http://terminology.hl7.org/CodeSystem/v3-QueryResponse in v3-codesystems.xml .. py:attribute:: QueryParameterError