All response classes use
@JsonIgnoreProperties(ignoreUnknown = true) to ignore unexpected fields from the API.Authentication Responses
LoginResponse
Authentication response containing the session token and provider information. Package:com.hl7client.model.dto.response.auth
JWT authentication token for subsequent API requests
Token expiration timestamp
Provider-specific information and permissions
Example
Prestador
Provider information included in the login response. Package:com.hl7client.model.dto.response.auth
Provider’s email address
Provider’s CUIT (tax identification number)
Provider’s last name
Provider’s first name
Provider’s business name
ADP (Autorizaciones de Prestaciones) enablement flag
Provider’s internal identifier
User’s internal identifier
Provider’s code
Whether the user has administrator privileges
HL7 Operation Responses
ElegibilidadResponse
Eligibility verification response containing patient coverage and benefit information. Package:com.hl7client.model.dto.response.hl7
Patient Information
Patient’s full name (last name, first name)
Patient Medical Identifier
Patient’s age
Patient’s biological sex
Self-declared sex
Self-declared gender
Coverage Information
Plan code
Tax status indicator
Tax law applicable
Transaction Information
Transaction identifier
Transaction creation timestamp
Rejection/Error Information
Header rejection code (0 if approved)
Header rejection description
ICD diagnosis description
Example
RegistracionResponse
Service registration response containing transaction results and item-level details. Package:com.hl7client.model.dto.response.hl7
Header information with patient and transaction data
Array of detail items (may be
null if no items were processed)The
detalle array often comes as null when there are no item-level rejections or observations.RegistracionCabecera
Header information from a registration response. Package:com.hl7client.model.dto.response.hl7
Transaction Information
Transaction identifier assigned by the provider
Transaction creation timestamp
Authorization number (if approved)
Rejection/Status Information
Header rejection code (0 if approved)
Header rejection description
Patient Information
Patient’s full name
Patient Medical Identifier
Patient’s age
Patient’s biological sex
Self-declared sex
Self-declared gender
Coverage Information
Plan code
Tax status indicator
Tax law applicable
Additional Information
ICD diagnosis description
Provider name
Branch/office information
RegistracionDetalle
Detail-level item information from a registration response. Package:com.hl7client.model.dto.response.hl7
Transaction identifier
Item rejection code (0 if approved)
Item description or rejection message
Example
CancelacionResponse
Cancellation response containing the result of a service cancellation request. Package:com.hl7client.model.dto.response.hl7
Header information with cancellation result
Array of detail items showing per-item cancellation results
CancelacionCabecera
Header information from a cancellation response. Package:com.hl7client.model.dto.response.hl7
Transaction Information
Transaction identifier
Transaction creation timestamp
Rejection/Status Information
Header rejection code (0 if cancellation was successful)
Header rejection description
Patient Information
Patient’s full name
Patient Medical Identifier
Patient’s age
Patient’s biological sex
Coverage Information
Plan code
Tax status indicator
Tax law applicable
CancelacionDetalle
Detail-level item information from a cancellation response. Package:com.hl7client.model.dto.response.hl7
Transaction identifier
Item rejection code (0 if cancellation was successful)
Item description or cancellation rejection message