HIPAASOC2

Process EU European Health Insurance Card Extractor — HIPAA Compliant

Healthcare organizations process thousands of documents daily. Manual processing delays patient care and increases compliance risk.

51
Fields Extracted
120s
Max Processing

What This Template Does

AI-powered extraction using gemini-2.5-flash. Part of 113 production-ready templates.

Capabilities

  • Healthcare Extraction
  • Ehic Processing
  • Eligibility Verification
  • Insurance
  • Ehic

Output Schema

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EU European Health Insurance Card Extraction Schema",
  "description": "Schema for extracted data from European Health Insurance Cards (EHIC) and UK Global Health Insurance Cards (GHIC)",
  "type": "object",
  "required": [
    "document_type",
    "card_info",
    "cardholder_info"
  ],
  "properties": {
    "document_type": {
      "type": "string",
      "const": "ehic",
      "description": "Document type identifier"
    }
...

Quick Start

$ pip install doclayer
$ doclayer process document.pdf --agent healthcare.eu-ehic

See It In Action

Real extraction example showing input document and structured output.

Input Document
===============================================================================
                    EUROPEAN HEALTH INSURANCE CARD
                    EUROPAISCHE KRANKENVERSICHERUNGSKARTE
===============================================================================

[EU Flag - Circle of 12 gold stars on blue background]

-------------------------------------------------------------------------------
                              CARD DETAILS
---------------------------------------------------
Extracted Data
{
  "document_type": "ehic",
  "card_type": "EHIC",
  "card_info": {
    "issuing_country": "DE",
    "issuing_country_name": "Germany",
    "issuing_institution": "AOK Bayern - Die Gesundheitskasse",
    "institution_code": "109034013",
    "card_number": "80756099820123456789",
    "issue_date": "2023-01-01",
    "expiry_date": "2027-12-31"
  },
  "cardholder_info": {
    "surname": "Muller",
    "given_names": "Thomas Andreas",
    "date_of_birth": "1985-03-15",
    "personal_id": "DE-123456789012",
    "card_number_personal": "80756099820123456789"
  },
  "institution_details": {
    "field_3_1": "AOK Bayern - Die Gesundheitskasse",
    "field_3_2": "109034013",
    "field_3_3": "80756099820123456789"
  },
  "validity": {
    "valid_from": "2023-01-01",
    "valid_until": "2027-12-31",
    "is_expired": false,
    "days_until_expiry": 1094
  },
  "coverage_info": {
    "coverage_type": "Comprehensive",
    "covers_eu_eea": true,
    "covers_switzerland": true,
    "covers_uk": true,
    "treatment_types": [
      "Emergency medical treatment",
      "Treatment of pre-existing chronic conditions",
      "Routine medical care during temporary stay",
      "Maternity care"
    ]
  },
  "issuing_country_details": {
    "country_code": "DE",
    "eu_member": true,
    "eea_member": true,
    "efta_member": false
  },
  "card_visual": {
    "has_eu_flag": true,
    "has_chip": false,
    "card_color": "Blue with EU stars",
    "language_on_card": "German"
  },
  "ghic_specific": {
    "is_ghic": false,
    "uk_issued": false,
    "nhs_number": null,
    "post_brexit_card": false
  },
  "validation": {
    "card_format_valid": true,
    "expiry_date_valid": true,
    "issuing_country_recognized": true,
    "all_required_fields_present": true
  }
}

Example European Health Insurance Card from German AOK system. Demonstrates extraction of international card data including personal identification numbers and EU coverage entitlements.

Frequently Asked Questions

What documents can EU European Health Insurance Card Extractor process?

The EU European Health Insurance Card Extractor template processes healthcare documents including various formats and layouts. See the instructions for specific document types supported.

How accurate is the EU European Health Insurance Card Extractor extraction?

The EU European Health Insurance Card Extractor template uses Gemini 2.5 Flash for high-accuracy extraction. Results include confidence scores for each field.

Can I customize the EU European Health Insurance Card Extractor template?

Yes, you can modify the extraction schema, add custom fields, or adjust the instructions to match your specific requirements.

Start Extracting Data Today

Process your first document in under 5 minutes. No credit card required.