spark_auto_mapper_fhir.value_sets.query_response

Module Contents

Classes

QueryResponse

v3.QueryResponse

QueryResponseValues

Query Error. Application Error.

class spark_auto_mapper_fhir.value_sets.query_response.QueryResponse(value)

Bases: 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.

Parameters

value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –

codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-QueryResponse
class spark_auto_mapper_fhir.value_sets.query_response.QueryResponseValues

Query Error. Application Error. From: http://terminology.hl7.org/CodeSystem/v3-QueryResponse in v3-codesystems.xml

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

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

DataFound

QueryError. Problem with input ParmetersError From: http://terminology.hl7.org/CodeSystem/v3-QueryResponse in v3-codesystems.xml

QueryParameterError