Profiling with zen-lang
Validate your resources with zen-lang schemas
Last updated
Was this helpful?
Validate your resources with zen-lang schemas
Last updated
Was this helpful?
Aidbox supports a powerful profile validation mechanism powered by . It allows you to define a set (or multiple sets) of profiles in format and later load them into your Aidbox instance. These profiles can be used to validate resources against the specified schemas, including individual properties and also interoperation with other profiles in a composable way.
Write profiles with schemas to validate against
2. Load profiles into your Aidbox instance
3. Validate resources against profiles
Use FHIR operation or a CRUD request with a profile URL specified in .meta.profile
or in .profile
query parameters.
Aidbox team has created an from FHIR packages.
Generated packages are available under .
Zen FHIR packages require AIDBOX_CORRECT_AIDBOX_FORMAT=true
environment variable.
We recommend to load Zen FHIR packages using an . Visit the following page for a detailed guide:
Our tool allows you to generate zen schemas for custom FHIR profiles and use them in your .
You can use existing Zen FHIR packages as a foundation for your custom Zen FHIR package. See our .