Skip to main content

Python Pydantic v2 models for the Open Vet Format (OVF)

Project description

ovf_types

Python Pydantic v2 models for the Open Vet Format (OVF) — a FHIR-inspired JSON Schema standard for veterinary medical record exchange.

Installation

pip install ovf_types

Usage

from ovf_types import OvfDocument, Patient, Encounter

# Parse an OVF JSON document
import json

with open("export.ovf.json") as f:
    data = json.load(f)

doc = OvfDocument.model_validate(data)
print(doc.patient.name)
print(doc.patient.species)

Available Models

  • OvfDocument — Root export document
  • Patient — Animal patient demographics
  • Encounter — Clinical visits
  • Condition — Diagnoses and health problems
  • Observation — Vital signs, lab results
  • Immunization — Vaccination records
  • Procedure — Surgeries, dental work
  • AllergyIntolerance — Allergies and intolerances
  • MedicationStatement — Medication records
  • DocumentReference — Attached documents and files

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ovf_types-1.2.0.tar.gz (10.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ovf_types-1.2.0-py3-none-any.whl (19.9 kB view details)

Uploaded Python 3

File details

Details for the file ovf_types-1.2.0.tar.gz.

File metadata

  • Download URL: ovf_types-1.2.0.tar.gz
  • Upload date:
  • Size: 10.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ovf_types-1.2.0.tar.gz
Algorithm Hash digest
SHA256 18d51f2b9bc2353f451665be9c6ddd48f92ac1b54dcbbe08938fcf28035f06f3
MD5 a4fa14aa9ea9727b70c6a9fddefe656e
BLAKE2b-256 2965ee287a358112b583e6c82233b0217a44d5e9bef26e1ce78447651182c6d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for ovf_types-1.2.0.tar.gz:

Publisher: release.yml on vetformat/ovf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ovf_types-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: ovf_types-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 19.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ovf_types-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e12f146062c0590df6dd28f7cb13229d057f121c9a9e94a5e1d88204a4d3e504
MD5 3ca3c9f8d5b5dbf706ad9889642c5803
BLAKE2b-256 bb00a95394e5acf1eed9d8ffe9fc6171e2b89fc373e56d398b327999379808da

See more details on using hashes here.

Provenance

The following attestation bundles were made for ovf_types-1.2.0-py3-none-any.whl:

Publisher: release.yml on vetformat/ovf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page