JSON-based
Plain JSON documents validated against JSON Schema Draft 2020-12. No XML, no binary formats.
Open Vet Format (OVF) is a FHIR-inspired JSON Schema for veterinary medical record exchange. It defines a structured, machine-readable format for representing animal patient data, clinical encounters, diagnoses, lab results, vaccinations, procedures, medications, allergies, and attached documents.
OVF is designed to be the common language between veterinary clinic management systems, pet health apps, and AI-powered tools operating in the Polish and Central/Eastern European market.
The veterinary software market in Poland and CEE has no interoperability standard. Every clinic system stores data in its own proprietary format, making it nearly impossible to:
OVF solves this by providing a single, open, versioned schema that any system can export to and import from.
JSON-based
Plain JSON documents validated against JSON Schema Draft 2020-12. No XML, no binary formats.
9 resource types
Patient, Encounter, Condition, Observation, Immunization, Procedure, AllergyIntolerance, MedicationStatement, and DocumentReference.
Extensible
Custom fields via the x_ prefix. All objects allow additional properties without breaking validation.
AI-friendly
Flat, predictable structures with controlled vocabularies. Ideal for LLM function calling and structured output.