veredictum 0.1.4

The independent conformance instrument for openEHR clinical data repositories: a machine-readable catalogue of spec-cited test cases, executed against any running CDR, judged by pure-function verdicts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// SPDX-FileCopyrightText: Veredictum contributors
// SPDX-License-Identifier: Apache-2.0

//! The typed artifact model — one module per artifact family.

pub mod assertion;
pub mod binding;
pub mod capability;
pub mod case;
pub mod corpus;
pub(crate) mod de;
pub mod register;
pub mod value;
pub mod vocab_files;
pub mod wire_surface;